nsolve stands for "numeric solve". It isn't going away. nonlinsolve symbolically solves nonlinear systems of equations. If you want a symbolic solution, you should use it. If you want a numeric solution, use nsolve.
Aaron Meurer On Thu, Nov 10, 2016 at 3:08 AM, <[email protected]> wrote: > Hello, > > I have code that uses solvers.nsolve(). > Is sympy.solvers.solveset.nonlinsolve() the recommended function to > replace that? > > 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/d8a754c8-b474-4707-99ad-b3950758354b%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%3D6JHS6NbBAXRX5n0u8oLBq%3DTDPY-9SrQ5i8gCNeMMcRtdA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
