Updates:
        Status: Fixed

Comment #7 on issue 3069 by smi...@gmail.com: dsolve gets too many constants for a first order linear ode
http://code.google.com/p/sympy/issues/detail?id=3069

Now,

    >>> dsolve((2*t+3)*Derivative(y(t),t) + (4*t**2 + 12*t+7)*y(t))
    log(y(t)) == C1 - t**2 - 3*t + log(2*t + 3)

Since issue 2235 addresses the issue of hint order (which is also mentioned here) I will close this issue.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to