Method on @sym: besselh (alpha, k, x)
Method on @sym: besselh (alpha, x)

Symbolic Hankel functions of first/second kind.

The kind k can be 1 or 2 and defaults to 1.

Example:

syms x alpha
H1 = besselh(alpha, 1, x)
  ⇒ H1 = (sym) hankel₁(α, x)

H2 = besselh(alpha, 2, x)
  ⇒ H2 = (sym) hankel₂(α, x)

See also: @sym/airy, @sym/besselj, @sym/bessely, @sym/besseli, @sym/besselk.

Package: symbolic