Sunday, 16 October 2016

linear algebra - How to find the correct order to multiply elimination matrices?



Let's say I have the following matrix AR4×4



A=[aaaaabbbabccabcd]



And I perform the following Row Operations (which are really just matrix multiplications) to reduce A into an upper triangular matrix U




  1. R2(l21=1)R1 (corresponds to E21)


  2. R3(l31=1)R2 (corresponds to E31)

  3. R4(l41=1)R3 (corresponds to E41)

  4. R3(l32=1)R2 (corresponds to E32)

  5. R4(l42=1)R3 (corresponds to E42)

  6. R4(l43=cacb)R3 (corresponds to E43)



After performing all these row operations we arrive at
U=[aaaa0bababa00cbcb000dc]



But now if I want to find the elimination matrix E, that does all of these row operation in one step? How do I go about finding it? To re-iterate, I'm trying to find a E such that EA=U.



I understand E would be the product of the elimination matrices used in the row operations, but in what order would the matrices be multiplied? The order being of importance as matrix multiplication isn't commutative.



As it turns out, EE21E31E41E32E42E43




Is there a theorem/general rule that can be used to find the correct order to multiply the matrices used in the row operations, so that a single elimination matrix can be found without trying every possible permutation?






A Second Example, BR3×3



B=[1404124040]



The following row operations are performed to transform B into an upper triangular U




  1. R2(l21=4)R1 (corresponds to E21)

  2. R3(l32=1)R2 (corresponds to E32)




We arrive at



U=[140011001]



In this case, E32E21BU, however E21E32B=U, going against the convention in example 1


Answer




Perhaps I am misunderstanding something, but here is the answer I think you're looking for. Suppose that we first conduct the row operation R1 on the matrix A, then the resulting matrix is A1=R1A. The next row operation R2 is then applied to A1, resulting in A2=R2A1=R2R1A. Continuing this way, you can see that if you apply n row operations R1,,Rn, the result will be An=RnRn1R1A, showing you the order in which to multiply the operations Ri.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...