jlperla / continuous_time_methods

MIT License
23 stars 15 forks source link

Rewrite the neoclassical growth model as a root finding problem #2

Open jlperla opened 7 years ago

jlperla commented 7 years ago

After #1 is complete, you will see that the method uses an iterative step to update the value function. This works, but in principle the derivative information could provide better convergence of the model (and enable writing it in a way that can be extended).+

To do this, we first need to rewrite this as a system of equations in the vector V where a solution is given if the stacked equations are all close to 0. Unlike the existing code, which solves a linear system, this will be written as a nonlinear system of equations).

jlperla commented 7 years ago

Put the latex details in /docs/HJBE_discretization.tex