Mathematica/Basic3DPlotting

From Wikibooks, open books for an open world
Jump to navigation Jump to search

To produce simple 3D surface plots, use the Plot3D command.

Plot3D[Sin[x+Sin[y]],{x,0,4},{y,0,4}]