Given that $A,B$ are positive definite matrix, are they also PD?
$A+B$
$AB$
$A^2 +I$
$ABA^{*}$
$x^TAx>0, x^TBx>0$ so $1$, is correct, could you tell me about the 2, 3,4?
Given that $A,B$ are positive definite matrix, are they also PD?
$A+B$
$AB$
$A^2 +I$
$ABA^{*}$
$x^TAx>0, x^TBx>0$ so $1$, is correct, could you tell me about the 2, 3,4?
Mex
in 4. we can argue as follows:
$\langle x, ABA^* x\rangle = \langle A^*x, BA^* x\rangle = \langle B^*A^*x, A^* x\rangle = \langle B Ax, A x\rangle = \langle B y, y\rangle >0 $, where $y=Ax$ and in the two last equalities we use that positive matrix are self-adjoint and since they do not have $0$ as eigenvalue then $Ay\neq 0$.
for 3. the argument is similar.