We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53395cc commit c0f6a82Copy full SHA for c0f6a82
src/controller/construct.jl
@@ -402,8 +402,8 @@ update ``\mathbf{f̂_{op}}`` operating points (for linearization at non-equilibr
402
matrices for the predicted terminal states at ``k+H_p``:
403
```math
404
\begin{aligned}
405
- \mathbf{x̂_0}(k+H_p) &= \mathbf{e_x̂ ΔU} + \mathbf{g_x̂ d}(k) + \mathbf{j_x̂ D̂}
406
- + \mathbf{k_x̂ x̂_0}(k) + \mathbf{v_x̂ u}(k-1)
+ \mathbf{x̂_0}(k+H_p) &= \mathbf{e_x̂ ΔU} + \mathbf{g_x̂ d_0}(k) + \mathbf{j_x̂ D̂_0}
+ + \mathbf{k_x̂ x̂_0}(k) + \mathbf{v_x̂ u_0}(k-1)
407
+ \mathbf{b_x̂} \\
408
&= \mathbf{e_x̂ ΔU} + \mathbf{f_x̂}
409
\end{aligned}
0 commit comments