Introduction to Matrices and Operations
Introduction to Matrices and Operations
Unit 1 : Matrices
Examples:
3x3 matrix 1 2 4
2x4 matrix
4 1 5 1 1
3 3
1 1
1x2 matrix 3 3 3 0 0 3 2
Amxn=
a11 a12 ... aij ain
a a22 ... aij
a2 n
m An
21
am1 am 2 aij amn
i goes from 1 to m
j goes
_ from 1 to n
Matrices - Introduction
TYPES OF MATRICES
1
1. Column matrix or vector:
The number of rows may be any integer but the number of
columns is always 1
1
2 1
a11
a21
4
3
2
am1
1 1 6 0 3 5 2
3. Rectangular matrix
Contains more than one element and number of rows is not
equal to the number of columns
1 1
3 7 1 1 1 0 0
2 0 3 3 0
7 7
7 6
m n
Dr. Samrat Roy_
Matrices - Introduction
TYPES OF MATRICES
4. Square matrix
The number of rows is equal to the number of columns
(a square matrix A has an order of m)
mxm
1 1 1 1 1
9 9 0
3 0
6 6 1
The principal or main diagonal of a square matrix is composed of all
elements aij for which i=j
Dr. Samrat Roy_
Matrices - Introduction
TYPES OF MATRICES
5. Diagonal matrix
A square matrix where all the elements are zero except those on
the main diagonal
3 0 0 0
1 0 0 0 3 0
0
0 2 0
0 0 5 0
0 0 1
0 0 0 9
i.e. aij =0 for all i = j
aij = [Link] some
Samrat Roy_ or all i = j
Matrices - Introduction
TYPES OF MATRICES
1 0 0 0
0
1 0 0 1 0 aij 0
0 0 1 0 0 1 0
aij
0 0 0 1
i.e. aij =0 for all i = j
Dr. Samrat Roy_
aij = 1 for some or all i = j
Matrices - Introduction
TYPES OF MATRICES
0 0 0 0
0 0 0 0
0
0 0 0
aij 0
Dr. Samrat Roy_
For all i,j
Matrices - Introduction
TYPES OF MATRICES
8. Triangular matrix
A square matrix whose elements above or below the main
diagonal are all zero
1 0 0 1 0 0 1 8 9
2 1 0 2 1 0 0 1 6
5 2 3 5 2 3 0 0 3
A square matrix whose elements above the main diagonal are all
zero
aij 0 0 1 0 0
2 1 0
aij aij 0
aij aij aij 5 2 3
i.e. aij = 0 for all i < j
Dr. Samrat Roy_
Matrices – Introduction
TYPES OF MATRICES
9. Scalar matrix
A diagonal matrix whose main diagonal elements are
equal to the same scalar
A scalar is defined as a single number or constant
aij 0 0 1 0 0 6 0 0 0
0 1 0 0
0 aij 0 6 0 0
0 0 aij 0 0 1
0 0 6 0
i.e. aij = 0 for all i = j 0 0 0 6
aij = [Link] allRoy_
Samrat i=j
Matrices
Matrix Operations
EQUALITY OF MATRICES
Two matrices are said to be equal only when all
corresponding elements are equal
Therefore their size or dimensions are equal as well
1 0 0 1 0 0
A= 2 1 0 B= 2 1 0 A=B
5 2 3 5 2 3
Dr. Samrat Roy_
Matrices - Operations
Some properties of equality:
• IIf A = B, then B = A for all A and B
• IIf A = B, and B = C, then A = C for all A, B and C
Associative Law:
A + (B + C) = (A + B) + C = A + B + C
7 3 1 1 5 6 8 8 5
2 5 6 4 2 3 2 7 9
A B C
2x3 2x3 2x3
A+0=0+A=A
3 1
Ex. If k=4 and
2 1
A
2 3
4 1
Dr. Samrat Roy_
Matrices - Operations
3 1 3 1 12 4
2 1 2 1 8 4
4 4
2 3 2 3 8 12
4 1 4 1 16 4
Properties:
• k (A + B) = kA + kB
• (k + g)A = kA + gA
• k(AB) = (kA)B = A(k)B
• k(gA) = (kg)A
Dr. Samrat Roy_
Matrices - Operations
MULTIPLICATION OF MATRICES
A x B = Not possible!
(6x2) (6x3)
Example
A x B = C
(2x3) (3x2) (2x2)
31 21
63 57
Remember also:
IA = A
1 0 31 21 31 21
0 1 63 57
Dr. Samrat Roy_ 63 57
Matrices - Operations
Assuming that matrices A, B and C are conformable for
the operations indicated, the following are true:
1. AI = IA = A
2. A(BC) = (AB)C = ABC - (associative law)
3. A(B+C) = AB + AC - (first distributive law)
4. (A+B)C = AC + BC - (second distributive law)
Caution!
1. AB not generally equal to BA, BA may not be conformable
2. If AB = 0, neither A nor B necessarily = 0
3. If AB = AC, B not necessarily = C
Dr. Samrat Roy_
Matrices - Operations
AB not generally equal to BA, BA may not be conformable
1 2
T
5 0
3 4
S
0 2
1 2 3 4 3 8
TS
5 0 0 2 15 20
3 4 1 2 23 6
ST
Dr. Samrat Roy_ 0 2 5 0 10 0
Matrices - Operations
If AB = 0, neither A nor B necessarily = 0
1 1 2 3 0 0
0 0 2 3 0 0
If :
2 4 7
3
A2 A
2x3 5 3 1
Then transpose of A, denoted AT is:
2 5
T
A 2 A 3T
4 3
7 1
T
aij a
Dr. Samrat Roy_
ji For all i and j
Matrices - Operations
To transpose:
Interchange rows and columns
The dimensions of AT are the reverse of the dimensions of A
2 4 7
3
A2 A 2x3
5 3 1
2 5
T
A 3 A T2
4 3 3x2
7 1
Dr. Samrat Roy_
Matrices - Operations
Properties of transposed matrices:
1. (A+B)T = AT + BT
2. (AB)T = BT AT
3. (kA)T = kAT
4. (AT)T = A
7 3 1 1 5 6 8 8 5 8 2
2 5 6 4 2 3 2 7 9 8 7
5 9
7 2 1 4 8 2
3 5 5 2 8 7
1 6 6 3 5 9
1
1 1 0 2
0 2 3 1 8 2 8
2
1 0
1 1 2 1 2 2 8
0 3
a b
A
b d
T a b
A
b d
a b
A
c d
T a c
A
b d
The identity matrix, I, a diagonal matrix D, and a scalar matrix, K,
are equal to their transpose since the diagonal is unaffected.
det(A) or |A|
For a 2x2 matrix, the definition is
det a b = a b = ad - bc
c d c d
• For larger matrices the definition is more
complicated
Determinants 2x2 examples
1 1 -2
A = -1 2 3
2 7 0
|A|= 1x 2 3 -1- 1x
3 -1 +
2 (-
2) 7 0 2 0 2 7
0 1 3
B= 5 3 1
-1 2 0
|B|= 0x 3 1 5- 1x
1 5 +
3 3
x 2 0 -1 0 -1 2
1 1 -2
A= 0 2 3
0 1 1
• Using the first row:
|A|= 1x 2 3 0- 1x
3 0 +2(-2)
x 1 1 0 1 0 1
1 1 -2
A= 0 2 3
0 1 1
• However, using the first column:
|A|= 1x 2 3 - 0 + 0 = 1x(-1) =
-1 1 1
A general formula for determinants
+ - + -
- + - +
+ - + -
- + - +
• Notice that if we think of the signs pattern as a
matrix, then it can be written as (-1)i+j
A general formula for determinants
• Or, n
|A|= a C
j 1
ij ij for any i=1,2,...,n
INVERSE OF A MATRIX
Consider a scalar k. The inverse is the reciprocal or division of 1
by the scalar.
Example:
k=7 the inverse of k or k-1 = 1/k = 1/7
Division of matrices is not defined since there may be AB = AC
while B = C
Instead matrix inversion is used.
The inverse of a square matrix, A, if it exists, is the unique matrix
A-1 where:
AA-1 = A-1 A = I
Dr. Samrat Roy_
Matrices - Operations
Example:
2 3 1
A2 A
2 1
1 1 1
A
2 3
Because:
1 1 3 1 1 0
2 3 2 1 0 1
3 1 1 1 1 0
2 1 2 3 0 1
Dr. Samrat Roy_
Matrices - Operations
Properties of the inverse:
( AB) 1 B 1 A 1
1 1
( A ) A
T 1 1 T
( A ) ( A )
1 1
1
(kA) A
k
A square matrix that has an inverse is called a nonsingular matrix
A matrix that does not have an inverse is called a singular matrix
Square matrices have inverses except when the determinant is zero
When the determinant
Dr. Samrat Roy_ of a matrix is zero the matrix is singular
Matrices - Operations
DETERMINANT OF A MATRIX
1 2
If A
6 5
1 2
then A
6 5
a21 a23
m12
a31 a33
And the minor for a13 is:
a21 a22
m13
a31 a32
Dr. Samrat Roy_
Matrices - Operations
COFACTORS
When the sum of a row number i and column j is even, cij = mij and
when i+j is odd, cij =-mij
c11 (i 1, j 1) ( 1)11 m11 m11
1 2
c12 (i 1, j 2) ( 1) m12 m12
13
c13 (i 1, j 3) ( 1) m13 m13
Dr. Samrat Roy_
Matrices - Operations
DETERMINANTS CONTINUED
A a11 (a22 a33 a23a32 ) a12 (a21a33 a23a31 ) a13 (a21a32 a22 a31 )
A a11 (a22 a33 a23a32 ) a12 (a21a33 a23a31 ) a13 (a21a32 a22 a31 )
Example:
1 2
If A
3 4
4 3
The cofactor C of A is C
2 1
Dr. Samrat Roy_
Matrices - Operations
The adjoint matrix of A, denoted by adj A, is the transpose of its
cofactor matrix
T
adjA C
It can be shown that:
A(adj A) = (adjA) A = |A| I
Example:
1 2
A
3 4
A (1)(4) (2)( 3) 10
T 4 2
Dr. Samrat Roy_adjA C
3 1
Matrices - Operations
1 2 4 2 10 0
A(adjA) 10 I
3 4 3 1 0 10
4 2 1 2 10 0
(adjA) A 10 I
3 1 3 4 0 10
and
A(adj A) = (adjA) A = |A| I
then
adjA
1
A
A
1 1 4 2 0 .4 0 .2
A
10 3 1 0.3 0.1
1 1 2 0.4 0.2 1 0
AA I
3 4 0.3 0.1 0 1
1 0. 4 0. 2 1 2 1 0
A A I
Dr. Samrat Roy_ 0.3
0.1 3 4 0 1
Matrices - Operations
Example 2
3 1 1
A 2 1 0
1 2 1
The determinant of A is
|A| = (3)(-1-0)-(-1)(-2-0)+(1)(4-1) = -2
so
1 1 1
adjA C T 2 4 2
3 7 5
and
1 1 1 0.5 0.5 0.5
1 adjA 1 1.0 2.0 1.0
A 2 4 2
A 2
Dr. Samrat Roy_ 3 7 5 1.5 3.5 2.5
Matrices - Operations
The result can be checked using
AA-1 = A-1 A = I
Simple 2 x 2 case
then
a b w x 1 0
c d y z 0 1
aw by 1
ax bz 0
cw dy 0
cx dz 1
1 by
w
a
dy
w
c
1 by dy
a c
c c
y
ad cb A
bz
x
a
1 dz
x
c
bz 1 dz
a c
a a
z
ad bc A
Check inverse
A-1 A=I
1 1 3 2 3 1 0
I
10 4 2 4 1 0 1
Dr. Samrat Roy_
Matrices and Linear
Equations
Linear Equations
A-1 AX = A-1 B
Now since
A-1 A = I
We get
X = A-1 B
3 1 1 x1 2
2 1 0 x 1
2
1 2 1 x3 3
Therefore
x1 2,
x2 3,
x3 7
x1 2, 3 x1 x2 x3 2
x2 3, 2 x1 x2 1
x3 7 x1 2 x2 x3 3
3 (2) ( 3) ( 7) 2
2 (2) ( 3) 1
(2) 2 ( 3) ( 7) 3
Dr. Samrat Roy_