|
Angular shows the angular dependence of the Hydrogenic wave function by plotting the spherical harmonics.
Angular is embedded using the following html tag:
<applet codebase="../classes" archive="Hydrogenic4_.jar,STools4.jar" code="hydrogenic.Angular.class" name="angular" width="300" height="300"> <param name="l" value="2" /> <param name="m" value="1" /> <param name="ShowControls" value="true" /> <param name="Normalize" value="true" /> <param name="MultiPlot" value="true" /> </applet>