Wednesday, December 16, 2015

linear algebra - Give the corresponding elementary matrix decomposition of A




can you guys explain the question to me



Put the following matrices into reduced row echelon form, indicating the row operations you use. Give the corresponding elementary matrix decomposition of A



[211121112]



i put the matrix in RREF form, but i dont know how to get the elementary matrix.


Answer



Whenever you perform elementary row operations, you are multiplying the matrix by an elementary matrix.



Suppose you perform k operations.



EkE1A=R




Then we have
A=E11E1kR



To get the elmentary matrix, perform the same operation on the identity matrix.



Suppose the first operation is multiply the first row by 12.



E1=[1200010001]




E11 can be obtained by thinking about what is the reverse operation? It should be multiply the first row by 2.



E11=[200010001]


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...