Assumptions:
TeX:
T''_{n}(x) = \frac{n \left(n T_{n}\!\left(x\right) - x U_{n - 1}\!\left(x\right)\right)}{{x}^{2} - 1}
n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C} \setminus \left\{-1, 1\right\}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ComplexDerivative | Complex derivative | |
| ChebyshevT | Chebyshev polynomial of the first kind | |
| ChebyshevU | Chebyshev polynomial of the second kind | |
| Pow | Power | |
| ZZ | Integers | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("05fe07"),
Formula(Equal(ComplexDerivative(ChebyshevT(n, x), For(x, x, 2)), Div(Mul(n, Sub(Mul(n, ChebyshevT(n, x)), Mul(x, ChebyshevU(Sub(n, 1), x)))), Sub(Pow(x, 2), 1)))),
Variables(n, x),
Assumptions(And(Element(n, ZZ), Element(x, SetMinus(CC, Set(-1, 1))))))