First time here? Check out the FAQ!
answered 2018-11-27 19:30:25 +0100
In fact, D[0](y) is one way to represent diff(y, t).
D[0](y)
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