If A = ⎡⎢⎣123456789⎤⎥⎦ and B = ⎡⎢⎣456789123⎤⎥⎦ then the order of A+B will be nxn where n= -----
We know that when two matrices are added, they have to be of the same order. Here you can see that the order of two matrices is the same which is 3 × 3.Also when you add two matrices of the same order the resultant matrix comes out to be of the same order as it is nothing but the matrix having elements which are sum of corresponding elements of the two matrices we are adding. So in the above question the order of A+B will be same as that of A and B i.e. 3 × 3. So n= 3