convert/Bessel
convert an expression with Airy wave functions or Bessel functions into Bessel functions
Calling Sequence
Parameters
Description
Examples
convert(expr, Bessel)
convert(expr, BesselI)
convert(expr, BesselJ)
convert(expr, BesselK)
convert(expr, BesselY)
convert(expr, Hankel)
expr
-
Maple expression
convert/Bessel converts Airy wave functions, their derivatives, and Bessel functions in an expression to the Bessel functions.
The option Bessel will give the simplest conversion. The other options will force a conversion to an expression in that function, if it is possible.
convert⁡AiryAi⁡x,Bessel
−x⁢BesselI⁡13,2⁢x333⁢x316+x316⁢BesselI⁡−13,2⁢x333
convert⁡−AiryBi⁡sqrt⁡x,Bessel
−3⁢x⁢BesselI⁡13,2⁢x323+BesselI⁡−13,2⁢x323⁢x32133⁢x3216
convert⁡AiryAi⁡1,x,BesselI
x2⁢BesselI⁡23,2⁢x333⁢x313−x313⁢BesselI⁡−23,2⁢x333
convert⁡sin⁡HankelH1⁡v,x,Bessel
sin⁡BesselJ⁡v,x+I⁢BesselY⁡v,x
convert⁡BesselJ⁡v,2,BesselY
BesselY⁡−v,2−BesselY⁡v,2⁢cos⁡v⁢πsin⁡v⁢π
convert⁡KelvinKei⁡v,z2,BesselK
I2⁢ⅇI2⁢v⁢π2⁢BesselK⁡v,12−I2⁢z2⁢2−BesselK⁡v,12+I2⁢z2⁢2ⅇI2⁢v⁢π
See Also
Airy
Bessel
convert/Airy
Download Help Document