What conditions( on $a$ and $b$) I need to impose on the following matrix to make it positive semidefinite?
$$A=\begin{pmatrix}a&b\\b&0\end{pmatrix}.$$
Thanks in advance.
What conditions( on $a$ and $b$) I need to impose on the following matrix to make it positive semidefinite?
$$A=\begin{pmatrix}a&b\\b&0\end{pmatrix}.$$
Thanks in advance.
By Sylvester's criterion, $A$ is positive semidefinite if and only if all its principal minors have nonnegative determinant, i.e., if $a\ge 0$ and $\det(A)=-b^2\ge 0$, which means $b=0$.