Blanchard-Kahn, Matlab vs Octave
Posted: Sun Dec 06, 2009 5:38 pm
Hello,
I am trying to run a version of the Gali model with dynare 4.0.4 and octave 3.2.3 under Mac OSX Snow Leopard. I am using the binary package kindly provided by Christophe Cahn.
While the code works fine under Windows with Matlab R2009A, it raises a Blanchard-Kahn condition error under octave/Mac.
It seems that the eigenvalues are not all the same.
From Matlab:
From octave:
Does anyone know how I could solve this issue? I would really prefer to use octave if I have the choice. Many thanks!
I am trying to run a version of the Gali model with dynare 4.0.4 and octave 3.2.3 under Mac OSX Snow Leopard. I am using the binary package kindly provided by Christophe Cahn.
While the code works fine under Windows with Matlab R2009A, it raises a Blanchard-Kahn condition error under octave/Mac.
It seems that the eigenvalues are not all the same.
From Matlab:
- Code: Select all
EIGENVALUES:
Modulus Real Imaginary
1.502e-016 -1.502e-016 0
0.4 0.4 0
0.4 0.4 0
0.4 0.4 0
0.4 0.4 0
0.7908 0.7908 0
1.022 1.02 0.07026
1.022 1.02 -0.07026
From octave:
- Code: Select all
EIGENVALUES:
Modulus Real Imaginary
2.471e-16 2.471e-16 0
0.4 0.4 0
0.4 0.4 0
0.4 0.4 0
0.4 0.4 0
0.7908 0.7908 0
0.8405 0.8405 0
1.199 1.199 0
Does anyone know how I could solve this issue? I would really prefer to use octave if I have the choice. Many thanks!