control.zero

control.zero(sys)

Compute system zeros.

Parameters:

sys: StateSpace or TransferFunction

Linear system

Returns:

zeros: ndarray

Array that contains the system’s zeros.

Raises:

NotImplementedError

when called on a TransferFunction object or a MIMO StateSpace object

See also

pole

Notes

This function is a wrapper for StateSpace.zero and TransferFunction.zero.