HANKEL2 INDEX

HANKEL2 _ _ _ _ _ _ _ _ _ _ _ _ operator

The Hankel2 operator returns the Hankel function of the second kind.

syntax:

Hankel2(<order>,<argument>)

examples:


on complex; 

Hankel2 (1/2,pi); 

  - i * sqrt(2) / pi 


Hankel2 (1,pi); 

  besselj(1,pi) - i*bessely(1,pi)

The operator Hankel2 is also called Bessel function of th e third kind. There is currently no numeric evaluation of Hankel functions.