from sympy.solvers import solve from sympy import Symbol x = Symbol('x') C=solve((x+86)/x-95/58,x)
How its possible to use numerical_approx() on this https://ask.sagemath.org/question/9922/numerical-approximation-of-complex-number/ this solutions is not working, C[0].numerical_approx() numerical_approx(C[0]) also not