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:nwith real time constants T. It calculates the n coefficients of the powers 1:n of p
a[k] for k in 1:ni.e. the constant factor 1 is omitted.
See also polyTime
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Angle | T | time constant |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | a | coefficients of polynome |