Skip to content

Commit d086978

Browse files
committed
fix reference
1 parent bd56356 commit d086978

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lectures/cons_smooth.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ y_1 \cr y_2 \cr y_3 \cr \vdots \cr y_T
160160
```{exercise}
161161
:label: consmooth_ex1
162162
163-
In the {numref}`fst_ord_inverse`, we multiply the inverse of the matrix on the left ($A$). In this exercise, please confirm that
163+
In the {eq}`fst_ord_inverse`, we multiply the inverse of the matrix on the left ($A$). In this exercise, please confirm that
164164
165165
$$
166166
\begin{bmatrix}
@@ -172,7 +172,7 @@ $$
172172
\end{bmatrix}
173173
$$
174174
175-
is indeed the inverse of $A$ and check that $A A^{-1} = I$
175+
is the inverse of $A$ and check that $A A^{-1} = I$
176176
177177
```
178178

@@ -301,8 +301,6 @@ $$
301301
c_0 = \left( \frac{1 - R^{-1}}{1 - R^{-(T+1)}} \right) (a_0 + \sum_{t=0}^T R^t y_t )
302302
$$
303303

304-
**Jiacheng:** The same for $R^t$ here.
305-
306304
### Step 3
307305

308306
Formulate system

0 commit comments

Comments
 (0)