Assumptions:
TeX:
\left|\sin\!\left(x + i y\right)\right| = \sqrt{\sin^{2}\!\left(x\right) + \sinh^{2}\!\left(y\right)} x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
Sin | Sine | |
ConstI | Imaginary unit | |
Sqrt | Principal square root | |
Pow | Power | |
RR | Real numbers |
Source code for this entry:
Entry(ID("abaf91"), Formula(Equal(Abs(Sin(Add(x, Mul(ConstI, y)))), Sqrt(Add(Pow(Sin(x), 2), Pow(Sinh(y), 2))))), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR))))