Solver PLOT any graph
Algebra
->
Coordinate-system
-> Solver PLOT any graph
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'PLOT any graph'
This Solver (PLOT any graph)
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 function *[input f=x] (note, only "x" is allowed for variable). Click <A HREF=/services/rendering/>here</A> for detailed examples of what you can enter into the function box. <I>Examples: x+2, 2x-3, 3x^2-4, sqrt( x^2+2 ).</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