![]() |
Table of Contents ![]() ![]() ![]() |
|
See also: matrix algebra, inner product, geometrical interpretation | ![]() ![]() |
The multiplication of two matrices always results in a matrix (this
is different to the vector product,
which may result either in a scalar or a matrix). The result of matrix
multiplication is simply called the matrix product, or (less often)
Cayley
product. We define as follows:
Matrix Product | Let (ars), (brs), and (crs)
be three matrices of order m![]() ![]() ![]() |
This sounds complicated. But it just means taking one column of one
matrix A and one row of (the transposed) matrix B, and calculating the
inner product of these two vectors. The following
may shed some light on the process of matrix multiplication.
Secondly, the order of the matrices is quite important: AB
is not necessarily equal to B
A.
In fact, in many cases, the exchange of A and B results in
undefined matrix products (the product cannot be calculated); and even
for square matrices the commutative law does not hold.
Third, scalars should be looked upon as 11-matrices.
When multiplying a 1
n-matrix
with a n
1-matrix
(n arbitrary), the result is a 1
1-matrix
(a scalar).
Here are a few rules that hold true for matrix multiplication:
In order to make matrix multiplication easier to understand, the
matrices can be arranged in a special way. The usual way to denote a matrix
multiplication is AB
= C (see figure below). However, from this scheme the order of the
resulting matrix C is not always clear.
A simple trick helps here: rearrange the two matrices A and B
such that these two matrices are located along the sides of a pp
square. The size of the rectangle left open by this arrangement depicts
the order of the matrix C.
Last Update: 2006-Jän-17