functionder_extendedPolynomial
Polynomial that is linearly extended at user specified values
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function is the derivative of
extendedPolynomial with respect to x.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | x value | |
| Real | c | Polynomial coefficients | |
| Real | xMin | Minimum x value for polynomial | |
| Real | xMax | Maximum x value for polynomial | |
| Real | der_x |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | der_y | Derivative dy/dx |
Revisions
-
March 23, 2011 by Michael Wetter:
Changed order of argument list to makexthe first argument. -
June 16, 2008 by Michael Wetter:
First implementation.