Fungrim home page

Fungrim entry: 0fbd15

sin(z)=πz2J1/2 ⁣(z)\sin(z) = \sqrt{\frac{\pi z}{2}} J_{1 / 2}\!\left(z\right)
Assumptions:zCz \in \mathbb{C}
TeX:
\sin(z) = \sqrt{\frac{\pi z}{2}} J_{1 / 2}\!\left(z\right)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sinsin(z)\sin(z) Sine
Sqrtz\sqrt{z} Principal square root
Piπ\pi The constant pi (3.14...)
BesselJJν ⁣(z)J_{\nu}\!\left(z\right) Bessel function of the first kind
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("0fbd15"),
    Formula(Equal(Sin(z), Mul(Sqrt(Div(Mul(Pi, z), 2)), BesselJ(Div(1, 2), z)))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC