px and py

We start by defining the  p orbitals

ParametricPlot3D[ {r3dpy[theta , phi ] Sin[ theta ] Cos[ phi ],
r3dpy[theta , phi ] Sin[ theta ] Sin[ phi ],
r3dpy[theta , phi ] Cos[ theta ]}, { theta, 0, Pi },
{ phi, 0 , 2 Pi },
ViewPoint->{4.000, 4.000, 1.530} , Boxed -> False,
AspectRatio -> Automatic,PlotPoints→100];

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

ParametricPlot3D[ {r3dpx[theta , phi ] Sin[ theta ] Cos[ phi ],
r3dpx[theta , phi ] Sin[ theta ] Sin[ phi ],
r3dpx[theta , phi ] Cos[ theta ]}, { theta, 0, Pi },
{ phi, 0 , 2 Pi },
ViewPoint->{4.000, 4.000, 1.530} , Boxed -> False,
AspectRatio -> Automatic];

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


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