Appendix: Fundamentals of Matrices
Appendix: Fundamentals of Matrices
Appendix: Fundamentals of Matrices
Fundamentals of Matrices
A.l Introduction
283
284 Laminar Compo&es
where the subscripts i and j define the row and column location of the element
ai, within the matrix.
-1 0 0 . . 0-
0 1 0 . . 0
I = 0. .0 .1 * * 0
1 . 0
. . . . 1 0
-0 0 0 0 0 1-
In forming the transpose, the first column of [A] becomes the first row of [AIT,
the second column of [A] becomes the second row of [AIT, etc. The transpose of
a row matrix is a column matrix, and the transpose of a column matrix is a row
matrix.
k= I
- [ 1 21 [5 6 7 1 = [21 24 271
- 3 4 8 9 1 0 47 54 61
in which
From the definition of matrix multiplication it can be shown that both the distribu-
tive and associative laws hold.
286 Laminar Composites
It is evident from the preceding discussions that matrix addition, subtraction, and
multiplication are relatively simple topics. The mathematical operation of matrix
division has not been addressed since it does not exist in the conventional sense.
The matrix operation analogous to algebraic division is called matrix inversion.
X+3Y -z= 2
2x - Y + z = -3
4X-2Y+4Z=l
[AIEI = {bJ
In order to solve this equation for the unknown values of {X}, the [A] matrix must
be inverted to yield
{XI = [Al-'{bl
where [A]-' is the inverted [A] matrix. Matrix inversion can be defined so that
[A]-'[A] = [A][A]-' = I
Several operations are required in order to define [A]-' in mathematical terms. The
first operation of importance is defining the determinant of [A]. The determinant
of a matrix is commonly written as
where element aij is located in the ith row and jth column of [A].
Each element, together with the first minors, defines the cofactor of the determinant.
Each element will have a first minor and a cofactor. The cofactor of ai, is generally
denoted as Ai, and is written as
. - (-I)'+'
A '1 x first minor of aij
For the first minors just formed, the corresponding cofactors are
= (-1)(8 - 4) = -4
The numerical value of the determinant can be obtained by using all cofactors
associated with any row or any column of the matrix. The expression for the
determinant when any row of the matrix is used is
n
j= 1
where i indicates the row being used. If a column is selected, the rule is
expressed as
n
IAl = C a i j A j j (A.3)
i=l
where j represents the column selected for establishing the cofactors. Based upon
the cofactors just given and equation (A.2), the determinant is
IAl = (1)(-2) + (3)(-4) + (1)(0) = -14
In order to determine the inverted matrix [AI-', the adjoint of matrix [A] must be
defined. The adjoint is written as adj (A). Assuming Ai, is the cofactor of element
a i j in matrix [A], the adjoint matrix is defined as
I
'A11 . . - At"
A12
A21 . . A2n
A22
. . ... .
adj(A) = . ... . (A.4)
. ... .
-An1 An2 ... A n n
The inverted matrix [A]-' can now be defined as
288 Laminar Composites
This results in
[A]-'=-'
l4
[ -2
-10
2
-4
-38 l!]'=
-7
-2
-$ [ -; 1;
-10
Using this inverted matrix the solution to (A.l) is easily determined from
-2 -10
0 14 -7
The scope of presentations in this text do not require expanding the coverage of
matrix mathematics beyond this point.