Find the maximum value of the function of
$G(u)$=$\cfrac{u^TAu}{u^Tu}$ over $\Bbb R^3\setminus 0_3$ ($0_3$ in this case is the zero vector in $\Bbb R^3$
we know that $A$=$\begin{bmatrix}3 & 2 &3 \\2&3&2\\2 & 2&3 \end{bmatrix}$
To solve this, first I let $G(u)$=$\begin{bmatrix}x\\y\\z\end{bmatrix}$, so $u^TAu$ = $\begin{bmatrix}x&y&z\end{bmatrix}$$\begin{bmatrix}3 & 2 &3 \\2&3&2\\2 & 2&3 \end{bmatrix}$$\begin{bmatrix}x\\y\\z\end{bmatrix}$
but next I don't know how to do. What is $u^T$ and $u$ in this question?
u and $u^T$ are the vectors $\begin{bmatrix}x\\y\\z \end{bmatrix}$ and $\begin{bmatrix}x&y&z \end{bmatrix}$. The function G(u) is a quadratic form, but are you sure about the restriction?