Solver Graphing_2
Algebra
->
Graphs
-> Solver Graphing_2
Log On
Algebra: Graphs, graphing equations and inequalities
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Graphing_2'
This Solver (Graphing_2)
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 these two functions, *[input func1=x] and *[input func2=x-2] 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 <br/><a href=Graphing_Solver.solver>GRAPHING one function</a><br/><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,$func2)}}} ==section output ==section check