Tim21

10 Reputation

One Badge

5 years, 46 days

MaplePrimes Activity


These are questions asked by Tim21

 

restart;
with(DEtools);
DEplot(diff(y(t), t$2)-3*(diff(y(t), t))+2*y(t) = exp(t), [[y(0) = 0, (D(y))(0) = 2]], stepsize = .1, linecolor = black, thickness = 2);

 

Page 1 of 1