WLJS LogoWLJS Notebook

StruveL

StruveL[n, z] gives the modified Struve function Ln(z).

Examples

Evaluate the modified Struve function:

StruveL[0, 1.5]
(* 0.802738 *)

Plot the function:

Plot[StruveL[1, x], {x, 0, 10}]

Please visit the official Wolfram Language Reference for more details.

On this page