Controllabilty matrix
A, B: array_like or string
Dynamics and input matrix of the system
C: matrix
Controllability matrix
Examples
>>> C = ctrb(A, B)