
Anonymous A. answered 06/21/22
Mathematician and tutor with 8+ years of experience
The way to find D in this case is to apply the row operations to the 4x4 identity matrix I. This matrix is
[ 1 0 0 0 ]
[ 0 1 0 0 ]
[ 0 0 1 0 ]
[ 0 0 0 1 ]
Hence, after applying -6R2 + R3 --> R3, we get the matrix
[ 1 0 0 0 ]
[ 0 1 0 0 ]
[ 0 -6 1 0 ]
[ 0 0 0 1 ]
To check whether this matrix D acts by multiplying on the right or the left, let's take some sample matrix, maybe the matrix (I really just chose this randomly) C =
[ 1 1 0 0 ]
[ 0 1 1 0 ]
[ 1 0 0 1 ]
[ 0 1 0 1 ]
Multiplying D * C gets the correct result, whereas multiplying C * D gets some other matrix. Hope this helps!