Hi,
I am currently working with Dynare 3.65 with a model where I am using some matrix algebra in the model section, e.g. I write:
# A = [ rho 0 0 ; 1 0 0 ; 0 0 rho ];
# B = eye(3);
# C = A*B;
and then I use specific elements of matrix C as coefficients for some variables in the model section.
This code does not work in dynare 4 anymore, as it seems that I cannot declare matrices and do some algebra with the matrices. Is there a trick/possibility to enter matrices in dynare 4?
Thank you very much in advance for your support.
Best,
Patrick