Skip to content

Commit 9b6b757

Browse files
mattkretztkoeppe
authored andcommitted
[sf.cmath.assoc.laguerre,sf.cmath.assoc.legendre] Add reference to eq
The associated Laguerre/Legendre functions build on the Laguerre/Legendre functions, which are defined in different equations. Point to them from the associated functions. Also use the correct \ell as used in the formula.
1 parent 6338d95 commit 9b6b757

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/numerics.tex

+3-1
Original file line numberDiff line numberDiff line change
@@ -9951,6 +9951,7 @@
99519951
\returns
99529952
$\mathsf{L}_n^m(x)$,
99539953
where $\mathsf{L}_n^m$ is given by \eqref{sf.cmath.assoc.laguerre},
9954+
$\mathsf{L}_{n+m}$ is given by \eqref{sf.cmath.laguerre},
99549955
$n$ is \tcode{n},
99559956
$m$ is \tcode{m}, and
99569957
$x$ is \tcode{x}.
@@ -9992,7 +9993,8 @@
99929993
\returns
99939994
$\mathsf{P}_\ell^m(x)$,
99949995
where $\mathsf{P}_\ell^m$ is given by \eqref{sf.cmath.assoc.legendre},
9995-
$l$ is \tcode{l},
9996+
$\mathsf{P}_\ell$ is given by \eqref{sf.cmath.legendre},
9997+
$\ell$ is \tcode{l},
99969998
$m$ is \tcode{m}, and
99979999
$x$ is \tcode{x}.
999810000
\begin{formula}{sf.cmath.assoc.legendre}

0 commit comments

Comments
 (0)