Construct two zeros and poles transfer functions from complex vectors of numerator and denominator zeros. Consequently, compute the zeros and poles of the functions and compare them with the creating complex vectors.
encapsulated function analysisZerosAndPoles extends Modelica.Icons.Function; import Modelica; import Modelica.Utilities.Streams.print; import Modelica.ComplexMath.j; import Complex; import Modelica_LinearSystems2.ZerosAndPoles; import Modelica_LinearSystems2.Internal.printComplexVector; output Boolean ok; end analysisZerosAndPoles;