control.obsv

control.obsv(A, C)

Observability matrix

Parameters:

A, C: array_like or string

Dynamics and output matrix of the system

Returns:

O: matrix

Observability matrix

Examples

>>> O = obsv(A, C)