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

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
DrawInv draws the function as if the Y and X vaules were switched.
 
  
<nowiki>Try this on the homescreen or a program.
 
DrawInv("X^2")</nowiki>
 
 
You should see a parabola starting at (0,0) moving off to the right.
 
 
Also you can use equations instead of strings.
 
<nowiki>Put an equation in Y1
 
DrawInv(Y1)</nowiki>
 
 
You can access the equation variables by hitting [Vars] and scrolling to functions.
 

Revision as of 13:51, 8 October 2005