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. For more options, visit https://groups.google.com/d/optout.
