WLJS LogoWLJS Notebook

SphericalHankelH1

SphericalHankelH1[n, z] gives the spherical Hankel function of the first kind h_n^(1)(z).

Examples

Evaluate the spherical Hankel function:

SphericalHankelH1[1, 2.0]

Symbolic expression:

SphericalHankelH1[0, z]

Plot the function:

Plot[{Re[SphericalHankelH1[1, x]], Im[SphericalHankelH1[1, x]]}, 
  {x, 0.1, 10}, PlotLegends -> {"Re", "Im"}]

Please visit the official Wolfram Language Reference for more details.

On this page