Artifact d78657fc9f1acf8d5cea1584ec63cdc6fe0e3f5dbba65ee652111d1a00b4ce94:
- Executable file
r37/lisp/csl/html/r37_0507.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 968) [annotate] [blame] [check-ins using] [more...]
<A NAME=SphericalHarmonicY> <TITLE>SphericalHarmonicY</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SPHERICALHARMONICY</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>SphericalHarmonicY</em> operator computes Spherical harmonic (Laplace) polynomials. These are special cases of the solid harmonic polynomials, <A HREF=r37_0506.html>SolidHarmonicY</A>. <P> <P> <P> <H3> syntax: </H3> <em>SphericalHarmonicY</em>(<integer>,<integer>, <expression>,<expression>) <P> <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> SphericalHarmonicY(3,2,theta,phi); 2 2 2 sqrt(105)*cos(theta)*sin(theta) *(cos(phi) +2*cos(phi)*sin(phi)*i-sin(phi) ) ----------------------------------------------------------------------------- 4*sqrt(pi)*sqrt(2) </TT></PRE><P>