Mathematica

Plotting functions

Plotting a function of one variable


	Plot[ Sin[x^2], {x, 0, 5} ];

Plotting a function of two variables


	Plot3D[ Cos[x]Cos[y], {x,0,6}, {y,0,3} ];


Next: Plotting Data
Index