Matrix Multiplication Definitions


M N =P if and only if the number of columns of matrix M is the same as the number of rows of matrix N and 

pij = mi1n1j + mi2 n2j+ mi3 n3j + ... + mik nkj.

The matrix P has the same number of rows as M and the same number of columns as N.

If a multiplication cannot be performed because of the order of given matrices, the matrices are said to be not conformable.

A is the first matrix or set of data.



B is the second matrix or set of data.


A * B is the mutiplication of matrix A times matrix B.

Matrix Operations Introduction
Equality
Addition
Multiplication by a real number
Subtraction
Not conformable Matrices
Definition of Matrix Multiplication
Existence of Matrix Multiplication
Size of Matrix Multiplication
Calculator
Step-by-step Calculator