Mátrixszorzat
Mátrixszorzat is the Hungarian term for matrix multiplication. It is a binary operation that produces a new matrix from two matrices. The number of columns in the first matrix must be equal to the number of rows in the second matrix for the multiplication to be defined. If matrix A has dimensions m x n and matrix B has dimensions n x p, then their product, matrix C, will have dimensions m x p.
The element at row i and column j of the resulting matrix C is calculated by taking
Matrix multiplication is not commutative, meaning that in general, A * B is not equal to B *