Assumptions:
TeX:
\mathop{\operatorname{zeros}\,}\limits_{x \in \mathbb{C}} T_{n}\!\left(x\right) = \left\{ \cos\!\left(\frac{2 k - 1}{2 n} \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 | |
| ChebyshevT | Chebyshev polynomial of the first 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("7a7d1d"),
Formula(Equal(Zeros(ChebyshevT(n, x), ForElement(x, CC)), Set(Cos(Mul(Div(Sub(Mul(2, k), 1), Mul(2, n)), Pi)), ForElement(k, Range(1, n))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))