numerical_approx()
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/992... this solutions is not working,
C[0].numerical_approx()
numerical_approx(C[0])
also not
To display blocks of code or error messages, skip a line above and below, and do one of the following (all give the same result):
For instance, typing
produces:
Please edit your question to do that.