student(deprecated)/intercept - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : student(deprecated)/intercept

student

  

intercept

  

compute the points of intersection of two curves

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

intercept(eqn1)

intercept(eqn1, eqn2, {x, y})

Parameters

eqn[1], eqn[2]

-

bivariate equations (for example, )

x, y

-

(optional) the coordinate variables

Description

• 

Important: The student package has been deprecated. Use the superseding package Student instead.

• 

Compute the points corresponding to the intersection of the two curves defined by eqn1 and eqn2.

• 

If only one equation is given, the y-intercept (the intercept with ) is returned. In this case, the dependent variable should appear alone on the left-hand side of the given equation as in .

• 

An optional third argument may be used to indicate the set of coordinate variables.

• 

The command with(student,intercept) allows the use of the abbreviated form of this command.

Examples

Important: The student package has been deprecated. Use the superseding package Student instead.

(1)

(2)

(3)

(4)

See Also

Student

student(deprecated)[distance]

student(deprecated)[intercept]

student(deprecated)[midpoint]

 


Download Help Document