Skip to content

Commit 13f2504

Browse files
committed
doc mistake correction
1 parent 0a769ec commit 13f2504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sim_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Omitting the operating points, the method evaluates the equilibrium ``\mathbf{x}
214214
\mathbf{x}(∞) = \mathbf{(I - A)^{-1}(B_u u + B_d d)}
215215
```
216216
with the manipulated inputs held constant at ``\mathbf{u}`` and, the measured disturbances,
217-
at ``\mathbf{d}``. The Moore-Penrose pseudo-inverse evaluates ``\mathbf{(I - A)^{-1}``
217+
at ``\mathbf{d}``. The Moore-Penrose pseudo-inverse computes ``\mathbf{(I - A)^{-1}}``
218218
to support integrating `model` (integrator states will be 0).
219219
"""
220220
function steadystate(model::LinModel, u, d=Float64[])

0 commit comments

Comments
 (0)