Assumptions:
TeX:
{\sin}^{(r)}(z) = \sin\!\left(z + \frac{\pi r}{2}\right) z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, r \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Derivative | Derivative | |
Sin | Sine | |
ConstPi | The constant pi (3.14...) | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("612b21"), Formula(Equal(Derivative(Sin(z), Tuple(z, z, r)), Sin(Add(z, Div(Mul(ConstPi, r), 2))))), Variables(z, r), Assumptions(And(Element(z, CC), Element(r, ZZGreaterEqual(0)))))