You are on page 1of 4

Matrix Multiplication Calculator

Matrix Multiplication Calculator Matrix is define as the combination of rows and columns. Matrix is a way of defining the several values on that some functions are applied and then generate the answer. There are several function are applied on the matrix that are addition , subtraction , division and multiplication. matrix multiplication calculator is an online tool that helps the user tin finding the multiplication of the given matrix accurately. It provides the text boxes in which user can enter the desired matrix and then apply on the submit button for calculation of the multiplication. Matrix multiplication calculator follow all the rules of matrix multiplication internally. These rules are as follows: For matrix multiplication there should be two matrix and it should be noted that the numbers of columns of first matrix is equal to the number of row of second matrix. Lets take an example, if there are two matrix as U and V and the size of the matrix is U [2] [3] then for multiplication of matrix U and V then matrix v have the same number of rows equal to 3 that means the matrix Know More About :- Functions And Relations Worksheet

Tutorcircle.com

PageNo.:1/4

V [3] [n], here n will be any integer number. We will define two matrix as U [2] [3] and v [3] [2] then multiplication is define as u * v. U[2] [3] and V [3] [2] define as [ a1 a2 a3 [b1 b2 b3 a4 a5 a6] b4 b5 b6] Multiplication of these matrix are expressed as by adding the multiplication of values of first rows of first matrix with the first column of second matrix and then multiply the second row of the first matrix with the second column of second matrix and so on. It will be shown as in the form of W [2] [2] matrix that is define below: [a1 b1 + a1 b4 a2 b2 + a2 b5 a3 b3 + a3 b6 a4 b1 + a4 b4 a5 b2 + a5 b5 a6 b3 + a6 b6 ]. The above matrix multiplication define that number of columns of first matrix must be equal to the number of rows of second matrix. When we change the order of the matrix means multiplication of matrix are not supports the commutative property that means in general multiplication we can see that the multiplication of any two numbers as a * b is equal with the b * a that is define as the commutative property of the multiplication. But when we talk about the matrix multiplication ,it will not support the commutative property of the multiplication means matrix U * V is not equal to the matrix multiplication of V * U.

Learn More :- Graph Coloring Algorithms

Tutorcircle.com

PageNo.:2/4

We can also define some of the properties of matrix multiplication that are as follows: A matrix multiplication follow the associative property that means if there are three matrix as x ,y and z then x (y z) = ( x y ) z . There is one more property of the matrix multiplication is that if we do the transpose the matrix that are multiplied as (x y) t = y t x t that means by interchanging the row n with the column n in a matrix.

Tutorcircle.com

PageNo.:3/4 PageNo.:2/3

ThankYouForWatching

Presentation

You might also like