Skip to content

Commit 1548b21

Browse files
committed
doc: minor modification
1 parent cf8a1cb commit 1548b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/transcription.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ be noted that linearization of continuous-time dynamics at non-equilibrium point
13351335
as opposed to, for discrete-time models:
13361336
```math
13371337
\mathbf{x_0}(k+1) ≈ \mathbf{A x_0}(k) + \mathbf{B_u u_0}(k) + \mathbf{B_d d_0}(k)
1338-
+ \mathbf{f_{op} - \mathbf{x_{op}}
1338+
+ \mathbf{f_{op}} - \mathbf{x_{op}}
13391339
```
13401340
hence no need to add `model.fop` and subtract `model.xop` in the collocation equations.
13411341
"""

0 commit comments

Comments
 (0)