Example to compute the invariant zeros of a state space system
function invariantZeros2 import Modelica_LinearSystems2.ZerosAndPoles; import Modelica_LinearSystems2.StateSpace; import Complex; output Complex iz[:]; output Boolean ok; end invariantZeros2;