Fungrim home page

Fungrim entry: 8a785a

Tn ⁣(x)=2xTn+1 ⁣(x)Tn+2 ⁣(x)T_{n}\!\left(x\right) = 2 x T_{n + 1}\!\left(x\right) - T_{n + 2}\!\left(x\right)
Assumptions:nZ  and  xCn \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
TeX:
T_{n}\!\left(x\right) = 2 x T_{n + 1}\!\left(x\right) - T_{n + 2}\!\left(x\right)

n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
ChebyshevTTn ⁣(x)T_{n}\!\left(x\right) Chebyshev polynomial of the first kind
ZZZ\mathbb{Z} Integers
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("8a785a"),
    Formula(Equal(ChebyshevT(n, x), Sub(Mul(Mul(2, x), ChebyshevT(Add(n, 1), x)), ChebyshevT(Add(n, 2), x)))),
    Variables(n, x),
    Assumptions(And(Element(n, ZZ), Element(x, CC))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC