Previous Up Next

19.3.4  Tangent to a 2D graph

The LineTan command draws tangent lines to graphs.

Example

LineTan(ln(x),1)
equation(LineTan(ln(x),1))
     
y=(x−1)           

Previous Up Next