How to multiply,add and subtract two matrices.

Matrices Multiplication.

                                            Matrix multiplication is done in a very easy manner.In matrix multiplication we multiply the rows of the first matrix with the column of the second matrix.It is very important that the number of columns in the first matrix should be equal to the number of rows in the second matrix.


Matrix addition:

                       In matrix addition we add the first element of the first matrix with the first element of the second matrix,the second element of first with the second of the second and in the same manner we add the same position elements each other.

Matrix subtraction:

                                Subtraction is also done in the same way as the addition is done.

Comments

Popular posts from this blog

What is Greatest integer function and frictional part.

Difference between Micro economic and Macro economics.

Difference between even and odd prime and rational numbers.