I've encountered the following question:
A non standard inner product on $\mathbb{R}^{3}$ is defined as follows:
$\left\langle v\mid u\right\rangle =v^{t}Au$
$A=\left(\begin{array}{ccc} 2 & -1 & 0\\ -1 & 2 & 0\\ 0 & 0 & 3 \end{array}\right)$
And i'm requested to find an orthonormal basis for V with respect to this inner product.
Now, the standard way to approach this is to start with the standard basis and apply the Gram-Shcmidt procedure. Is there a "smart" choice for a starting basis which would make the Gram-Shcmidt procedure easier?
Yes. Apply Gram-Shmidt to $\{(1,0,0),(0,1,0)\}$. You will get two vectors $u$ and $v$, both of which are of the form $(x,y,0)$. Then your orthonormal basis will be $\bigl(u,v,(0,0,\sqrt{1/3})\bigr)$, because $(0,0,1)$ is orthogonal to any vector of the type $(x,y,z)$.