y = a1 + a2 x1 + a3 x12 + a4 x2 + a5 x22 + a6 x1 x2
function biquadratic extends Modelica.Icons.Function; input Real a[6] "Coefficients"; input Real x1 "Independent variable"; input Real x2 "Independent variable"; output Real y "Result"; end biquadratic;