Example to compute the invariant zeros of a state space system
function invariantZeros import Modelica_LinearSystems2.ZerosAndPoles; import Modelica_LinearSystems2.StateSpace; import Complex; input Integer n = 20; input Integer ll = 7; output Complex iz[:]; output Boolean ok; end invariantZeros;