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 08f1c51 commit ce42c1cCopy full SHA for ce42c1c
control/statesp.py
@@ -74,7 +74,7 @@ class StateSpaceMatrix(np.ndarray):
74
A class for representing state-space matrices
75
76
The StateSpaceMatrix class is used to represent the state-space
77
- matrices t hat define a StateSpace system (A, B, C, D). It is
+ matrices that define a StateSpace system (A, B, C, D). It is
78
mainly a wrapper for the ndarray class, but it maintains matrices
79
as 2-dimensional arrays. It is similar to the NDmatrix class
80
(which is being deprecated), but with more limited functionality.
0 commit comments