Using Bessele in Maple returns zero

49 Views Asked by At

I am so new in maple . I want to execute this this function on my formula as you can see in the below image :

enter image description here

As you can see every operations return zero .why ?

I am so new in maple

1

There are 1 best solutions below

3
On BEST ANSWER

Which version? Here are the inputs/outputs for Maple V or Maple 7, they should work with yours too:

diff(BesselI(a, z*r),r);
> (BesselI(a+1,z*r)+a/z/r*BesselI(a,z*r))*z