Fungrim home page

Fungrim entry: 88aeb6

Un ⁣(x)=(1)nUn ⁣(x)U_{n}\!\left(-x\right) = {\left(-1\right)}^{n} U_{n}\!\left(x\right)
Assumptions:nZ  and  xCn \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
TeX:
U_{n}\!\left(-x\right) = {\left(-1\right)}^{n} U_{n}\!\left(x\right)

n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
ChebyshevUUn ⁣(x)U_{n}\!\left(x\right) Chebyshev polynomial of the second kind
Powab{a}^{b} Power
ZZZ\mathbb{Z} Integers
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("88aeb6"),
    Formula(Equal(ChebyshevU(n, Neg(x)), Mul(Pow(-1, n), ChebyshevU(n, 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