July 24, 2026 · Theory · LibreTimes
Properties of Matrix Operations
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:
- Commutativity:
- Associativity:
- Zero matrix: , where is the zero matrix of the same size as .
- Opposite matrix:
Scalar Multiplication
- Unit factor:
- Associativity:
- Distributivity over scalars:
- Distributivity over matrices:
Properties 1–8 mean that the set of matrices of a fixed size forms a linear (vector) space.
Transposition
- Double transposition:
- Transpose of a sum:
- Pulling out a factor:
- Transpose of a product (the order reverses!):
Matrix Multiplication
- Associativity:
- Left distributivity:
- Right distributivity:
- Pulling out a scalar: (when the product is defined)
- 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: .
No comments yet
Be the first to share your thoughts.