Friday, March 2, 2018

linear algebra - Question about elementary row operations with block matrices

Given two n×n matrices A and B, form a new block matrix




P:=[InBA0]



Then by using only elementary row operations, show that P can be transformed into



P:=[InB0AB]






The solution to this problem is:




P=[InBA0][InBA+AIn0+AB][InB0AB]



I don't understand this solution. Why can A be multiplied from the left on the first half of the matrix and then be added to the second half of the matrix to form a sequence of elementary row operations?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...