Solver Graphing_3
Algebra
->
Coordinate-system
-> Solver Graphing_3
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Graphing_3'
This Solver (Graphing_3)
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 three functions, *[input func1=sin(x)], *[input func2=cos(y)] and *[input func3=tan(x^2)-cos(y-2)] with to given information: x changes from *[input xmin=-10] to *[input xmax=10] y changes from *[input ymin=-10] to *[input ymax=10] size *[input sizex=450] pixels by *[input sizey=450] pixels <br/>My other graphing solvers are -<a href=Graphing_Solver.solver>GRAPHING one function</a> -<a href=change_this_name10766.solver>GRAPHING two functions</a> ==section solution This is a graph with the given information, {{{graph($sizex,$sizey,$xmin,$xmax,$ymin,$ymax,$func1,$func2,$func3)}}} ==section output ==section check