Skip to content

Commit c29e73f

Browse files
jesseishislivingston
authored andcommitted
Fix typo in statefbk.py
Controllabilty matrix -> Controllability matrix
1 parent 2f59e95 commit c29e73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/statefbk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ def _control_output(t, states, inputs, params):
10741074

10751075

10761076
def ctrb(A, B, t=None):
1077-
"""Controllabilty matrix.
1077+
"""Controllability matrix.
10781078
10791079
Parameters
10801080
----------

0 commit comments

Comments
 (0)