Last Updated 10/21/2022
Matrix Multiplications
The “*” operator is also used for Matrix-Matrix Multiplications and Matrix-Vector Multiplications.
Compute the product of the two matrices and .
Compute the product CD of the two matrices and .
Try this!
What happens if we try to compute DC for the matrices C and D as defined above?