TI-BASIC:Uwaxes
From Learn @ Cemetech
Revision as of 18:30, 24 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Command Summary
Sets the u and w sequence equations to be graphed against each other.
Command Syntax
uwAxes
Menu Location
When Seq mode is enabled, press:
- 2nd FORMAT to access the format menu.
- Use arrows to select uwAxes.
TI-83/84/+/SE
2 bytes
When uwAxes is enabled, and the calculator is in Seq mode, the equations u and w will be graphed against each other (that is, the points (u(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 v is ignored when in uwAxes mode.
See "Related Commands" for other possibilities of graphing sequences.
Error Conditions
- ERR:INVALID is thrown if either u or w is undefined.