1

If $A,B$ are two PSD matrices, will $AB$ also be PSD?

1 Answers1

1

$AB$ need not be symmetric, try $A=\left(\begin{smallmatrix}1&1\\1&2\end{smallmatrix}\right)$ and $B=\left(\begin{smallmatrix}2&1\\1&1\end{smallmatrix}\right)$

user2097
  • 2,425