Here, you’ll find the HTML for some of the code I wrote in computational courses at the University of Minnesota. The full code is available on my GitHub page.

Any errors are my responsibility. If you spot any mistakes, please let me know.


Solving a stochastic growth model using linear-quadratic (LQ) approximation: code


Solving a growth model with labor choice and taxes using an adaptation of LQ approximation: code


Solving a stochastic growth model using the finite element method: code


Solving an Aiyagari model using the finite element method: code


Solving the neoclassical growth model using VFI + Acceleration methods: code functions


Interpolation + Extrapolation + Numerical Differentiation + Root Finding: code