.Modelica_LinearSystems2.Math.Polynomial.Internal.rootsOfNonZeroHighestCoefficientPolynomial

Determine zeros of polynomial where highest coefficient of polynomial is not zero

Interface

encapsulated function rootsOfNonZeroHighestCoefficientPolynomial
  import Modelica.ComplexMath.j;
  import Modelica_LinearSystems2.Math.Matrices;
  import Modelica_LinearSystems2.Math.Polynomial;
  import Complex;
  input Polynomial p "Polynomial";
  input Integer numberOfRoots "Number of roots of polynomial";
  output Complex result[:] = fill(Complex(0, 0), numberOfRoots) "Roots of polynomial";
end rootsOfNonZeroHighestCoefficientPolynomial;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos