bdrogers

0 Reputation

One Badge

14 years, 176 days

MaplePrimes Activity


These are questions asked by bdrogers

I have a rather simple 2nd order ODE that I'm trying to plot. First, the ODE:

deqn1 := diff(x(t), (t$2)) = -2*(diff(x(t), t))-25*x(t)

Then the DEplot:

DEplot(deqn1, t = 0 .. 10, [[x(0) = 1, (D(x))(0) = 0]], stepsize = .1, linecolor = blue, thickness = 1)

And the error message:

Error, (in dsolve/numeric/process_input) invalid specification of initial conditions, got (D(x))(0) = 0

Now, anytime an equation value is a constant (x(0...

Page 1 of 1