Page 1 of 1

Steady State problem

PostPosted: Tue Mar 13, 2012 1:34 pm
by zeus84
I have calculated the precise steady state values of the variables in my model (using Matlab), however when I type them in "initval", Octave calculates a whole new steady state! Why does this happen?

Thanks!

Re: Steady State problem

PostPosted: Tue Mar 13, 2012 4:25 pm
by jpfeifer
Usually, your precise values are wrong or do not match your variable definitions. Use
Code: Select all
resid(1);

before the steady-command to check which equations are not satisfied with your starting values.