.Spot.Base.Precalculation.polyCoef

Information

This function is related to Math.polyCoefReal, but modified for polynomes of the form

  product(1 + p*T[k]), k in 1:n
with real time constants T. It calculates the n coefficients of the powers 1:n of p
  a[k] for k in 1:n
i.e. the constant factor 1 is omitted.

See also polyTime

Interface

function polyCoef
  extends Icons.Function;
  input SI.Angle[:] T "time constant";
  output Real[size(T, 1)] a "coefficients of polynome";
end polyCoef;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos