WLJS LogoWLJS Notebook

SpheroidalS2

SpheroidalS2[n, m, γ, z] gives the radial spheroidal function of the second kind.

Examples

Evaluate a spheroidal function of the second kind:

SpheroidalS2[2, 1, 0.5, 1.5]
(* -0.326547 *)

Plot the function:

Plot[SpheroidalS2[2, 0, 1, z], {z, 1, 3}]

Please visit the official Wolfram Language Reference for more details.

On this page