So if I have a matrix and I put it into RREF and keep track of the row operations, I can then write it as a product of elementary matrices. An elementary matrix is achieved when you take an identity matrix and perform one row operation on it. So if we have a matrix like [1001], one elementary matrix could look like [10−11] for the row operation r2−r1 or [1001/2] for the row operation r22. So if you put a matrix into reduced row echelon form then the row operations that you did can form a bunch of elementary matrices which you can put together as a product of the original matrix. So if a have a 2×2 matrix, what is the most elementary matrices that can be used. What would that look like?
Answer
Let's assume that nonzero entries in our matrices are invertible.
If a≠0, then a 2×2 matrix with a in the upper corner can be written as a product of 4 matrices that are elementary in the sense described:
(10ca1)(a001)(100d−bca)(1ba01)=(abcd)
Notice that when a=1, three elementary matrices suffice.
If a=0 but c≠0, then (11c01)(0bcd)=(1∗cd)
I'll leave the case a=b=c=0 to the reader.
No comments:
Post a Comment