4.5 Multiplication of Two Matrices (Sample Question 1) Posted on April 24, 2020 by user Example 1: Find the product of the following pairs of matrices. (a) ( 1 5 2 )( 2 4 3 ) (b) ( 2 8 −3 1 )( 1 0 4 −2 ) (c) ( −3 5 )( 2 6 ) (d) ( 0 4 −1 3 )( 7 −2 ) (e) ( 7 −4 )( −2 0 −1 3 ) Solution: (a) ( 1 5 2 )( 2 4 3 )← Matrices analysis 1×3 and 3×1 ↓ ↓ =1×1 matrix =( 1×2 ⊕ 5×4 ⊕ 2×3 ) =( 2+20+6 ) =( 28 ) (b) ( 2 8 −3 1 )( 1 0 4 −2 )← Matrices analysis 2×2 and 2×2 ↓ ↓ =2×2 matrix =( 2×1+8×4 2×0+8×−2 −3×1+1×4 −3×0+1×−2 ) =( 34 −16 1 −2 ) (c) ( − 3 5 ) ( 2 6 ) ← Matrices analysis 2 × 1 and 1 × 2 ↓ ↓ = 2 × 2 matrix = ( − 3 × 2 − 3 × 6 5 × 2 5 × 6 ) = ( − 6 − 18 10 30 ) (d) ( 0 4 −1 3 )( 7 −2 )← Matrices analysis 2×2 and 2×1 ↓ ↓ =2×1 matrix =( 0×7+4×−2 −1×7+3×−2 ) =( −8 −13 ) (e) ( 7 −4 )( −2 0 −1 3 )← Matrices analysis 1×2 and 2×2 ↓ ↓ =1×2 matrix =( 7×−2+( −4×−1 ) 7×0+( −4×3 ) ) =( −14+4 0−12 ) =( −10 −12 )