functionintegral
Indefinite integral of polynomial p(u)
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | p1 | Polynomial coefficients (p1[1] is coefficient of highest power) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[size(p1, 1) + 1] | p2 | Polynomial coefficients of indefinite integral of polynomial p1 (polynomial p2 + C is the indefinite integral of p1, where C is an arbitrary constant) |