Fungrim home page

Fungrim entry: d81355

sin(r+4)(z)=sin(r)(z){\sin}^{(r + 4)}(z) = {\sin}^{(r)}(z)
Assumptions:zCandrZ0z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, r \in \mathbb{Z}_{\ge 0}
TeX:
{\sin}^{(r + 4)}(z) = {\sin}^{(r)}(z)

z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, r \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol Notation Short description
Derivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Derivative
Sinsin ⁣(z)\sin\!\left(z\right) Sine
CCC\mathbb{C} Complex numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("d81355"),
    Formula(Equal(Derivative(Sin(z), Tuple(z, z, Add(r, 4))), Derivative(Sin(z), Tuple(z, z, r)))),
    Variables(z, r),
    Assumptions(And(Element(z, CC), Element(r, ZZGreaterEqual(0)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC