control.ctrb

control.ctrb(A, B)

Controllabilty matrix

Parameters:

A, B: array_like or string

Dynamics and input matrix of the system

Returns:

C: matrix

Controllability matrix

Examples

>>> C = ctrb(A, B)