Problem Set 3

Due: Thursday, 31 March 2022, 4:00 PM

In exercise 8 we are solving for a nonlinear system of equations numerically. Here are some examples on how these kinds of problems can be coded. For Matlab and fsolve see https://se.mathworks.com/help/optim/ug/fsolve.html, for example the 1. example. For Julia and NLsolve.jl see https://julia.quantecon.org/more_julia/optimization_solver_packages.html and section 9.4.2.