Mathematica/Basic3DPlotting

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

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

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

I