Skip to content

Commit 3dde1bc

Browse files
committed
migrate align* to aligned
1 parent 733a6fe commit 3dde1bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lectures/RCE_tom_v13.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ c + \sum_{s'} \hat a(s') Q(s' | s)
169169
170170
and also
171171

172-
\begin{align*}
172+
\begin{aligned}
173173
c & \geq 0, \\
174174
- \hat a(s') & \leq \bar A^i(s'), \hskip.5cm \forall s'.
175-
\end{align*}
175+
\end{aligned}
176176

177177
with the second constraint evidently being a set of state-by-state debt limits.
178178

@@ -1177,12 +1177,12 @@ $$
11771177

11781178
Continuation wealths $\psi^k$ of consumer $k$ satisfy
11791179

1180-
\begin{align*}
1180+
\begin{aligned}
11811181
\psi_T^k & = \left[\alpha_k y - y^k\right] \cr
11821182
\psi_{T-1}^k &= \left[I + Q \right] \left[\alpha_k y - y^k\right] \cr
11831183
\vdots \quad & \quad \quad \quad \vdots \cr
11841184
\psi_0^k & = \left[I + Q + Q^2 + \cdots + Q^T \right] \left[\alpha_k y - y^k\right]
1185-
\end{align*}
1185+
\end{aligned}
11861186

11871187
where
11881188

0 commit comments

Comments
 (0)