.Modelica_LinearSystems2.Math.Polynomial.Examples.Utilities.EvalPolynomial3

Information

Evaluate a cubic polynomial pu(t) ) and its derivatives in time domain. The output vector y is composed as follows.

y[1] = c[1] * u(t)^3 + c[2] * u(t)^2 + c[3] * u(t) + c[4],
y[2] = der(y[1]),
y[3] = der(y[2]),

with

c[i] := coefficients[i].

Generated at 2025-02-21T19:24:40Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos