Fungrim home page

Fungrim entry: f340cb

sin ⁣(z)=k=0(1)kz2k+1(2k+1)!\sin\!\left(z\right) = \sum_{k=0}^{\infty} {\left(-1\right)}^{k} \frac{{z}^{2 k + 1}}{\left(2 k + 1\right)!}
Assumptions:zCz \in \mathbb{C}
TeX:
\sin\!\left(z\right) = \sum_{k=0}^{\infty} {\left(-1\right)}^{k} \frac{{z}^{2 k + 1}}{\left(2 k + 1\right)!}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sinsin ⁣(z)\sin\!\left(z\right) Sine
Powab{a}^{b} Power
Factorialn!n ! Factorial
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("f340cb"),
    Formula(Equal(Sin(z), Sum(Mul(Pow(-1, k), Div(Pow(z, Add(Mul(2, k), 1)), Factorial(Add(Mul(2, k), 1)))), Tuple(k, 0, Infinity)))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC