TI-BASIC:Uvaxes
From Learn @ Cemetech
Jump to navigationJump to searchCommand Summary
Sets the u and v sequence equations to be graphed against each other.
Command Syntax
uvAxes
Menu Location
When Seq mode is enabled, press:
- 2nd FORMAT to access the format menu.
- Use arrows to select uvAxes.
TI-83/84/+/SE
2 bytes
When uvAxes is enabled, and the calculator is in Seq mode, the equations u and v will be graphed against each other (that is, the points (u(n),v(n)) are graphed for the values of n between nMin and nMax). With this setting, sequence mode graphs are a bit like parametric mode, except the parameter n is always an integer, and recursive definitions are possible.
The equation w is ignored when in uvAxes mode.
See "Related Commands" for other possibilities of graphing sequences.
Error Conditions
- ERR:INVALID is thrown if either u or v is undefined.