Updates:
        Summary: classify_ode() doesn't catch a 1st_linear/separable ode

Comment #2 on issue 2077 by asmeurer: classify_ode() doesn't catch a 1st_linear/separable ode
http://code.google.com/p/sympy/issues/detail?id=2077

I bisected it down to this commit in your branch:

commit 988e6cba1fccc9affc1a9bedbffa9606a27d5a8e
Author: Chris Smith <[email protected]>
Date:   Mon Jul 12 15:40:05 2010 +0545

    1811: separatevars and gcdfactor

    separatevars, coef_resid, agcd, _rgcd

    gcd_methods

    matrices uses gcdfactor

    trigsimp uses gcdfactor

        The legacy trigsimp_nonrecursive is renamed (as in other
        places in sympy) _trigsimp and its docstring was moved to
        trigsimp. In addition, gcdfactor is used to factor out
        terms that would otherwise not be detected by patterns and
        a docstring testing this is added.

    integral uses gcdfactor

    separatevars and factor-nc

    functions added to iterables

Obviously, you made some improvement to separatevars() that makes it recognize this one now. Actually, I never ever noticed that this equation was separable too. That would have been useful to know whenever I solved this one in my homework assignment :)

--
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].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to