Multiplication of Matrices
Matrices are rectangular arrays with entries from an arbitrary field. An
a21 a22 a23 ... a2n
a31 a32 a33 ... a3n
...
am1 am2 am3 ... amn
which has m rows and n columns.
With every m × n matrix A we may associate m row (1 × n) vectors ai, and n column
and inside parentheses I used the scalar (dot) product of two vectors.
The first thing to note is that not any two matrices can be multiplied. To carry out the multiplication we must have the column dimension of the left factor equal to the row dimension of the right factor. Nonetheless, wherever defined, the product is associative and distributive relative to the standard matrix addition. Matrix multiplication changes dimensions; so it's hard to talk about a unit element in general. A fruitful approach is to confine the study to square (m=n) matrices of the same dimension. So, let's for a while assume that all matrices below have dimension nxn. The benefit is immediate: any two such matrices can be multiplied. Moreover, the product is a matrix with the same dimension. This may be expressed by saying that
With respect to addition, this set is an abelian group. Adding
multiplication makes it a ring. The unit element is uniquely defined by
Not all square matrices are invertible. But, if both A and B are, then so is their product AB. Furthermore,
This is verified formally:
and in a similar manner (AB)(B-1A-1) = E. However, in general, AB≠BA. For example,
Thus the set of all invertible matrices does not form a field. To get a field we might restrict our discussion even further to the set of invertible diagonal matrices. A matrix A is diagonal if all its off-diagonal elements are zero:
To get a feeling for the definitions and facts claimed above, it's best to consider circumstances in which the theory acquires an intuitive meaning. In short, matrices give numerical expression to linear transformations of vector spaces.
What Can Be Multiplied?
- What Is Multiplication?
- Multiplication of Equations
- Multiplication of Functions
- Multiplication of Matrices
- Multiplication of Numbers
- Peg Solitaire and Group Theory
- Multiplication of Permutations
- Multiplication of Sets
- Multiplication of Vectors
- Multiplication of a Vector by a Matrix
- Vector Space and Spaces with the Scalar Product
- Addition and Multiplication Tables in Various Bases
- Multiplication of Points on a Circle
- Multiplication of Points on an Ellipse
|Contact| |Front page| |Contents| |Up|
Copyright © 1996-2018 Alexander Bogomolny72088939