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