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
160
160
``` {exercise}
161
161
:label: consmooth_ex1
162
162
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
164
164
165
165
$$
166
166
\begin{bmatrix}
172
172
\end{bmatrix}
173
173
$$
174
174
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$
176
176
177
177
```
178
178
301
301
c_0 = \left( \frac{1 - R^{-1}}{1 - R^{-(T+1)}} \right) (a_0 + \sum_{t=0}^T R^t y_t )
302
302
$$
303
303
304
- ** Jiacheng:** The same for $R^t$ here.
305
-
306
304
### Step 3
307
305
308
306
Formulate system
You can’t perform that action at this time.
0 commit comments