[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to pass output of one lsode as input to other lsode at a given time
From: |
scjoshi |
Subject: |
How to pass output of one lsode as input to other lsode at a given time step |
Date: |
Mon, 16 Feb 2015 03:19:27 -0800 (PST) |
Hello All,
I have a set of two ODE in which output of one has to be passed on as input
to the other.
Say the first ODE is:
xdot = f1(x,t) whose outputs are x(1), x(2) and x(3). These are to be passed
on as inputs to other ODE....
say
ydot = f2(y,t,x(1),x(2),x(3))
Both these equations are to be solved simultaneously.
Any examples would be appreciated.
--
View this message in context:
http://octave.1599824.n4.nabble.com/How-to-pass-output-of-one-lsode-as-input-to-other-lsode-at-a-given-time-step-tp4668611.html
Sent from the Octave - General mailing list archive at Nabble.com.
- How to pass output of one lsode as input to other lsode at a given time step,
scjoshi <=