File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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}
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
301301c_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
308306Formulate system
You can’t perform that action at this time.
0 commit comments