Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there an equivalent of NSolve of mathematica?

I am trying to solve a system of non-linear system of equations. Is there a equivalent of NSolve or FindRoot of mathematica in sage. I looked up on the net and there is a equivalent command nsolve in sympy. However, for some reason "from sympy import nsolve" gives a error.

click to hide/show revision 2
retagged

Is there an equivalent of NSolve of mathematica?

I am trying to solve a system of non-linear system of equations. Is there a equivalent of NSolve or FindRoot of mathematica in sage. I looked up on the net and there is a equivalent command nsolve in sympy. However, for some reason "from sympy import nsolve" gives a error.