Solver Graphing
Algebra
->
Graphs
-> Solver Graphing
Log On
Algebra: Graphs, graphing equations and inequalities
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Graphing'
This Solver (Graphing)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input Graph this function, *[input func1=x] with the following information, x from *[input xmin=-10] to *[input xmax=10] and y from *[input ymin=-10] to *[input ymax=10] size *[input sizex=450] by *[input sizey=450] pixels <br/> My other graphing solvers are - <A HREF=change_this_name10766.solver>GRAPHING two functions</A> -<A HREF=3_functions.solver>GRAPHING three functions</A> ==section solution I will make a graph using the given information, {{{graph($sizex,$sizey,$xmin,$xmax,$ymin,$ymax,$func1)}}} ==section output ==section check