MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

Apparent Documentation Error for SphericalHarmonicY

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7764] [mg7764] Apparent Documentation Error for SphericalHarmonicY
  • From: BobHanlon at aol.com
  • Date: Tue, 8 Jul 1997 14:36:50 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

SphericalHarmonicY[n, m, theta, phi] // FunctionExpand

includes a factor of 

     Sqrt[Gamma[n-m+1]/Gamma[n+m+1]] 

whereas the on-line documentation and the Mathematica Reference Guide reflect
the reciprocal factor, i.e.,

     Sqrt[(n+m)!/(n-m)!]

Assuming that the implementation was checked more rigorously than the
documentation, the documentation needs to be corrected.  

Note:  The Hypergeometric2F1 which occurs in the FunctionExpand is
expressible as the associated Legendre polynomial (LegendreP) reflected in
the documentation -- the only difference being that identified above.


Bob Hanlon


  • Prev by Date: Prime[x] crashes kernel for large x
  • Next by Date: Re: Kalman-Filter
  • Previous by thread: Re: Prime[x] crashes kernel for large x
  • Next by thread: Re: Apparent Documentation Error for SphericalHarmonicY