Multiplication of a Matrix








Multiplication of a matrix
Let  A and matrices of orders  m and  n respectively. The product  AB of 
matrices  and  B  is defined only if the number of columns of  is equal to the number
of rows of  B . The product  AB  will be a  m p matrix.

In other words, if     and     then the matrix   

  
In the product  AB  A  is called pre-factor of  AB  and  B , the post-factor of  AB

For example :  
                                 
Here the product  AB  is defined, because the number of columns (=2) of  equals the 
number of rows (=2) 0f  B . In this case,   
                                       
                                          

Comments