Comment #5 on issue 1621 by [email protected]: Initial conditions in dsolve()
http://code.google.com/p/sympy/issues/detail?id=1621
Passing incomplete initial conditions may be useful, too. Perhaps the user wants to solve a second order ODE and wants to give only one initial condition to obtain a 1-parameter family of solutions.
Sapta has a point in comment 2: this will be hard to do in the non-linear case if the order of tthe EDO is higher than 1. solve() is seriously broken for systems of equations that are not polynomial.
-- 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.
