Math Software -> Gallery (Graph Function, Graph Calculus) -> Creating Function Graphs
Cartesian Coordinate System Function Graphs
|
|
y=x^2; y=1.5x+1 |
y=x-x^3/6+x^5/120; y=x;
y=x-x^3/6; y=sin(x) |
Polar Coordinate System Function Graphs
Parametric Function Graphs
|
|
x=5cos(u)+3,y=3sin(u)+5;
x=2cos(u)+1,y=2sin(u)-2 |
a=10(cos(u))^3, r=10(sin(u))^3 |
Piecewise Function Graphs
|
|
|
y=2, if x<=-2
y=-x, if -2<x<=2
y=-2, if x>2 |
y=x-1, if x<-1
y=-1, if x=-1
y=x+1, if x>-1 |
Implicit Function Graphs
Inequality Function Graphs
Animation
|
|
y=sin(exp(t*x)) |
sin(x*y-t)<0 |
Special Graphs
|
|
|
Step Plot y=sin(x)*2 |
Stem Plot y=sin(x)*2 |
Note: If you have installed Function Grapher or Visual Calculus in your machine, you can find these examples in Samples directory in your setup path.
Math Software -> Gallery (Graph Function, Graph Calculus) -> Creating Function Graphs
|