So
A=[1231]
and the matrix can be reduced in these steps:
[120−5]
via an elementary matrix that looks like this:
E1=[10−31]
next:
[100−5]
via an elementary matrix that looks like this:
E2=[12501]
next:
[1001]
via an elementary matrix that looks like this:
E1=[100−15]
So...
E−11=[1031]
E−12=[1−2501]
E−13=[100−5]
And if I multiply them together I get:
E−11∗E−22=[1−253−15]=C
and
C∗E−13=[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