Using fsolve to compute steady states

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

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