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