On Tuesday, 22 November 2016 05:28:01 UTC+1, Denis Akhiyarov wrote: > > For numerical solution you may want to use scipy: > > https://groups.google.com/forum/m/#!topic/sympy/gIFados9AJo >
Shameless plug: if you are solving a symbolically defined system numerically, you may want to try pyneqsys <https://pypi.python.org/pypi/pyneqsys> (which supports SymPy foremost) if you have a symbolic system <http://bjodah.github.io/pyneqsys/latest/pyneqsys.html#pyneqsys.symbolic.SymbolicSys>. Regards, Björn -- 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/d7d8dcb9-aa82-45a4-8e86-12a710e674c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
