functionpolyCoef

Calculates polynome coefficients from time constants

Extends from Modelica.Icons.Function (Icon for functions).

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

Inputs

TypeNameDefaultDescription
SI.AngleTtime constant

Outputs

TypeNameDefaultDescription
Realacoefficients of polynome