Assumptions:
TeX:
P_{n}\!\left(z\right) = \,{}_2F_1\!\left(-n, n + 1, 1, \frac{1 - z}{2}\right) n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LegendrePolynomial | Legendre polynomial | |
Hypergeometric2F1 | Gauss hypergeometric function | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("9395fc"), Formula(Equal(LegendrePolynomial(n, z), Hypergeometric2F1(Neg(n), Add(n, 1), 1, Div(Sub(1, z), 2)))), Variables(n, z), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(z, CC))))