Assumptions:
TeX:
T_{n}^{2}\!\left(x\right) + \left({x}^{2} - 1\right) U_{n - 1}^{2}\!\left(x\right) = 1 n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pow | Power | |
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("42eb01"), Formula(Equal(Add(Pow(ChebyshevT(n, x), 2), Mul(Sub(Pow(x, 2), 1), Pow(ChebyshevU(Sub(n, 1), x), 2))), 1)), Variables(n, x), Assumptions(And(Element(n, ZZ), Element(x, CC))))