On Wed, Oct 15, 2014 at 06:42:20PM -0500, Aaron Meurer wrote:
> Initial conditions are supported, but only in the git version.
I don't think so:
In [4]: dsolve(Eq(diff(y(t),t)-y(t),0),y(t),ics={y(0): 1})
Out[4]:
t
y(t) = C₁⋅ℯ
Or there is something completely undocumented.