Is this in the latest version of SymPy? For me, it returns [0.0, 1.0] after a few seconds.
Aaron Meurer On Fri, Jan 30, 2015 at 7:27 AM, Arnaud Usciati <[email protected]> wrote: > Hello, > > I try to find solutions for : 8.99*x*(-x + 1)**1.9 + 3.1*(-x + 1)**2.1 - > 3.1*(-x + 1)**2.9 == 0 > I use >>> solve(8.99*x*(-x + 1)**1.9 + 3.1*(-x + 1)**2.1 - 3.1*(-x + > 1)**2.9, x) but it runs endless !!!! > > Any ideas to fix it ? > > PS : sorry for my english, i'm french :) > > -- > 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 http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/c2cdcafa-ec7b-41f0-9b15-2c5d1104fe8a%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/c2cdcafa-ec7b-41f0-9b15-2c5d1104fe8a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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 http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6KEf500R0fFVW0%2BggvhWgtaELzy6Jbf0dEqfprMkNgAFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
