Status: Accepted
Owner: asmeurer
Labels: Type-Enhancement Priority-Medium EasyToFix

New issue 1621 by asmeurer: Initial conditions in dsolve()
http://code.google.com/p/sympy/issues/detail?id=1621

I finished up the ODE module, and it is now in the master branch (see issue  
1611), but I never got
around to doing initial conditions.  I think we need them, and it should be  
easy to implement.  You
just need to substitute the points into the solution and solve for the  
arbitrary constants.  The
problem is that the best syntax would be to pass a dictionary of f(0):1,  
f'(0):2 like terms (or use
**ics).  But we don't yet have a way to represent f'(0) in SymPy (see issue  
1620).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
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