TI-BASIC:Vwaxes
From Learn @ Cemetech
Jump to navigationJump to searchCommand Summary
Sets the v and w sequence equations to be graphed against each other.
Command Syntax
vwAxes
Menu Location
When Seq mode is enabled, press:
- 2nd FORMAT to access the format menu.
- Use arrows to select vwAxes.
TI-83/84/+/SE
2 bytes
When vwAxes is enabled, and the calculator is in Seq mode, the equations v and w will be graphed against each other (that is, the points (v(n),w(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 u is ignored when in vwAxes mode.
See "Related Commands" for other possibilities of graphing sequences.
Error Conditions
- ERR:INVALID is thrown if either v or w is undefined.