[CHM 331] Plotting 3D Surfaces for HW Set 2

Andrew J. Pounds pounds_aj at mercer.edu
Fri Sep 14 10:29:31 EDT 2012


The last part of homework set 2 asks you to make 3d plots of the 
wavefunction in two dimensions (you need two dimensions for the X and Y 
coordinates and the third coordinate for the value of the function).

Here is an example of how to do a 3D plot in Mathematica....

Plot3D[Sin[x]*Cos[2*y], {x, 0, 2*Pi}, {y, 0, 2*Pi}]


-- 
Andrew J. Pounds, Ph.D.  (pounds at theochem.mercer.edu)
Associate Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627



More information about the chm331 mailing list