Comment #11 on issue 3548 by [email protected]: Implement algorithm for solving quintics
http://code.google.com/p/sympy/issues/detail?id=3548
Yes. It is as I thought. If the factor_list function can find simple factors in the quintic, then the resulting quartic is solved by SymPy (as happened above).
Anyway, I'm currently going through the code to see the best way of implementation. Perhaps we can have a flag 'quintic' that will determine whether the special method should be tried with a fallback with quintic=False?
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy-issues?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
