| 1 | initial version |
In fact, D[0](y) is one way to represent diff(y, t).
So just do:
sage: ED_Lap[0].rhs().subs(y(0)==1,diff(y, t)(0)==-1).inverse_laplace(s,t)
1/3*e^(3*t) + 2*e^(-t) - 4/3
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.