Assumptions:
TeX:
\sum_{n=0}^{\infty} P_{n}\!\left(x\right) {z}^{n} = \frac{1}{\sqrt{1 - 2 x z + {z}^{2}}} x \in \left[-1, 1\right] \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left|z\right| < 1
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sum | Sum | |
LegendrePolynomial | Legendre polynomial | |
Pow | Power | |
Infinity | Positive infinity | |
Sqrt | Principal square root | |
ClosedInterval | Closed interval | |
CC | Complex numbers | |
Abs | Absolute value |
Source code for this entry:
Entry(ID("d84519"), Formula(Equal(Sum(Mul(LegendrePolynomial(n, x), Pow(z, n)), For(n, 0, Infinity)), Div(1, Sqrt(Add(Sub(1, Mul(Mul(2, x), z)), Pow(z, 2)))))), Variables(x, z), Assumptions(And(Element(x, ClosedInterval(-1, 1)), Element(z, CC), Less(Abs(z), 1))))