Let $$ A = \begin{bmatrix} 1 & 2 & 0 \\ 0 & 0 & -2 \\ 0 & 0 & 1 \end{bmatrix} $$ and define for $x,y,z \in R$ , $ Q \begin{bmatrix} x,y,z \end{bmatrix} = \begin{bmatrix} x,y,z \end{bmatrix} A \begin{bmatrix} x\\ y\\ z\\ \end{bmatrix}$
Which of the following true ?
a) The matrix of second order partial derivatives of the quadratic form $Q$ is $2A$.
b) The rank of the quadratic form $Q$ is $2$.
c)The signature of the quadratic form $Q$ is (+ + 0).
In option a) I can not understand the term "second order partial derivatives of the quadratic form $Q$". What does that mean? How to define partial derivative of a quadratic form?
In option b) I can not understand what is rank of a quadratic form? Is it same with the rank of the Matrix $A$?
In option c) signature should be the difference between the number of positive roots and the number of negative roots. So it should be $2$ here. But how come it becomes (+ + 0)?
Can somebody please help me to understand the problem?