.Modelica_LinearSystems2.WorkInProgress.Tests.Analysis.invariantZeros

Example to compute the invariant zeros of a state space system

Interface

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;

Generated at 2025-07-11T18:21:10Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos