contact_peterson

12 Reputation

2 Badges

15 years, 117 days

MaplePrimes Activity


These are questions asked by contact_peterson

Im having trouble with the DEplot command, i seem never to be able to use the plot commands on maple no matter what i do. Heres what i've got so far. > eq1 := diff(n(t), t)+lambda*n(t) = 0; / d \ |--- n(t)| + lambda n(t) = 0 \ dt / > eq2 := dsolve([subs(lambda = .1, eq1), n(0) = 10]); / 1 \ n(t) = 10 exp|- -- t| \ 10 / > with(DEtools);
Page 1 of 1