Friday, 1 April 2016

linear algebra - A inverse times A in the middle of a matrix multiplication



I was wondering if for the below matrix multiplication:



ATA A1(A1)T




we can assume the product of the inner 2 matrices to equal the identity matrix I, and simply rewrite this as:



AT(A1)T



or is this not generally acceptable because matrix multiplication is not commutative?


Answer



You are correct. Since matrix multiplication is associative, thus you can do



ATAA1(A1)T=AT(AA1)(A1)T=AT(A1)T




But you can even go further by switching the inverse with the transpose:



AT(A1)T=AT(AT)1=I



So your whole expression is equal to the identity matrix.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...