How do i prove whether a vector is a symmetric matrix?

335 Views Asked by At

How do I prove $ \langle Ax, x \rangle \geq 0 $ if $ A $ is a symmetric matrix? Here $ \langle \cdot, \cdot \rangle $ denotes the dot product.

2

There are 2 best solutions below

0
On BEST ANSWER

Counterexample:

$$A=\begin{pmatrix}1&0\\0&-1\end{pmatrix},\;x=\begin{pmatrix}0\\1\end{pmatrix}\implies \langle Ax,x\rangle =\langle -x,x\rangle=-1<0.$$

0
On