AngerJ - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


AngerJ

The Anger function

WeberE

The Weber function

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

AngerJ(v, x)

WeberE(v, x)

Parameters

v

-

algebraic expression (the order or index)

x

-

algebraic expression (the argument)

Description

• 

The Anger function AngerJ(v,x) solves the inhomogeneous Bessel equation

x2⁢y''+x⁢y'+x2−v2⁢y=x−v⁢sin⁡v⁢ππ

• 

The Weber function WeberE(v,x) solves the inhomogeneous Bessel equation

x2⁢y''+x⁢y'+x2−v2⁢y=v−x⁢cos⁡v⁢π−v+xπ

Examples

> 

AngerJ⁡0,0

1

(1)
> 

evalf⁡AngerJ⁡4,3

0.1320341839

(2)
> 

WeberE⁡1.5−I,2.6+3⁢I

4.135197692−11.77785498⁢I

(3)
> 

series⁡AngerJ⁡13,x,x,4

3⁢32⁢π+916⁢3π⁢x−2770⁢3π⁢x2−811280⁢3π⁢x3+O⁡x4

(4)
> 

series⁡WeberE⁡12,x,x,6

2π+43⁢1π⁢x−815⁢1π⁢x2−16105⁢1π⁢x3+32945⁢1π⁢x4+6410395⁢1π⁢x5+O⁡x6

(5)
> 

diff⁡AngerJ⁡v,x,x

−AngerJ⁡v+1,x+v⁢AngerJ⁡v,xx−sin⁡v⁢ππ⁢x

(6)
> 

diff⁡WeberE⁡v,x,x

−WeberE⁡v+1,x+v⁢WeberE⁡v,xx−1−cos⁡v⁢ππ⁢x

(7)

References

  

Abramowitz, M., and Stegun, I., eds. Handbook of Mathematical Functions. New York: Dover, 1972.

  

Watson, G.N. A Treatise on the Theory of Bessel Functions. Cambridge University Press, 1966.

See Also

Airy

Bessel

initialfunctions

Kelvin

Struve