Is there a straightforward way to solve this system in sympy: simple linear system of linear equations with initial conditions
[f_1(t) + Derivative(f_0(t), t), -f_0(t) + Derivative(f_1(t), t), f_0(0) - 1, f_1(0) - 1] dsolve does not permit this directly. -- 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]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
