Skip to content

Commit 3a22833

Browse files
committed
update reference tag
1 parent 1f8c9d2 commit 3a22833

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lectures/cons_smooth.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ y_1 \cr y_2 \cr y_3 \cr \vdots \cr y_T
128128
$$
129129

130130

131-
132-
133131
Multiplying both sides by inverse of the matrix on the left provides the solution
134132

135133
$$
@@ -331,9 +329,7 @@ plt.ylabel(r'$c_t,y_t,a_t$')
331329
plt.show()
332330
```
333331

334-
335-
336-
We can evaluate the welfare using the formula {numref}`welfare`
332+
We can evaluate the welfare using the formula {eq}`welfare`
337333

338334
```{code-cell} ipython3
339335
def welfare(model, c_seq):

0 commit comments

Comments
 (0)