Plots

The following commands allow you to plot functions:
Plot
Plot3D
ContourPlot
DensityPlot

Options[Plot]

[Graphics:../HTMLFiles/MATH5_TUT1_155.gif]

-Graphics -

[Graphics:../HTMLFiles/MATH5_TUT1_158.gif]

-Graphics -

Options[Plot3D]

Plot3D[2.Sin[.03 x^2.1  y], {x, -15., 15}, {y, -15, 15}, PlotPoints→100]

[Graphics:../HTMLFiles/MATH5_TUT1_164.gif]

-SurfaceGraphics -

Options[ContourPlot]

Contours→ {0, 0.1, .2, .3, .4, .5}

Contours→20

ContourPlot[2Sin[.03 x^2.1  y], {x, -15, 15}, {y, -15, 15}, PlotPoints→100, ContourLines→False, ColorFunction→Hue, Contours→6]

[Graphics:../HTMLFiles/MATH5_TUT1_172.gif]

-ContourGraphics -

Options[DensityPlot]

DensityPlot[2Sin[.03 x^2.2  y], {x, -15, 15}, {y, -15, 15}, PlotPoints→100, ColorFunction→Hue, Mesh→False]

[Graphics:../HTMLFiles/MATH5_TUT1_178.gif]

-DensityGraphics -


Created by Mathematica  (September 7, 2006) Valid XHTML 1.1!