When I calculate below equation in Mathematica although I cannot take any error message, I cannot see graph? Cn you tell me how can I calculate this function in MAthematca? What is my falut in the code? I alseo add picture of it.

Thank you for your helps!!

f[x_] := i*Sqrt[x/(0.02^2 - x^2 - 2*i*x)]

Plot[f[x], {x, 0.1, 2.5}]

Similar questions and discussions