The GRAPH | MATH Menu
| ROOT | dy/dx | If(x) | FMIN | FMAX |
|---|---|---|---|---|
| INFLC | YICPT | ISECT | DIST | ARC |
| TANLN | . | . | . | . |
| ROOT | Finds the root (or zeros) of a function using a specified left bound, right bound, and guess. | dx/dy | Finds a numberic derivative (from the Calculus). | If(x) | Finds a numerical integral (from the Calculus). | FMIN | Finds a function's minimum value between a specified left bound, right bound, and using a guess. | FMAX | Finds a function's maximum value between a specified left bound, right bound, and using a guess. | INFLC | Finds a function's inflection point. | YICPT | Finds the functions y-intercept (f(o)). | ISECT | Finds the intersection of two functions between a specified left bound, right bound, and using a guess. | DIST | Finds the distance between two specified points. | ARC | Finds the distance along the arc of a function between two specified points on the graph of the function. | TANLN | Draws the tangent line at the specified point. |