Assumptions:
TeX:
\mathop{\operatorname{zeros}\,}\limits_{x \in \mathbb{C}} U_{n}\!\left(x\right) = \left\{ \cos\!\left(\frac{k}{n + 1} \pi\right) : k \in \{1, 2, \ldots, n\} \right\}
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Zeros | Zeros (roots) of function | |
| ChebyshevU | Chebyshev polynomial of the second kind | |
| CC | Complex numbers | |
| Cos | Cosine | |
| Pi | The constant pi (3.14...) | |
| Range | Integers between given endpoints | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("ce39ac"),
Formula(Equal(Zeros(ChebyshevU(n, x), ForElement(x, CC)), Set(Cos(Mul(Div(k, Add(n, 1)), Pi)), ForElement(k, Range(1, n))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))