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.
2026-03-29 15:31:46.1774798306
How do i prove whether a vector is a symmetric matrix?
335 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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.$$