Saturday, August 31, 2019

linear algebra - Matrix as a product of elementary matrices?


enter image description here





So



A=[1231]



and the matrix can be reduced in these steps:



[1205]



via an elementary matrix that looks like this:




E1=[1031]



next:



[1005]



via an elementary matrix that looks like this:



E2=[12501]




next:



[1001]



via an elementary matrix that looks like this:



E1=[10015]



So...




E11=[1031]


E12=[12501]

E13=[1005]



And if I multiply them together I get:



E11E22=[125315]=C



and




CE13=[1231]



So this works out. Is this right?



Also question, the underlying premise of all of this is that A is invertible right? And if A is invertible, that means that a series of row operations can change it to the identity matrix. Why is this? This doesn't make intuitive sense to me.



Also, why does the product of elementary matrices equal A? What is the underlying theorem?

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