You have to install the latest version of SymPy to use `nonlinsolve` , the link for latest version is this <https://github.com/sympy/sympy/archive/master.zip>. `nsolve` is numeric solver , `nonlinsolve` solves non linear system of equation symbolically.
-- Shekhar On Friday, 11 November 2016 01:08:59 UTC+5:30, [email protected] wrote: > > 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 > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/bda2a8ed-c9d8-4dd0-a2ad-a025cffab57e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
