1. Multiply a matrix by the 2×2 identity matrix
Problem
Set up the multiplication: each entry in the result comes from multiplying a row of by a column of .
Multiply row 1 of by column 1 of : the first entry is .
Multiply row 1 of by column 2 of : the second entry is .
Multiply row 2 of by column 1 of : the third entry is .
Multiply row 2 of by column 2 of : the fourth entry is .
Answer:
The result is exactly . This is what means: multiplying by the identity leaves a matrix unchanged, just as multiplying a number by 1 leaves it unchanged.