The matrix A is given as:
\begin{bmatrix}0&1&1\\1&0&1\\1&1&0\end{bmatrix}
Given that the domain of the quadratic form $x^T Ax$ is restricted as the following,
$D={x\in R^3, x_1+x_2+x_3=0}$
determine whether the quadratic form is positive/negative definite or positive/negative semidefinite.
I know how to solve this kind of problem when there's no restriction/constraint, but I have no idea how to determine this when there is a restriction. The textbook talks about some bordered Hessian matrix method and some other Hessian matrix method but I have no idea how to apply these methods...
We have that
$$x^T Ax =2x_1x_2+2x_2x_3+2x_3x_1$$
and for any $x=(x_1,x_2,x_3)\neq 0$
$$(x_1+x_2+x_3)^2=0 \implies 2x_1x_2+2x_2x_3+2x_3x_1 =-(x_1^2+x_2^2+x_3^2)<0$$
therefore by this restriction the quadratic form is negative definite.