Difference between revisions of "83Plus:Basic:Graphics:DrawInv"

From WikiTI
Jump to: navigation, search
(No parentheses in arguments)
Line 1: Line 1:
 +
[[Category:83Plus:Basic:Graphics|DrawInv]]
 +
 
DrawInv draws the function as if the Y and X values were switched.  The following draws the inverse of y=x<sup>2</sup>:
 
DrawInv draws the function as if the Y and X values were switched.  The following draws the inverse of y=x<sup>2</sup>:
  

Revision as of 17:23, 7 December 2005


DrawInv draws the function as if the Y and X values were switched. The following draws the inverse of y=x2:

DrawInv X^2

You should see a parabola starting at (0,0) moving off to the right.

Also you can use equations instead of strings. The following draws the inverse of the equation in Y1:

DrawInv Y1

You can access the equation variables by hitting [Vars], [Right] to Y-Vars, and finally to Functions.