Skip to content

Commit 0cc2589

Browse files
committed
doc: correct mistake on the last row of E matrix with move blocking
1 parent 8118bac commit 0cc2589

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/controller/transcription.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@ each control period ``k``, see [`initpred!`](@ref) and [`linconstraint!`](@ref).
313313
```math
314314
\begin{aligned}
315315
\mathbf{E} &= \begin{bmatrix}
316-
\mathbf{Q}(0, n_1) & \mathbf{0} & \cdots & \mathbf{0} \\
317-
\mathbf{Q}(n_1, n_2) & \mathbf{Q}(0, n_2) & \cdots & \mathbf{0} \\
318-
\vdots & \vdots & \ddots & \vdots \\
319-
\mathbf{Q}(n_{H_c-1}, n_{H_c}) & \mathbf{Q}(n_{H_c-2}, n_{H_c-1}) & \cdots & \mathbf{Q}(0, n_{H_c}) \end{bmatrix} \\
316+
\mathbf{Q}(0, n_1) & \mathbf{0} & \cdots & \mathbf{0} \\
317+
\mathbf{Q}(n_1, n_2) & \mathbf{Q}(0, n_2) & \cdots & \mathbf{0} \\
318+
\vdots & \vdots & \ddots & \vdots \\
319+
\mathbf{Q}(n_{H_c-1}, n_{H_c}) & \mathbf{Q}(n_{H_c-2}, n_{H_c}) & \cdots & \mathbf{Q}(0, n_{H_c}) \end{bmatrix} \\
320320
\mathbf{G} &= \begin{bmatrix}
321321
\mathbf{Ĉ}\mathbf{Â}^{0} \mathbf{B̂_d} \\
322322
\mathbf{Ĉ}\mathbf{Â}^{1} \mathbf{B̂_d} \\

0 commit comments

Comments
 (0)