Skip to content

Commit 07ded74

Browse files
authored
Fix typo in state-space docs (#2158)
1 parent 75e2be9 commit 07ded74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/advanced-controls/state-space/state-space-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We can convert this equation to state-space notation. We can create a system wit
8686
.. math::
8787
\mathbf{\dot{x}} = \begin{bmatrix}\frac{-K_v}{K_a}\end{bmatrix} \mathbf{x} + \begin{bmatrix}\frac{1}{K_a}\end{bmatrix} \mathbf{u}
8888
89-
That's it! That's the state-space model of a system for which we have the `K_v` and `K_a` constants. This same math is use in system identification to model flywheels and drivetrain velocity systems.
89+
That's it! That's the state-space model of a system for which we have the `K_v` and `K_a` constants. This same math is used in system identification to model flywheels and drivetrain velocity systems.
9090

9191
Visualizing State-Space Responses: Phase Portrait
9292
-------------------------------------------------

0 commit comments

Comments
 (0)