Jump to content

Matrix multiplication/Definition

From Wikiversity
Matrix multiplication

Let K denote a field, and let A denote an m×n-matrix and B an n×p-matrix over K. Then the matrix product

AB

is the m×p-matrix, whose entries are given by

cik=j=1naijbjk.