Matrix: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
Two matrices can be multiplied if the number of columns of the first operand is equal with the number of rows of the second operand:
Two matrices can be multiplied if the number of columns of the first operand is equal with the number of rows of the second operand:


[[Image:MatrixMultiplication.png]]
:[[Image:MatrixMultiplication.png]]


Matrix multiplication is general not commutative.
Matrix multiplication is general not commutative.

Revision as of 06:22, 28 December 2017

Internal

Overview

M
  m x n

m - rows

n - columns.

Matrix Multiplication

Two matrices can be multiplied if the number of columns of the first operand is equal with the number of rows of the second operand:

MatrixMultiplication.png

Matrix multiplication is general not commutative.