Assumptions:
TeX:
P_{n}\!\left(-z\right) = {\left(-1\right)}^{n} P_{n}\!\left(z\right) n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LegendrePolynomial | Legendre polynomial | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("0010f3"), Formula(Equal(LegendrePolynomial(n, Neg(z)), Mul(Pow(-1, n), LegendrePolynomial(n, z)))), Variables(n, z), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(z, CC))))