Fungrim home page

Fungrim entry: 18f40c

sin(z)=eizeiz2i\sin(z) = \frac{{e}^{i z} - {e}^{-i z}}{2 i}
Assumptions:zCz \in \mathbb{C}
TeX:
\sin(z) = \frac{{e}^{i z} - {e}^{-i z}}{2 i}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sinsin(z)\sin(z) Sine
Expez{e}^{z} Exponential function
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("18f40c"),
    Formula(Equal(Sin(z), Div(Sub(Exp(Mul(ConstI, z)), Exp(Mul(Neg(ConstI), z))), Mul(2, ConstI)))),
    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.

2021-03-15 19:12:00.328586 UTC