Assumptions:
TeX:
T_{n}\!\left(x\right) = x T_{n - 1}\!\left(x\right) - \left(1 - {x}^{2}\right) U_{n - 2}\!\left(x\right) n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ChebyshevT | Chebyshev polynomial of the first kind | |
Pow | Power | |
ChebyshevU | Chebyshev polynomial of the second kind | |
ZZ | Integers | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("7b2c26"), Formula(Equal(ChebyshevT(n, x), Sub(Mul(x, ChebyshevT(Sub(n, 1), x)), Mul(Sub(1, Pow(x, 2)), ChebyshevU(Sub(n, 2), x))))), Variables(n, x), Assumptions(And(Element(n, ZZ), Element(x, CC))))