Spherical Harmonics

We need to load a Graphics package to use SphericalPlot3D

Needs["Graphics`ParametricPlot3D`"]

Now we define the plot of the Spherical Harmonic Ylm

pt = Table[plot[l, m], {l, 0, 3}, {m, 0, 3}] ;

fig1 = Show[GraphicsArray[pt]] ;

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

? SphericalPlot3D

Options[SphericalPlot3D]//TraditionalForm

If you want to save a figure, use the comand "Display."  It allow you to save in different formats.

Display["test.epsyiff",fig1,"EPSTIFF"]


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