GitHub

@@ -206,29 +206,29 @@ It is useful to proceed with the following steps:

206206

* arrange the resulting equation and the second equation of {eq}`lag-lqdp-eq2` into the form

207207208208

$$

209-

L\ \begin{pmatrix}x_{t+1}\cr \mu_{t+1}\cr\end{pmatrix}\ = \ N\ \begin{pmatrix}x_t\cr \mu_t\cr\end{pmatrix}\

209+

L\ \begin{bmatrix}x_{t+1}\cr \mu_{t+1}\cr\end{bmatrix}\ = \ N\ \begin{bmatrix}x_t\cr \mu_t\cr\end{bmatrix}\

210210

,\ t \geq 0,

211211

$$ (eq:systosolve)

212212213213

where

214214215215

$$

216-

L = \ \begin{pmatrix}I & BQ^{-1} B^\prime \cr 0 & A^\prime\cr\end{pmatrix}, \quad N = \

217-

\begin{pmatrix}A & 0\cr -R & I\cr\end{pmatrix}.

216+

L = \ \begin{bmatrix}I & BQ^{-1} B^\prime \cr 0 & A^\prime\cr\end{bmatrix}, \quad N = \

217+

\begin{bmatrix}A & 0\cr -R & I\cr\end{bmatrix}.

218218

$$

219219220220

When $L$ is of full rank (i.e., when $A$ is of full rank), we can write

221221

system {eq}`eq:systosolve` as

222222223223

$$

224-

\begin{pmatrix}x_{t+1}\cr \mu_{t+1}\cr\end{pmatrix}\ = M\ \begin{pmatrix}x_t\cr\mu_t\cr\end{pmatrix}

224+

\begin{bmatrix}x_{t+1}\cr \mu_{t+1}\cr\end{bmatrix}\ = M\ \begin{bmatrix}x_t\cr\mu_t\cr\end{bmatrix}

225225

$$ (eq4orig)

226226227227

where

228228229229

$$

230-

M\equiv L^{-1} N = \begin{pmatrix}A+B Q^{-1} B^\prime A^{\prime-1}R &

231-

-B Q^{-1} B^\prime A^{\prime-1}\cr -A^{\prime -1} R & A^{\prime -1}\cr\end{pmatrix}.

230+

M\equiv L^{-1} N = \begin{bmatrix}A+B Q^{-1} B^\prime A^{\prime-1}R &

231+

-B Q^{-1} B^\prime A^{\prime-1}\cr -A^{\prime -1} R & A^{\prime -1}\cr\end{bmatrix}.

232232

$$ (Mdefn)

233233234234

+++

@@ -262,7 +262,7 @@ To proceed, we study properties of the $(2n \times 2n)$ matrix $M$ defined in {e

262262

It helps to introduce a $(2n \times 2n)$ matrix

263263264264

$$

265-

J = \begin{pmatrix}0 & -I_n\cr I_n & 0\cr\end{pmatrix}.

265+

J = \begin{bmatrix}0 & -I_n\cr I_n & 0\cr\end{bmatrix}.

266266

$$

267267268268

The rank of $J$ is $2n$.

@@ -308,12 +308,12 @@ $$

308308

y_{t+1} = M y_t

309309

$$ (eq658)

310310311-

where $y_t = \begin{pmatrix}x_t\cr \mu_t\cr\end{pmatrix}$.

311+

where $y_t = \begin{bmatrix}x_t\cr \mu_t\cr\end{bmatrix}$.

312312313313

Consider a **triangularization** of $M$

314314315315

$$

316-

V^{-1} M V= \begin{pmatrix}W_{11} & W_{12} \cr 0 & W_{22}\cr\end{pmatrix}

316+

V^{-1} M V= \begin{bmatrix}W_{11} & W_{12} \cr 0 & W_{22}\cr\end{bmatrix}

317317

$$ (eqn:triangledecomp)

318318319319

where

@@ -353,9 +353,9 @@ and where $W^t_{ii}$ is $W_{ii}$ raised to the $t$th power.

353353

Write equation {eq}`eq6510` as

354354355355

$$

356-

\begin{pmatrix}y^\ast_{1t}\cr y^\ast_{2t}\cr\end{pmatrix}\ =\ \left[\begin{matrix} W^t_{11} &

357-

W_{12, t}\cr 0 & W^t_{22}\cr\end{matrix}\right]\quad \begin{pmatrix}y^\ast_{10}\cr

358-

y^\ast_{20}\cr\end{pmatrix}

356+

\begin{bmatrix}y^\ast_{1t}\cr y^\ast_{2t}\cr\end{bmatrix}\ =\ \left[\begin{matrix} W^t_{11} &

357+

W_{12, t}\cr 0 & W^t_{22}\cr\end{matrix}\right]\quad \begin{bmatrix}y^\ast_{10}\cr

358+

y^\ast_{20}\cr\end{bmatrix}

359359

$$

360360361361

where $y^\ast_t = V^{-1} y_t$, and in particular where

@@ -394,7 +394,7 @@ But notice that because $(V^{21}\ V^{22})$ is the second row block of

394394

the inverse of $V,$ it follows that

395395396396

$$

397-

(V^{21} \ V^{22})\quad \begin{pmatrix}V_{11}\cr V_{21}\cr\end{pmatrix} = 0

397+

(V^{21} \ V^{22})\quad \begin{bmatrix}V_{11}\cr V_{21}\cr\end{bmatrix} = 0

398398

$$

399399400400

which implies

Read the original on github.com ↗