Fungrim home page

Fungrim entry: fda800

Tn ⁣(x)=cos ⁣(nacos ⁣(x))T_{n}\!\left(x\right) = \cos\!\left(n \operatorname{acos}\!\left(x\right)\right)
Assumptions:nZandxCn \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, x \in \mathbb{C}
TeX:
T_{n}\!\left(x\right) = \cos\!\left(n \operatorname{acos}\!\left(x\right)\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("fda800"),
    Formula(Equal(ChebyshevT(n, x), Cos(Mul(n, Acos(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.

2019-06-18 07:49:59.356594 UTC