Tag Archives: java matrix multiplication code

Multiplication of two matrix in java

In our last post we have learnt about the addition of two matrices.Today we shall learn about the multiplication of two matrices.Multiplication of two matrices is little complicated as compared to the addition of the two matrices.One of the basic … Continue reading

Posted in Java | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment

Addition of two matrix in JAVA

In this post we focuses on adding two matrices.Before adding two matrices we need two matrices of same order.i.e is number of rows,columns in matrix 1 should be equaled to number of rows,columns in matrix 2.The procedure for adding two … Continue reading

Posted in Java | Tagged , , , , , , , , , , , , , , , , , , , , | 1 Comment