
Know what you're getting – Unlike many sites, all our code is clearly licensed.
Join Siafoo Now
or
Learn More
Wave functions for the Hydrogen atom
0
Updated over 7 years ago (14 Feb 2011 at 02:43 AM)
recent activity
In Brief | Mathematica 7 definition for the Hydrogen Atom wavefunction |
Language | Text only |
# 's
1U[n_, l_, m_, r_, t_, phi_] :=
2 Sqrt[(2/(n a))^3 ((n - l - 1)!/(2 n (n + l)!))] *
3 Exp[-r /(n a)] *(2 r/(n a))^l *
4 LaguerreL[n - l - 1, 2 l + 1, 2 r/(n a)]*
5 SphericalHarmonicY[l, m, t, phi]
Mathematica 7 definition for the Hydrogen Atom wavefunction
Add a Comment