Solving a intial boundary value problem using ode15s
- From: "Rob " <rsluijs@xxxxxxxxxxx>
- Date: Mon, 9 Jun 2008 12:15:02 +0000 (UTC)
Hello,
How can is solve the following equation using ode15s on a
time interval of 0 < t < 2?
dy/dt = c*A*y+c*g
with:
c = a scalar
A = NxN matrix
g = Nx1 vector
initial condition: y(at t=0) = 0
Thanks!
Rob
.
- Follow-Ups:
- Re: Solving a intial boundary value problem using ode15s
- From: John D'Errico
- Re: Solving a intial boundary value problem using ode15s
- Prev by Date: Re: interp3 question?
- Next by Date: Re: Why does it take much longer time to get data when sampling with 100 hz than when sampling at 1000 hz?
- Previous by thread: text over grid
- Next by thread: Re: Solving a intial boundary value problem using ode15s
- Index(es):
Relevant Pages
|