Hi.

Well, in Scilab you will have to write a function with the text of your
equations transfroemd so that your endogenous variables appear as
corrdinates of a vector (such as param(1),..., param(8) since you have 8
endogenous variables) that takes your endogenous variables as a vector of
parameters; you can thereafter use Scilab function fsolve that solves a
system of n non linear equations with n unknown variables.

This a very manual way to proceed. In particular, you have to handle the
time dimension by hand. I am currently working on a somehow industrialized
version of that (not achieved; for insatnce it does deal yet with dynamic
models and coefficients must be dela manually), that could work in your
case. If you are interested in them, I can communicate them to you.

Eric.

2014-09-27 11:32 GMT+02:00 Mathseco <[email protected]>:

> Hi i'm new to scilab !!!
>
> I have a static general equilibrium model with 8 endogenous variable and 8
> independent equations.
>
> Can anyone guide me how to do simulation of such model in scilab ? I want
> to
> get the values of endogenous variable in the model by solving those
> equations for different values of exogenous variables.Please guide
> me....Thanks
>
>
>
> --
> View this message in context:
> http://mailinglists.scilab.org/Simulation-of-static-general-equilbiirum-model-tp4031213.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive
> at Nabble.com.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.scilab.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to