Skip to content

Commit 99f0607

Browse files
committed
Update lu_tricks.md
1 parent 3224f7a commit 99f0607

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lectures/lu_tricks.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import matplotlib.pyplot as plt
6161

6262
Useful references include {cite}`Whittle1963`, {cite}`HanSar1980`, {cite}`Orfanidisoptimum1988`, {cite}`Athanasios1991`, and {cite}`Muth1960`.
6363

64-
## A Control Problem
64+
## A control problem
6565

6666
Let $L$ be the **lag operator**, so that, for sequence $\{x_t\}$ we have $L x_t = x_{t-1}$.
6767

@@ -130,7 +130,7 @@ You will be able to confirm that the objective function can be rewritten as {eq}
130130

131131
Further examples of this problem for factor demand, economic growth, and government policy problems are given in ch. IX of {cite}`Sargent1987`.
132132

133-
## Finite Horizon Theory
133+
## Finite horizon theory
134134

135135
We first study a finite $N$ version of the problem.
136136

@@ -251,11 +251,11 @@ by concavity of the objective function.
251251
Next, we describe how to obtain the solution using matrix methods.
252252

253253
(fdlq)=
254-
### Matrix Methods
254+
### Matrix methods
255255

256256
Let's look at how linear algebra can be used to tackle and shed light on the finite horizon LQ control problem.
257257

258-
#### A Single Lag Term
258+
#### A single lag term
259259

260260
Let's begin with the special case in which $m=1$.
261261

@@ -347,7 +347,7 @@ which represents each element $y_t$ of $\bar y$ as a function of the entire vect
347347

348348
That is, $y_t$ is a function of past, present, and future values of $a$'s, as well as of the initial condition $y_{-1}$.
349349

350-
#### An Alternative Representation
350+
#### An alternative representation
351351

352352
An alternative way to express the solution to {eq}`onefourfive` or
353353
{eq}`onefoursix` is in so-called **feedback-feedforward** form.
@@ -431,7 +431,7 @@ where $L^{-1}_{ij}$ is the $(i,j)$ element of $L^{-1}$ and $U_{ij}$ is the $(i,j
431431

432432
Note how the left side for a given $t$ involves $y_t$ and one lagged value $y_{t-1}$ while the right side involves all future values of the forcing process $a_t, a_{t+1}, \ldots, a_N$.
433433

434-
#### Additional Lag Terms
434+
#### Additional lag terms
435435

436436
We briefly indicate how this approach extends to the problem with
437437
$m > 1$.
@@ -544,7 +544,7 @@ For now, we note that by creating the matrix $W$ for large
544544
$N$ and factoring it into the $LU$ form, good approximations
545545
to $c(L)$ and $c(\beta L^{-1})^{-1}$ can be obtained.
546546

547-
## Infinite Horizon Limit
547+
## Infinite horizon limit
548548

549549
For the infinite horizon problem, we propose to discover first-order
550550
necessary conditions by taking the limits of {eq}`onefour` and {eq}`onefive` as
@@ -767,7 +767,7 @@ $hy^2_t$ and $[d(L)y_t]^2$, and so yields a finite value of
767767

768768
Therefore it is easy to dominate a path that violates {eq}`onesix`.
769769

770-
## Undiscounted Problems
770+
## Undiscounted problems
771771

772772
It is worthwhile focusing on a special case of the LQ problems above:
773773
the undiscounted problem that emerges when $\beta = 1$.
@@ -803,7 +803,7 @@ $$
803803
\sum^\infty_{k=0} \lambda^k_j a_{t+k}
804804
$$
805805

806-
### Transforming Discounted to Undiscounted Problem
806+
### Transforming discounted to undiscounted problem
807807

808808
Discounted problems can always be converted into undiscounted problems via a simple transformation.
809809

0 commit comments

Comments
 (0)