Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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/9922/numerical-approximation-of-complex-number/ this solutions is not working, C[0].numerical_approx() numerical_approx(C[0]) also not

numerical_approx()

from sympy.solvers import solve solve

from sympy import Symbol 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]) working,

C[0].numerical_approx()

numerical_approx(C[0])

also not

click to hide/show revision 3
retagged

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/9922/numerical-approximation-of-complex-number/ this solutions is not working,

C[0].numerical_approx()

numerical_approx(C[0])

also not

click to hide/show revision 4
retagged

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/9922/numerical-approximation-of-complex-number/ this solutions is not working,

C[0].numerical_approx()

numerical_approx(C[0])

also not