Ordering: Difference between revisions

No edit summary
 
Line 54: Line 54:
Used in the proof of:
Used in the proof of:
* The Cartesian product of two countable sets is countable
* The Cartesian product of two countable sets is countable
Variations:
* For spherical harmonics:
{{ hidden | Spherical Harmonics |
For spherical harmonics, we have <math>0 \leq |m| \leq l</math>.
<math display="block">
\begin{equation}
z = l(l+1) + m
\end{equation}
</math>
<math display="block">
\begin{align}
l &= \left\lfloor \sqrt{z} \right\rfloor\\
m &= z - x^2- x
\end{align}
</math>
}}