Solver Plot Any Inequality
Algebra
->
Coordinate Systems and Linear Equations
->
Lessons
-> Solver Plot Any Inequality
Log On
Linear Solvers
Linear
Practice
Practice
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
In depth
In
Source code of 'Plot Any Inequality'
This Solver (Plot Any Inequality)
was created by by
ichudov(507)
:
View Source
,
Show
,
Put on YOUR site
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
==section input Plot a graph of inequality *[input f=y < 2x+2] (note, only "x" and "y" is allowed for variable). Click <A HREF=/services/rendering/>formula plotting</A> link for detailed examples of what you can enter into the function box. <I>Examples: {{{x < x-3}}}, {{{x^2+2x*y + y^2 < 10}}} (type "x^2+2x*y+y^2 < 10"), .</I> <B>The rest of the information may not need change</B>: for x between *[input xmin=-10] and *[input xmax=10], and y between *[input ymin=-10] and *[input ymax=10]. Make the graph sized *[input sizex=300] by *[input sizey=300] pixels. ==section solution perl $dummy = 1; print "Graphing function {{{$f}}}: {{{graph( $sizex, $sizey, $xmin, $xmax, $ymin, $ymax, $f )}}}"; ==section output dummy ==section check