I was looking through some bugs when I stumbled upon the following issue: - http://code.google.com/p/sympy/issues/detail?id=3384&colspec=ID%20Type%20Status%20Priority%20Milestone%20Reporter%20Summary%20Stars
It says that the required function is checkodesol(ode, sol, func) instead of checkodesol(ode, func, sol). But open checking the source, it is indeed checkodesol(ode, sol, func) with func being optional. So either I don't understand the issue or it is outdated. Any help? Since I'm new, I hope this is the right place to ask doubts. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
