How to get the linearized system?

I was wondering if it is possible to get the numerical approximation that dynare performs when you input the model in non-linear form.
I mean, if I have a .mod file in which I write the model in non-linear form and I use order=1 is it possible to get a m-file with the appromated equilibrium conditions that dynare uses for simulations?

Thanks

Cristiano

Hi,

When you write your model in non-linear form, Dynare computes the derivatives of the equations of the model (at order 1 in your case), and stores them in the MODFILE_dynamic.m file (assuming that MODFILE.mod is your MOD-file).

See this thread for more details: viewtopic.php?f=1&t=2280&start=0

Best,