Fungrim home page

Fungrim entry: cfc5c3

sin(z)=isinh ⁣(iz)\sin(z) = -i \sinh\!\left(i z\right)
Assumptions:zCz \in \mathbb{C}
TeX:
\sin(z) = -i \sinh\!\left(i z\right)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sinsin(z)\sin(z) Sine
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("cfc5c3"),
    Formula(Equal(Sin(z), Mul(Neg(ConstI), Sinh(Mul(ConstI, z))))),
    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