Skip to content

Commit 08402f0

Browse files
committed
Expand on the definitions
1 parent dd8bbb2 commit 08402f0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.14.0"
4+
version = "0.14.1"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

docs/src/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ CurrentModule = ClassicalOrthogonalPolynomials
1010
We follow the [Digital Library of Mathematical Functions](https://dlmf.nist.gov/18.3),
1111
which defines the following classical orthogonal polynomials:
1212

13-
1. Legendre: `P_n(x)`
14-
2. Chebyshev (1st kind, 2nd kind): `T_n(x)`, `U_n(x)`
15-
3. Ultraspherical: `C_n^{(λ)}(x)`
16-
4. Jacobi: `P_n^{(a,b)}(x)`
17-
5. Laguerre: `L_n^{(α)}(x)`
18-
6. Hermite: `H_n(x)`
13+
1. Legendre: $P_n(x)$, defined over $[-1, 1]$ with weight $w(x) = 1$.
14+
2. Chebyshev (1st kind, 2nd kind): $T_n(x)$ and $U_n(x)$, defined over $[-1, 1]$ with weights $w(x) = 1/\sqrt{1-x^2}$ and $w(x) = \sqrt{1-x^2}$, respectively.
15+
3. Ultraspherical: $C_n^{(\lambda)}(x)$, defined over $[-1, 1]$ with weight $w(x) = (1-x^2)^{\lambda-1/2}$.
16+
4. Jacobi: $P_n^{(a,b)}(x)$, defined over $[-1, 1]$ with weight $w(x) = (1-x)^a(1+x)^b$.
17+
5. Laguerre: $L_n^{(\alpha)}(x)$, defined over $[0, ∞)$ with weight $w(x) = x^\alpha \mathrm{e}^{-x}$.
18+
6. Hermite: $H_n(x)$, defined over $(-∞, ∞)$ with weight $w(x) = \mathrm{e}^{-x^2}$.
1919

2020
## Evaluation
2121

0 commit comments

Comments
 (0)