Addition and Subtraction of a Matrix








Addition of a Matrix
If A and B are two matrices of the same order, then their sum  A+B  is defined and is 
obtained by adding the corresponding elements of A and B .

In other words, if    are matrices of same order, then A+B
is defined and is given by
  
                                            

For example : if    
                         
                         
Remark : If two matrices are not of the same order, their sum is not defined.

Subtraction or Difference of a Matrix
If A and are two matrices of the same order, then their difference  A-B  is defined and is 
obtained by subtracting the elements of B from the corresponding elements of A .

For example : if  
                                    
                        
Remark : By definition  A - B  is same as the matrix  A + ( - ) . 

Comments