I've been trying to find out the exact condition for the 2 by 2 non symmetric matrix $$A=\begin{pmatrix}a&b\\c&d\end{pmatrix}$$ to be positive semidefinite.
A related post was this one: criterion for positive definite $2\times 2$ matrix? but I think it's wrong. A useful discussion could be found Do positive semidefinite matrices have to be symmetric?
In Why is positive (semi-)definite only defined for symmetric matrices?? Randy E metioned that the necessary and sufficient condition was for the symmetric part of the matrix
$$A+A^T$$
to be also positive semidefinite. However, I'm not sure where that reference came from or how to prove it.
For the symmetric case, the condition was such that $a\geq 0$ and $\det(A)\geq 0$
But for the non symmetric case, $\det(A)\geq 0$ appeared to be holding, but there were sources saying $a\geq 0$ was replaced with $a\geq 0$, $d\geq 0$ and some other saying it was replaced with $tr(A)=a+d\geq 0$.
What's the condition for the $2$ by $2$ non symmetric matrix to be positive semi definite? Could you provide some references(papers, posts, etc.) and proofs, please?