Cool. As long as the test coverage is good, and you are testing the correctness of solutions by substituting them back in (also numerically checking that they are indeed distinct), it should be ok.
Aaron Meurer On Jan 28, 2013, at 4:18 AM, prasoon2211 <[email protected]> wrote: @asmeurer: Thanks a lot. The mathematica notebook contains the complete method with coefficients. As a matter of fact, most of the coefficients for general quintics were so bloody huge (~ 50 lines each 1000 lines total) , I'm sure I could never have typed them myself. So, I converted the .nb file to a txt file and operated a python script on it to make the coefficients in a form that are acceptable by SymPy. Hopefully, nothing weird will happen. Anyway, with some luck, I should have a basic implementation in a couple of days. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
