mátrixszorozáshoz
Mátrixszorzás is the Hungarian term for matrix multiplication. It is a fundamental operation in linear algebra that takes two matrices and produces a new matrix. For the multiplication of matrix A by matrix B to be defined, the number of columns in matrix A must be equal to the number of rows in matrix B. If matrix A has dimensions m x n and matrix B has dimensions n x p, the resulting matrix C will have dimensions m x p.
The element in the i-th row and j-th column of the resulting matrix C is calculated by
Matrix multiplication is not commutative, meaning that in general, A * B is not equal to B *