Controllability matrix.
Dynamics and input matrix of the system.
Maximum time horizon of the controllability matrix, max = A.shape[0].
Controllability matrix.
Examples
>>> G = ct.tf2ss([1], [1, 2, 3]) >>> C = ct.ctrb(G.A, G.B) >>> np.linalg.matrix_rank(C) np.int64(2)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4