Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Discrete Mathematics > Combinatorial Functions >
Mathematica > Mathematics and Algorithms > Mathematical Functions > Integer Functions > Combinatorial Functions >

ClebschGordan

ClebschGordan[{j1, m1}, {j2, m2}, {j, m}]
gives the Clebsch-Gordan coefficient for the decomposition of |j,m> in terms of |j_1,m_1>|j_2,m_2>.
  • The Clebsch-Gordan coefficients vanish except when m=m_1+m_2 and the j_i satisfy a triangle inequality.
  • The parameters of ClebschGordan can be integers, half-integers or symbolic expressions.
  • Mathematica uses the standard conventions of Edmonds for the phase of the Clebsch-Gordan coefficients.
Use symbolic arguments to obtain exact symbolic answers:
In[1]:=
Click for copyable input
Out[1]=
 
Use symbolic arguments to obtain exact symbolic answers:
In[1]:=
Click for copyable input
Out[1]=
ClebschGordan works with integer and half-integer arguments:
For symbolic input ClebschGordan evaluates to ThreeJSymbol:
Plot Clebsch-Gordan coefficients as a function of m_1 and m_2:
Decompose a spherical harmonic into a sum of products of two spherical harmonics:
Apply angular momentum operators to spherical harmonics:
Evaluate the completely symbolic case of ClebschGordan:
Demonstrate m-sum orthogonality:
A message is issued and the result of 0 is returned when m_1+m_2!=m:
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team