Skip to content

JuanSapena/is-lm-macro-joaqsgonzales

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

IS-LM Macroeconomic Model in Python

In this notebook, we explore the use of ordinary differential equations (ODE) in Python to simulate the dynamics behind the IS-LM macroeconomic model. The IS-LM model model is a Keynesian macroeconomic model that illustrates how the goods and the money market interact with each other to find the equilibrium between the interest rates and the total economic output in the macroeconomy. This notebook explores three different numerical methods to solve systems of ODE: the Forward Euler, RungeKutta4, and scipy's odeint function. Likewise, the notebook attempts to simulate the effect of monetary and fiscal policy to domestic output and interest rates.

Code credits to Prof. Alva Presbitero of the Asian Institute of Management for the implementation of the Forward Euler and the RungeKutta4 methods.

About

IS-LM model with ODEs in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%