🔗 Activity 4.4.1. 🔗Given a linear transformation ,T, how did we define its standard matrix ?A? How do we compute the standard matrix A from ?T?
🔗 Activity 4.4.2. 🔗Tweaking the identity matrix slightly allows us to write row operations in terms of matrix multiplication. 🔗(a) 🔗 🔗Which of these tweaks of the identity matrix yields a matrix that doubles the third row of A when left-multiplying? (2R3→R3) [?????????][27−103211−1]=[27−103222−2] [200010001] [100020001] [100010002] [200020002] 🔗(b) 🔗 🔗Which of these tweaks of the identity matrix yields a matrix that swaps the first and third rows of A when left-multiplying? (R1↔R3) [?????????][27−103211−1]=[27−111−1032] [100001010] [010001100] [001010100] [010100001] 🔗(c) 🔗 🔗Which of these tweaks of the identity matrix yields a matrix that adds 5 times the third row of A to the first row when left-multiplying? (R1+5R3→R1) [?????????][27−103211−1]=[2+5(1)7+5(1)−1+5(−1)03211−1] [101010005] [105010001] [555010001] [105010005]
🔗(a) 🔗 🔗Which of these tweaks of the identity matrix yields a matrix that doubles the third row of A when left-multiplying? (2R3→R3) [?????????][27−103211−1]=[27−103222−2] [200010001] [100020001] [100010002] [200020002]
🔗(b) 🔗 🔗Which of these tweaks of the identity matrix yields a matrix that swaps the first and third rows of A when left-multiplying? (R1↔R3) [?????????][27−103211−1]=[27−111−1032] [100001010] [010001100] [001010100] [010100001]
🔗(c) 🔗 🔗Which of these tweaks of the identity matrix yields a matrix that adds 5 times the third row of A to the first row when left-multiplying? (R1+5R3→R1) [?????????][27−103211−1]=[2+5(1)7+5(1)−1+5(−1)03211−1] [101010005] [105010001] [555010001] [105010005]
🔗 Fact 4.4.3. 🔗If R is the result of applying a row operation to ,I, then RA is the result of applying the same row operation to .A. Scaling a row: R=[c00010001] Swapping rows: R=[010100001] Adding a row multiple to another row: R=[10c010001] 🔗 🔗Such matrices can be chained together to emulate multiple row operations. In particular, RREF(A)=Rk…R2R1A 🔗for some sequence of matrices .R1,R2,…,Rk.
🔗 Activity 4.4.4. 🔗 🔗What would happen if you right-multiplied by the tweaked identity matrix rather than left-multiplied? The manipulated rows would be reversed. Columns would be manipulated instead of rows. The entries of the resulting matrix would be rotated 180 degrees.
🔗 Activity 4.4.5. 🔗Consider the two row operations R2↔R3 and R1+R2→R1 applied as follows to show :A∼B: A=[−14503−1123]∼[−14512303−1]∼[−1+14+25+312303−1]=[06812303−1]=B 🔗 🔗Express these row operations as matrix multiplication by expressing B as the product of two matrices and :A: B=[?????????][?????????]A 🔗Check your work using technology.
🔗 Activity 4.4.6. 🔗Let A be any 4×4 matrix. 🔗(a) 🔗Give a 4×4 matrix M that may be used to perform the row operation .−5R2→R2. 🔗(b) 🔗Give a 4×4 matrix Y that may be used to perform the row operation .R2↔R3. 🔗(c) 🔗Use matrix multiplication to describe the matrix obtained by applying −5R2→R2 and then R2↔R3 to A (note the order).
🔗(c) 🔗Use matrix multiplication to describe the matrix obtained by applying −5R2→R2 and then R2↔R3 to A (note the order).
🔗 Activity 4.4.7. 🔗 🔗Consider the matrix .A=[26−1613−12−1−320]. Illustrate Fact 4.4.3 by finding row operation matrices R1,…,Rk for which RREF(A)=Rk⋯R2R1A. 🔗If you and a teammate were to do this independently, would you necessarily come up with the same sequence of matrices ?R1,…,Rk?