ans =
The value kei(0) = -pi/4 only exists in the limit :
syms x
a = exp(pi*1i/4);
limit(imag(besselk(0,a*x)),x,0,"right")
limit(imag(besselk(0,x)),x,0,"right")
imag(besselk(0,0))
The value ker(0) = + Inf agrees with MATHEMATICA:
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!