functionpolynomial
Polynomial, used because OpenModelica 1.4.3 does not expand the sum() into a scalar
Extends from Modelica.Icons.Function (Icon for functions).
Information
Function that computes
y = ∑i=1n ci xi-1
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | c | Coefficients | |
| Real | x | Independent variable |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Dependent variable |
Revisions
-
April 28, 2008, by Michael Wetter:
First implementation.