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 cf8a1cb commit 1548b21Copy full SHA for 1548b21
src/controller/transcription.jl
@@ -1335,7 +1335,7 @@ be noted that linearization of continuous-time dynamics at non-equilibrium point
1335
as opposed to, for discrete-time models:
1336
```math
1337
\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}}
+ + \mathbf{f_{op}} - \mathbf{x_{op}}
1339
```
1340
hence no need to add `model.fop` and subtract `model.xop` in the collocation equations.
1341
"""
0 commit comments