I have this matrices equation: $$(AX+I)^T=2I$$
Is it possible to transpose both sides to get this? $$ ((AX+I)^T)^T=2(I)^T \\ AX+I=2I$$ And then $$AX=I \\X=A^{-1} $$
Thank you.
I have this matrices equation: $$(AX+I)^T=2I$$
Is it possible to transpose both sides to get this? $$ ((AX+I)^T)^T=2(I)^T \\ AX+I=2I$$ And then $$AX=I \\X=A^{-1} $$
Thank you.
Copyright © 2021 JogjaFile Inc.
All your steps are correct ! Your result $X=A^{-1}$ is also correct.