1. Given the following matrices, perform the requested operation if possible.







a.

b.

c.
Not possible, matrices can only be added and subtracted if they have the same dimensions

d.

e.

f.

g.
Not possible, the columns of the first matrix must match the rows of the second.

h.

i.

2. Find the matrix or the composition of the linear transformations:

3. Apply the row operation to the matrix . Show that the result is the same as where is the elementary matrix obtained from by performing the same operation.

4. Use block multiplication to find the product of .

Block multiplication is supposed to make it easier, but it’s dumb. The answer is below.

5. If is a square matrix prove that is symmetric.

Adding a square matrix to it’s transposition yields a matrix which is symmetric across the diagonal because anything on one side will be added to the thing on the other side, and the sum will be on both sides in that position.

6. Show that if and are symmetric matrices and then is also a symmetric matrix.

Using the property of transposition for matrix products, we have:

Since ( A ) and ( B ) are symmetric, we substitute ( A^T = A ) and ( B^T = B ):

Using the given condition ( AB = BA ), we substitute ( BA = AB ):

Thus, is symmetric, completing the proof.