Dear Users, I encountered a particular problem, and I do not know at all whether it is possible to solve it with wxMaxima. I would like to know all the roots (numerical solutions) of a transcendental equation, which includes complex numbers and the solution is also complex. For example, the equation looks like this: 0.2+0.4*%i=(x*exp(2*%i))/(cos(x)*x-%i*sin(x)*(x^2+1)); Wolfram Alpha offers six different complex numbers as a solution, and I would like to get this solution with wxMaxima. I looked...