If $A,B$ are two PSD matrices, will $AB$ also be PSD?
Asked
Active
Viewed 1,419 times
1 Answers
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
-
Why do we need symmetry? Is it part of the PSD definition? – An old man in the sea. Sep 06 '14 at 23:08
-
@Anoldmaninthesea. Yes. – user2097 Sep 06 '14 at 23:11
-
Ok. Thanks @user2097 – An old man in the sea. Sep 06 '14 at 23:25
-
To whoever read this answer : symmetry has nothing to do with the definition of PSD. – Guillaume Oct 15 '20 at 17:33