Matrix addition and definiteness

57 Views Asked by At

Is strict/weak negative/positive definiteness/semidefiniteness of matrices preserved under matrix addition?

I tried to do this for 2x2 matrix but even this wasn't easy. (I tried to use the principal minors definition of definiteness)

1

There are 1 best solutions below

0
On BEST ANSWER

This is obvious if you use the definition that a matrix $A$ is positive definite if $x^TAx>0$ for all $x\ne 0$. Then we have $x^T(A+B)x=x^TAx+x^TBx>0$. The other kinds of definiteness are similar.