Dynare on Matlab 2008 Linux 64 bit: problems with ordqz
Posted: Wed Nov 04, 2009 4:28 pm
Hi,
I have the following problem
I start Matlab 2008 on a Linux server.
I have 2 matrices A and B. I use function qz and ordqz of Matlab w/o having used Dynare since starting Matlab and get correct results.
then I run Dynare once. I repeat the experiment and I get warning messages of divisions by zero when use the function ordqz.
There does not seem to
be clashes with functions names (indeed it happens even if I remove Dynare from the path)
I attach the two matrices (change the extension from txt to mat). You can try to reproduce the problem by typing in Matlab
Best
Gianni
I have the following problem
I start Matlab 2008 on a Linux server.
I have 2 matrices A and B. I use function qz and ordqz of Matlab w/o having used Dynare since starting Matlab and get correct results.
then I run Dynare once. I repeat the experiment and I get warning messages of divisions by zero when use the function ordqz.
There does not seem to
be clashes with functions names (indeed it happens even if I remove Dynare from the path)
I attach the two matrices (change the extension from txt to mat). You can try to reproduce the problem by typing in Matlab
- Code: Select all
load A_matrix_tes
load B_matrix_tes
[a,b,Q,Z]=qz(A,B);
[a1,b1,Q1,Z1]=ordqz(a,b,Q,Z,'udo');
Best
Gianni