Skip to content

Commit dd9e7f0

Browse files
authored
FIX: math for aligned (#198)
1 parent 87fe93f commit dd9e7f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lectures/markov_jump_lq.md

-4
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,12 @@ The optimal value functions $- x' P_i x - \rho_i$ for
201201
$i = 1, \ldots, n$ satisfy the $N$ interrelated Bellman equations
202202

203203
$$
204-
205204
\begin{aligned}
206205
-x' P_i x - \rho_i & = \max_u -
207-
\\
208-
209206
x'R_i x & + u' Q_i u + 2 u' W_i x +
210207
\beta \sum_j \Pi_{ij}E ((A_i x + B_i u + C_i w)' P_j
211208
(A_i x + B_i u + C_i w) x + \rho_j)
212209
\end{aligned}
213-
214210
$$
215211

216212
The matrices $P_{s_t} = P_i$ and the scalars

0 commit comments

Comments
 (0)