83Plus:Basic:Graphics:DrawInv
From WikiTI
Revision as of 16:46, 19 March 2007 by Nyquist562 (Talk | contribs)
Contents
Synopsis
Token size: 1 byte
Syntax: DrawInv function
Draws the inverse of a function.
Outputs:
The inverse of function (function with the X and Y values switched) is drawn on the graph screen.
Comments
- function can be either a function specified directly (such as 3X^2) or one of the graph functions (such as Y3)
Example
Draws a parabola starting at (0,0) and moving off to the right:
:DrawInv X^2