WOLFRAM SYSTEM MODELER
integralValueIntegral of polynomial p(u) from u_low to u_high |
|
SystemModel["Modelica.Math.Polynomials.integralValue"]

integral = integralValue(p, u_high, u_low)
| p |
Type: Real[:] Description: Polynomial coefficients |
|---|---|
| u_high |
Type: Real Description: High integrand value |
| u_low |
Default Value: 0 Type: Real Description: Low integrand value, default 0 |
| integral |
Default Value: 0.0 Type: Real Description: Integral of polynomial p from u_low to u_high |
|---|