Fungrim home page

Fungrim entry: 4cfeac

Pn ⁣(z)=12nn![dndtn(t21)n]t=zP_{n}\!\left(z\right) = \frac{1}{{2}^{n} n !} \left[ \frac{d^{n}}{{d t}^{n}} {\left({t}^{2} - 1\right)}^{n} \right]_{t = z}
Assumptions:nZ0n \in \mathbb{Z}_{\ge 0}
Alternative assumptions:zCz \in \mathbb{C}
TeX:
P_{n}\!\left(z\right) = \frac{1}{{2}^{n} n !} \left[ \frac{d^{n}}{{d t}^{n}} {\left({t}^{2} - 1\right)}^{n} \right]_{t = z}

n \in \mathbb{Z}_{\ge 0}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
LegendrePolynomialPn ⁣(z)P_{n}\!\left(z\right) Legendre polynomial
Powab{a}^{b} Power
Factorialn!n ! Factorial
Derivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Derivative
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("4cfeac"),
    Formula(Equal(LegendrePolynomial(n, z), Mul(Div(1, Mul(Pow(2, n), Factorial(n))), Derivative(Pow(Sub(Pow(t, 2), 1), n), Tuple(t, z, n))))),
    Variables(n, z),
    Assumptions(And(Element(n, ZZGreaterEqual(0))), Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC