Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can I solve the following non-linear equations numerically?

1 visualizzazione (ultimi 30 giorni)
c == c * (pi / beta * R) ^ (1/sigma) ;
pi * (pi - 1) == beta * pi * (pi - 1) + (v / alpha * gamma) * (c + g) ^ ((1 + eps) / alpha) + ((1 - v) / gamma) * (c + g) * c ^ (-sigma) ;
All variables are specified, and I am interested in the value of c for varying values of pi. The idea here is to solve these equations to find the effect of the steady state inflation on the steady state consumption. How do I solve this? It would be nice to specify an interval for pi and see the effects on c and visualise this in a graph.
Thanks in advance!

Risposte (1)

Walter Roberson
Walter Roberson il 27 Mag 2017
For the first of those equations to be true, either c = 0 or pi = beta/R; if pi = beta/R then (pi / beta * R) is 1, and you arrive at c = c * 1^(1/sigma) which is c = c
Either way, c is independent of pi.

Questa domanda è chiusa.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by