Status: Accepted Owner: ---- CC: [email protected] Labels: Type-Defect Priority-Medium Solvers WrongResult
New issue 2802 by [email protected]: solve error with expression with derivative
http://code.google.com/p/sympy/issues/detail?id=2802 In [8]: print system[1] 2*y(t) + z(t) + Derivative(y(t), t) In [9]: print solve(system[1], y) [-z(t)/2 - Derivative(0, t)/2] -- 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.
