Previous Up Next

8.7.4  Tangent to a 2D graph: LineTan

The LineTan command draws tangent lines to graphs.


Example.
Input:

LineTan(ln(x),1)

Output:

Input:

equation(LineTan(ln(x),1))

Output:

y=(x−1)

Previous Up Next