Hallo,
I hope this is no double post, my previous thread is not displayed in the group.
Will nonlinsolve from sympy.solvers.solveset replace solvers.nsolve?
I could not find that in the documentation. I tried to run some examples
for nonlinsolve but get an ImportError after
from sympy.solvers.solveset import nonlinsolve
I tried SymPy 1.0 from PyPI and from Gohlke, same with both versions.
The documentation for SymPy 1.0 says that the function is available.
Or is it only available in SymPy
1.0.1.dev ?
Kind regards,
Joe