$A,B$ are square matrices and $A(I+B)=I$, $B$ is symmetric, can I prove that $A$ is symmetric as well?
2026-03-28 06:16:30.1774678590
Assuming matrix $B$ is symmetric, can I prove that $A$ is symmetric
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
First note that $A(I+B)=I=(A(I+B))^T=(I^T+B^T)A^T=(I+B)A^T$. First right multiply $A(I+B)=I$ by $A^T$ to get $$A(I+B)A^T=IA^T=A^T$$ Then left multiply $(I+B)A^T$ by $A$ to yield $$A(I+B)A=AI=A$$ Thus $A^T=A$ and we conclude that $A$ is symmetric.