You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/olg.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -746,7 +746,13 @@ Plot the equilibrium quantity and equilibrium price in the equilibrium plot with
746
746
:class: dropdown
747
747
```
748
748
749
-
To solve the equation we need to turn to Newton's method. `find_Rstar` is used to find $R^*_{t+1}$ by finding the zero of equation [](equilibrium_crra) using the helper function `find_Rstar_newton` for a given value of $K_t$. Similary, `find_Kstar` finds the equilibrium quantity $K^*_{t+1}$ using the value of $R^*_{t+1}$.
749
+
To solve the equation we need to turn to Newton's method.
750
+
751
+
The function `find_Rstar` is used to find $R^*_{t+1}$ by finding
752
+
the zero of equation [](equilibrium_crra) using the helper
753
+
function `find_Rstar_newton` for a given value of $K_t$.
754
+
755
+
Similary, `find_Kstar` finds the equilibrium quantity $K^*_{t+1}$ using the value of $R^*_{t+1}$.
0 commit comments