[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem in equation solving in octave
From: |
shm |
Subject: |
problem in equation solving in octave |
Date: |
Mon, 28 Apr 2014 03:40:35 -0700 (PDT) |
Hi,
I am solving a set of differential equations by using lsode solver. But the
problem is that if i use value of one equation in another, it not only
changes the value of that equation but also in itself accordingly.
For example:
xdot (1)= x(1)*a + b*(1-exp(-x(2));
xdot(2)= a*x(2);
The equation xdot(2) keep on changing according to equation 1 even if i set
it equal to zero.
What could be the problem?
--
View this message in context:
http://octave.1599824.n4.nabble.com/problem-in-equation-solving-in-octave-tp4663810.html
Sent from the Octave - General mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- problem in equation solving in octave,
shm <=