nonlinsolve is only in the development version. See http://docs.sympy.org/latest/install.html#git for instructions on how to get it. It will be included in the next stable release.
Aaron Meurer On Wed, Mar 29, 2017 at 3:08 PM, M. Javanmardi <[email protected]> wrote: > Hi Shekhar, > > Is nonlinsolve good to use? coz it does not seem to be in any Sympy setup > file, nor the one you pointed to nor the live sympy version. > If it exists, do you have any idea where to download it? and how to update > the existing Sympy to the new version? > > Thanks, > Mohammad > > On Wednesday, December 14, 2016 at 10:11:58 PM UTC-8, Shekhar Prasad Rajak > wrote: >> >> You have to install the latest version of SymPy to use `nonlinsolve` , the >> link for latest version is this . `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/184e1bcc-2fed-4b8a-9b5b-c89b3ef0d1ee%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- 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/CAKgW%3D6%2BW%2BvmYsXA_iKpMyYxKCfbccrj8DP_E1C4-DftX7zxdUA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
