Assumptions:
TeX:
\sum_{n=0}^{\infty} T_{n}\!\left(x\right) \frac{{z}^{n}}{n !} = {e}^{z x} \cosh\!\left(z \sqrt{{x}^{2} - 1}\right) x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sum | Sum | |
ChebyshevT | Chebyshev polynomial of the first kind | |
Pow | Power | |
Factorial | Factorial | |
Infinity | Positive infinity | |
Exp | Exponential function | |
Sqrt | Principal square root | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("9d7c61"), Formula(Equal(Sum(Mul(ChebyshevT(n, x), Div(Pow(z, n), Factorial(n))), For(n, 0, Infinity)), Mul(Exp(Mul(z, x)), Cosh(Mul(z, Sqrt(Sub(Pow(x, 2), 1))))))), Variables(x, z), Assumptions(And(Element(x, CC), Element(z, CC))))