|
A polynomial from
to
is
linear if it has form
with a and b scalars. It is
quadratic if it has form:
with a, b and c scalars. These notions generalize
to higher dimensions. A polynomial from
to is
linear if it has form
with b an n-dimensional row vector and a a
scalar. It is quadratic if it has form
 |
[4] |
with c an n n
matrix, b an n-dimensional row vector and a a
scalar. Without loss of generality, we may assume c is
symmetric. For example, the quadratic polynomial
 |
[5] |
can be expressed in form [4] with
 |
[6] |
|
b = ( 0 1 0 ) |
[7] |
|
a = 17 |
[8] |
|