Re: Discrete spherical harmonics
- To: mathgroup at smc.vnet.net
- Subject: [mg21157] Re: [mg21046] Discrete spherical harmonics
- From: BobHanlon at aol.com
- Date: Fri, 17 Dec 1999 01:22:28 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
See on-line help for SphericalHarmonicY ?SphericalHarmonicY "SphericalHarmonicY[l, m, theta, phi] gives the spherical harmonic function \ of theta and phi for parameters l and m." Table[SphericalHarmonicY[l, m, t, p], {l, 0, 3}, {m, 0, l}] // TableForm Bob Hanlon In a message dated 12/13/1999 1:30:21 AM, Heiss at eicn.ch writes: >I'm searching implementations of the discrete spherical harmonics >and the hahn discrete polynomials. >Does anyone have realized this implementation ?? > >I've written a little package, but at this time, it >is very inefficient and remains too buggy to publish on mathsource. > >I think that such a package would be useful > >Thank you in advance for any hints and references. >