I have two matrices $\mathbf{A}$ and $\mathbf{B}$ and a vector $\mathbf{u}$, and I know that
$$\mathbf{u'Au}=\mathbf{u'Bu}$$
May I conclude from this that $\mathbf{A}=\mathbf{B}$? If not please provide a counterexample.
I have two matrices $\mathbf{A}$ and $\mathbf{B}$ and a vector $\mathbf{u}$, and I know that
$$\mathbf{u'Au}=\mathbf{u'Bu}$$
May I conclude from this that $\mathbf{A}=\mathbf{B}$? If not please provide a counterexample.
Copyright © 2021 JogjaFile Inc.
No. Let $$u=\begin{bmatrix}1\\1\end{bmatrix}$$ $$A=\begin{bmatrix}1 & 0 \\ 0 & 2\end{bmatrix}$$ $$B=\begin{bmatrix}2 & 0 \\ 0 & 1\end{bmatrix}$$ Then $$u'Au=u'Bu=3$$