Given $A$ and $B$ to be symmetric positive definite matrices. Is the product $B^{-1}A$ always positive definite and symmetric?
Asked
Active
Viewed 98 times
0
-
1Does this answer your question? Is the product of symmetric positive semidefinite matrices positive definite? – Eminem Jul 21 '20 at 05:05
-
@eminem I am wondering if it is symmetric as well. – babynewton Jul 21 '20 at 05:07
-
Product of two symmetric matrices may not be symmetric. https://math.stackexchange.com/q/2520846/598858 – Jul 21 '20 at 05:11
-
Have a look at this one https://math.stackexchange.com/q/2001516/316749 , and note that $A$ and $B$ commute iff $A$ and $B^{-1}$ commute. – Hanno Jul 21 '20 at 05:24
1 Answers
2
No for symmetry. Symmetry is not true because:
$(B^{-1} A)^T = A^T B^{{-1}^T} = A B^{T^{-1}} = A B^{-1}$
The above only equals the original equation if $A$ and $B^{-1}$ are commutative, which isn't an inherent property of positive definite matrices. The only case I know of in which they are commutative is when they can both be diagonalized and they have the same eigenvector basis. Only the first one is guaranteed for these matrices as symmetric implies diagonalizable.
Further evidence: https://math.vanderbilt.edu/sapirmv/msapir/jan22.html#:~:text=If%20the%20product%20of%20two,BA%20then%20AB%20is%20symmetric.
A question that should address the eigenvalue part: Is the product of symmetric positive semidefinite matrices positive definite?

cmitch
- 861