.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 2024-12-17T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos