Page 1 of 1

Using fsolve to compute steady states

PostPosted: Tue Nov 21, 2006 5:39 am
by yanivyl
Hi,

I am trying to provide Dynare with an program to compute the steady state (instead of steady).

Is it possible to do so when my steady state computation is done using fsolve?
Just to clarify, I don't mean (solve_algo=0). I mean that the actual steady state computation program is using fsolve.

Thanks

Re: Using fsolve to compute steady states

PostPosted: Tue Nov 21, 2006 9:41 am
by StephaneAdjemian
Hi,

Yes. You can call fsolve (or use any matlab code) in the file:

<NAME_OF_THE_MOD_FILE>_steadystate.m

to compute the steady state, Dynare doesn't look inside this file.

Best,
St