.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-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos