Assumptions:
TeX:
\sin\!\left(a + b i\right) = \sin(a) \cosh(b) + i \cos(a) \sinh(b) a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sin | Sine | |
ConstI | Imaginary unit | |
Cos | Cosine | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("3b839c"), Formula(Equal(Sin(Add(a, Mul(b, ConstI))), Add(Mul(Sin(a), Cosh(b)), Mul(Mul(ConstI, Cos(a)), Sinh(b))))), Variables(a, b), Assumptions(And(Element(a, CC), Element(b, CC))))