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

TypeNameDefaultDescription
Realxx value
RealcPolynomial coefficients
RealxMinMinimum x value for polynomial
RealxMaxMaximum x value for polynomial
Realder_x

Outputs

TypeNameDefaultDescription
Realder_yDerivative dy/dx

Revisions

  • March 23, 2011 by Michael Wetter:
    Changed order of argument list to make x the first argument.
  • June 16, 2008 by Michael Wetter:
    First implementation.