<div dir="ltr">Hi.<div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>Eric.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-27 11:32 GMT+02:00 Mathseco <span dir="ltr"><<a href="mailto:rashmi.19@gmail.com" target="_blank">rashmi.19@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi i'm new to scilab !!!<br>
<br>
I have a static general equilibrium model with 8 endogenous variable and 8<br>
independent equations.<br>
<br>
Can anyone guide me how to do simulation of such model in scilab ? I want to<br>
get the values of endogenous variable in the model by solving those<br>
equations for different values of exogenous variables.Please guide<br>
me....Thanks<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://mailinglists.scilab.org/Simulation-of-static-general-equilbiirum-model-tp4031213.html" target="_blank">http://mailinglists.scilab.org/Simulation-of-static-general-equilbiirum-model-tp4031213.html</a><br>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</blockquote></div><br></div>