Assumptions:
TeX:
{\sin}^{(r + 2)}(z) = -{\sin}^{(r)}(z) z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; r \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ComplexDerivative | Complex derivative | |
Sin | Sine | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("a6667d"), Formula(Equal(ComplexDerivative(Sin(z), For(z, z, Add(r, 2))), Neg(ComplexDerivative(Sin(z), For(z, z, r))))), Variables(z, r), Assumptions(And(Element(z, CC), Element(r, ZZGreaterEqual(0)))))