Question: DEplot

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); > DEplot([eq2], n(t), t = 0 .. 25); Error, (in DEtools/DEplot) all dependent variable ranges must be specified.
Please Wait...