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