This question involves performing matrix multiplication, applying SLO M-11-A-15: matrix operations with real and complex entries.
Condition for Multiplication: Two matrices and can be multiplied as only if the number of columns of equals the number of rows of .
If is of order and is of order , then is of order .
Formula for each element:
That is, the entry of is the dot product of the -th row of with the -th column of .
| Property | Statement |
|---|---|
| Associativity | |
| Distributivity | |
| Non-commutativity | In general, |
| Identity |
Note: Matrix multiplication is not commutative in general.
Let:
Find :
Let:
Find :
(using )
Attempt the specific matrices given in Q6 of Exercise 2.2 in your textbook using the row-by-column method above.