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

Online Help

All Products    Maple    MapleSim


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

student

  

showtangent

  

plot a function and its tangent line

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

showtangent(f(x), x = a)

Parameters

f(x)

-

expression in x

x

-

independent variable

a

-

value of x at the desired point of tangency

Description

• 

Important: The student package has been deprecated. Use the superseding command Student[Calculus1][Tangent] instead.

• 

This routine generates a graph of the function defined by the expression f(x) and its tangent line at the point [a, f(a)].

• 

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

Examples

Important: The student package has been deprecated. Use the superseding command Student[Calculus1][Tangent] instead.

withstudent:

showtangentx2+5,x=2

See Also

Student

Student[Calculus1][Tangent]