Skip to content

bessely

Bessel function of the second kind, Y_n(x).

v = bessely(x, n, s)

Returns the Bessel function of the second kind (also called Weber’s function or Neumann function) of order n.

bessely(1, 0) % ≈ 0.0883
  • besselj — Bessel function of the first kind, J_n(x).
  • besseli — Modified Bessel function of the first kind, I_n(x).
  • besselk — Modified Bessel function of the second kind, K_n(x).