Link:http://output.to/sideway/default.asp?qno=100800010 Matrix Multiplication Product of Matrices
Product of Matrices,
Let
for matrix
A
of order m x n,and matrix
B
of order p x q, product of matrices exist if and only if
![]() Or ![]() For example, ![]() From the definition of matrix multiplication, it is possible to have
Properties of Matrix Multiplication
If both matrix B
premultiplied by matrix
A,
For matrix
A
of order m x n, matrix
B
of order p x q and matrix
C
of order s x t, product of matrices exist if and only if
![]() And the element of
![]() Rearrange the order of terms ![]() And equals to the element of
Matrix multiplication is distributive with respect to addition. If
If A and D are of same order and B and C are square matrices, then A, B, C and D are all square matrices. Since
![]()
And equals to the element of
Identity MatrixThe identity under matrix multiplication is the identity matrix, that is ![]()
Let
![]() and ![]() In order to have the same order as A, for element x, order of k should equal to i and for element y, order of l should equal to j, and therefore the identity matrix must be square. According to the equality of matrices,
The form of identity matrix is
If
And therefore it is also called unit matrix. Inverse Matrix
If A
has an multiplication inverse
If a matrix has an inverse, the inverse is unique. Assume both B
and C
are inverses of A,
then
Premultiply first equation by
C,
imply
From second equation, imply
Division of matrices has not been defined, the multiplying of the
reciprocal of a matrix can be replaced by multiplying the inverse of the matrix.
Therefore solving
B
in
![]()
Let
![]()
The inverse of a matrix's inverse equals to the matrix itself,
![]() Link:http://output.to/sideway/default.asp?qno=100800011 Matrix Transpose Transpose of a matrix
Transpose of a matrix,
|
Sideway BICK Blog 14/08 |