2.5 Multiplication of Two Matrices

2.5 Multiplication of Two Matrices
 
1. Two matrices can be multiplied when the number of columns for the first matrix is the same as the number of rows for the second matrix.
 
For instance, if is a m × n matrix and B is a n × matrix, then the product of P = AB. The order of matrix P is m × t 



Examples: ( a ) ( a   b )   ( c d ) = ( a c  +  b d )   1 × 2  2 × 1     1 × 1 ( b ) ( a b c d ) ( e f ) = ( a e + b f c e + d f )    2 × 2  2 × 1  2 × 1 ( c ) ( a b c d ) ( e f g h ) = ( a e + b g a f + b h c e + d g c f + d h ) 2 × 2   2 × 2    2 × 2 ( d ) ( a b ) ( c   d ) = ( a c a d b c b d )  2 × 1 1 × 2    2 × 2 ( e ) ( a    b    c ) ( d e f ) = ( a d  +  b e + c f )  1 × 3    3 × 1   1 × 1 ( f ) ( a b c e d f ) ( g h ) = ( a g + b h c g + d h e g + f h )


Examples:
Determine whether the following pairs of matrices can be multiplied and state the order of the product of those that can be multiplied.

( a ) ( 3 5 1 2 ) ( 3  7 ) ( b ) ( 2 9 1 3 ) ( 8 6 ) ( c ) ( 10   6 )   ( 7 2 ) ( d ) ( 8 6 ) ( 2 9 1 3 ) ( e ) ( 7 3 ) ( 2  10 )


Solution:
(a)( 3 5 1 2 )( 3  7 )    2× 2     1 ×2 2 1  Cannot be multiplied (b)( 2 9 1 3 ) ( 8 6 )    2× 2     2 ×1 2 = 2  Can be multiplied. Order of product =2×1 (c)( 10  6 ) ( 7 2 )  1× 2    2 ×1 2 = 2  Can be multiplied. Order of product =1×1 (d)( 8 6 )( 2 9 1 3 )    2× 1   2 ×2 1 2  Cannot be multiplied (e)( 7 3 )( 2   10 ) 2× 1 1 ×2 1 = 1  Can be multiplied. Order of product =2×2

Leave a Comment