I want the asymptotics for EllipticF(z,k) w.r.t. z (yes, not k).
My example is F:=I*EllipticF(c*I/x,k), c=2-2^(1/2),k=3+2*2^(1/2)
and I want the limit x ---> 0+.
MultiSeries:-limit(E,x=0);
results in 0.54... + 0.54...*I (real = imag, positive value).
MultiSeries:-series(E,x,3);
gives (after clearing the output) the same for setting x=0.
For Numerics my setting is Digits:=24 and eps:=1/10^18.
subs(c=2-2^(1/2), k=3+2*2^(1/2), F...