WOLFRAM SYSTEM MODELER

evaluateWithRange_der

Evaluate derivative of polynomial at a given abscissa value with extrapolation outside of the defined range

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Incompressible.TableBased.Polynomials_Temp.evaluateWithRange_der"]
Out[1]:=

Syntax

dy = evaluateWithRange_der(p, uMin, uMax, u, du)

Inputs (5)

p

Type: Real[:]

Description: Polynomial coefficients (p[1] is coefficient of highest power)

uMin

Type: Real

Description: Polynomial valid in the range uMin .. uMax

uMax

Type: Real

Description: Polynomial valid in the range uMin .. uMax

u

Type: Real

Description: Abscissa value

du

Type: Real

Description: Delta of abscissa value

Outputs (1)

dy

Type: Real

Description: Value of derivative of polynomial at u