http://matrixmultiplication.xyz/
2x2 Process
- To get the first item in this matrix. you need to take the Dot Product of vector 1’s first row and vector 2’s first column
- To get the second item in this matrix, dot product of vector 1’s 1st row and vector 2’s 2nd row
- 3rd item is first vector 2nd row dot product 2nd vector 1st column
- 4th element is 1st vector 2nd row Dot Product 2nd vector 2nd column