Quiz
Give the definition of matrix-matrix multiplication (A times B) in which one of the matrices (which?) is broken into rows and columns (which?). In your definition, specify how the output matrix is obtained from the input matrices A and B. Illustrate your definition with an explicit numeric example. Your definition should not explicitly mention dot-products or linear combinations. What is the relation between matrix-matrix multiplication and function composition? Illustrate with an explicit numeric example.