functionbiquadratic
Biquadratic function
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function computesy = a1 + a2 x1 + a3 x12 + a4 x2 + a5 x22 + a6 x1 x2
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[6] | a | Coefficients | |
| Real | x1 | Independent variable | |
| Real | x2 | Independent variable |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Result |
Revisions
-
Sep 8, 2010 by Michael Wetter:
First implementation.