LibreTimes

July 24, 2026 · Theory · LibreTimes

Properties of Matrix Operations

The basic properties of addition, scalar multiplication, transposition, and multiplication of matrices, with justifications.

Let matrices , , be conformable in size (wherever an operation requires it), and let , be arbitrary numbers (scalars; in general they may be complex). Below are the basic properties of addition, scalar multiplication, transposition, and multiplication of matrices.

Addition of Matrices

For matrices of the same size:

  1. Commutativity:
  2. Associativity:
  3. Zero matrix: , where is the zero matrix of the same size as .
  4. Opposite matrix:

Scalar Multiplication

  1. Unit factor:
  2. Associativity:
  3. Distributivity over scalars:
  4. Distributivity over matrices:

Properties 1–8 mean that the set of matrices of a fixed size forms a linear (vector) space.

Transposition

  1. Double transposition:
  2. Transpose of a sum:
  3. Pulling out a factor:
  4. Transpose of a product (the order reverses!):

Matrix Multiplication

  1. Associativity:
  2. Left distributivity:
  3. Right distributivity:
  4. Pulling out a scalar: (when the product is defined)
  5. The identity matrix is a neutral element: , . In particular, for a square matrix .

Remark (non-commutativity). In general . If , the matrices and are called commuting (or permutable). For example, any square matrix commutes with the identity and with itself.


Proof of Associativity of Multiplication (Property 13)

Let , , . Denote and .

1. The sizes match.

Both matrices have size .

2. The corresponding entries match. By the definition of the product,

This is the same double sum (the order of summation may be swapped), so for all . Hence .


On the Relation Between the Determinant and the Operations

The determinant is consistent with multiplication and transposition (for proofs, see the article Properties of Determinants):

At the same time, the determinant is in general not consistent with the sum: .

0

No comments yet

Be the first to share your thoughts.