Matrix Notes PDF
Matrix Notes PDF
MATRICES
A matrix is defined as a rectangular array(or arrangement in rows or columns) of
scalars.
If mn numbers (real or complex) or functions are arranged in the form of a
rectangular array A having m rows and n columns then A is called an m n matrix.
Each of the mn numbers is called an elements of the matrix. An m n matrix is
also called a matrix of order m n.
a
a12 a13
11
...
...
...
... a1n
...
...
...
...
a2n
a3n
...
amn
APPLICATION OF MATRICES
In Algebra, the matrices have their largest application in the theory of simultaneous equations and linear transformation. e.g., the set of simultaneous equations
a11 x1 + a12 x2 + a13 x3 = b1
a21 x1 + a22 x2 + a23 x3 = b2
a31 x1 + a32 x2 + a33 x3 = b3
may be symbolically represented by the equation
AX = B
1
x1
b1
, X = x 2 , B = b2
x3
b3
The theory of matrices has been found of great utility in many branches of higher
mathematics such as algebraic and differential equations, astronomy, mechanics, theory of electrical circuits, quantum mechanics, nuclear physics and aerodynamics.
a11 a12
A=
a21 a22
then:
a11
a12
A I =
a21
a22
so the characteristic equation is:
|A I| = (a11 )(a22 ) a21 a12 = 0
or simply:
|A I| = 2 (a11 + a22 ) + (a11 a22 a21 a12 ) = 0.
SOLVED EXAMPLES
5 4
1 2
1 2
2 1
2 2 2
1 3 1
1 1 1
1 1 1
3
The roots 1 , 2 ...n of the characteristic equation are called eigen values or
characteristic roots. Corresponding to each characteristic root there corresponds
non-zero vector X which satisfies the equation (A I)X = 0. The non-zero vectors
X are called eigen vectors or characteristic vectors.
Example.1
3 1
1
x1
1
=0
i.e.
3
1 x2
Case(i) When = 2, the eigenvector is given by the equations
x1 + x2 = 0 and
3x1 3x2 = 0, which are one and the same.
Solving, x1 = x2 . Taking x1 = 1we get
x2 = 1.
1
The eigenvector is
1
Case(ii) When = 2, the eigenvector is given by the equations
3x1 + x2 = 0 and
3x1 + x2 = 0, which are one and the same.
Solving, 3x1 = x2 . Taking x1 =
1 we get
x2 = 3.
1
The eigenvector is
3
Example.2
1 1 3
3 1 1
Solution: The characteristic equation of A is
|A I| = 0.
1
1
3
1
5
1
3
1
1
=0
3 1 3
1 7 1
3 1 3
i.e.
x1
x2 = 0
x3
x1 + 7x2 + x3 = 0
3x1 + x2 + 3x3 = 0
x2
0
x3
20
X1 = 0
1
6
Case(ii) When = 3,
The eigenvector is given by
2 1 3
1 2 1
3 1 2
x1
1
x
1
x2 = 0
x3
x2
1
x3
1
X2 = 1
1
Case(iii) When = 6,
The eigenvector is given by
5 1
3
1 1 1
3
1 5
x1
1
x
1
x2 = 0
x3
x2
2
x3
1
8 4
2
Solution:
Sum of the eigenvalues of a matrix A = Sum of the principal diagonal elements of
A.
Sum of the eigenvalues of a matrix A = 8+2=10.
8
6 2 2
2 1 3
Find the third eigenvalue.
Solution:
The product of the eigenvalues of a matrix A = |A|.
163 =32.
3 =2.
Exercise:
4 1
3 2
without finding A2 .
8 6 2
2 4 3
2
of A 5I and A .
(1)
Corollary:
(i). If A is non-singular. i.e.A 6= 0, using this theorem, we can find A1 as follows.
Multiply (1) by A1 ,
9
0 2
1
find A .
0 and hence
Solution:
The characteristic equation of A is 3 52 + 9 1 = 0.
2
To verify A3 5A
+ 9A I = 0.
1 12 4
A2 =A.A;
A2 = 4 7
2
2 8 1
13 42 2
3
2
3
A =A .A;
A = 11 9
10
10 22 3
A3 5A2 + 9A I= 0
13 42 2
5 60 20
9
18 18
1 0
0
= 11 9
0 + 0 1 0
10 + 20 35 10 + 9 27
10 22 3
10 40 5
0 18 9
0
0 1
0 0 0
= 0 0 0
0 0 0
10
To Find A1 :
A3 5A2 + 9A I = 0
Multiply by A1 ,
A2 5A + 9I A1 = 0
A1 = A2 5A + 9I
1 12 4
5 10 10
9 0 0
= 4 7
2 + 5 15 0 + 0 9 0
2 8 1
0
10 5
0 0 9
A1
3 2 6
= 1 1 2 .
2 2 5
Exercise:
5 3
1 3
. Hence find A4 .
1 0 2
0 0 2
1
4
find (i) A and (ii) A .
1 0
3
1 1 1
matrix satisfies its own characteristic equation. Also calculate (i) A1 and (ii) A4 .
2 1 1
1 1 2
11
Similarity of Matrices:
Let A and B be two square matrices of the same order. Then the matrix B is
said to be similar to the matrix A if there exists a non-singular matrix P such that
B = P 1 AP . The transformation A to P 1 AP is called similarity transformation.
Property:
Two similar matrices have the same eigenvalues.
Proof:
Then by definition,
B I = P 1 AP I
=P 1 AP P 1 IP
=P 1 (A I)P
|B I|
= |P 1 ||A I||P |
=|A I||P 1 P |
=|A I||I|
=|A I|
Thus A and B have the same Characteristic polynomials and hence the same characteristic equations.
A and B have the same eigenvalues.
DIAGONALISATION OF A MATRIX BY MEANS OF A SIMILARITY TRANSFORMATION:
called diagonalisation of the matrix A. As M 1 AM = D is a similarity transformation, the matrices A and D are similar and hence A and D have the same eigenvalues.
Definition:
A square matrix A is said to be orthogonal if A.AT = AT .A = I . Note:
A is said to be orthogonal if A.AT = AT .A = I. (1)
we know that A.A1 = A1 .A = I . (2)
From (1) and (2) if A is orthogonal AT = A1 .
If A is a real symmetric matrix, then the eigen vectors of A are not only Linearly
independent but also pairwise orthogonal.
The Normalized eigenvectors of A is formed by divide each element of the vector X,
by the square-root of the sum of the squares of all the elements of X.
Let N be the Normalized modal matrix whose columns are the normalized eigen vectors of A. Then N ia as orthogonal matrix and by the property N T = N 1 .
If A be a real symmetric matrix, then there exists an orthogonal matrix such that
N T AN = N 1 AN = D is known as Orthogonal Reduction (or) Orthogonal Transformation.
13
Example:
1 1 3
Solution: The characteristic equation of A is
|A I| = 0.
The characteristic equation of A is 3 92 + 24 16 = 0.
The eigenvalues of A are = 1, 4, 4.
Case(i) When = 1,
The eigenvector X1 is X1 = 1
1
Case(ii) When = 4,
The eigenvector X2 is X2 = 1
1
a
Let X3 = b be the third eigenvectors which is orthogonal to X1 and X2 .
c
X3 is orthogonal to X1 a + b + c = 0
X3 is orthogonal to X2
b + c = 0
2
Solving we get X3 = 1
1
Now X1T X2 = X2T X3 = X3T X1 = 0
3
1
3
1
3
14
0
1
2
1
2
2
6
1
6
1
6
N T AN = D = 0
2
6
1
3
1
2
1
6
1
3
1
2
1
6
1 3 1
1 1 3
3
1
3
1
3
0
1
2
1
2
2
6
1
6
1
6
1 0 0
= 0 4 0 = D(1, 4, 4)
0 0 4
Exercise:
10
2 5
5 3
5
6 2 2
2 1 3
1.7 QUADRATIC FORM:
Note 1:
The matrix corresponding to the quadratic form is
co-effi x21
1
2 co-effi
x2 x1
1
2 co-effi
x3 x1
1
2 co-effi
x1 x2
co-effi x22
1
2 co-effi
x3 x2
1
2 co-effi
x1 x3
x2 x3
co-effi x23
1
2 co-effi
15
Note 2:
x1
x3
CANONICAL FORM OF A QUADRATIC FORM:
= [y1 , y2 , ..., yn ]
2 0 .
. .
. .
. .
0 n
.
y1
y2
yn
16
17
a12
a22
a12 a13
a22 a23
a32 a33
2 0 4
A= 0 6 0
4 0 2
The characteristic equation of A is
|A I| = 0.
The characteristic equation of A is 3 102 + 12 + 72 = 0.
The eigenvalues of A are = 2, 6, 6.
Case(i) When = 2,
The eigenvector X1 is X1 = 0
18
Case(ii) When = 6,
The eigenvector X2 is X2 = 0
1
a
Let X3 = b be the third eigenvectors which is orthogonal to X1 and X2 .
c
X3 is orthogonal to X1 a c = 0
X3 is orthogonal to X2
a+c=0
0
Solving we get X3 = 1
0
Now X1T X2 = X2T X3 = X3T X1 = 0
1
2
The orthogonal
transformationisN T AN
1
1
0
2 0
2
2
N T AN = D = 1 0 1 0 6
2
2
4 0
0 1 0
2 0 0
= 0 6 0 = D(1, 4, 4)
0 0 6
.
1
2
0
1
2
= D.
1
2
0 0
2
2
1
2
0
1
2
19
2 0 0
= (y1 , y2 , y3 ) 0
0
2
2
= 2y1 + 6y2 + y32
y1
6 0 y2
0 6
y3
Therefore the Quadratic form is indefinite in nature, since canonical form contains
both positive and negative terms.
Exercise:
1. Reduce 8x2 + 7y 2 + 3z 2 12xy + 4xz 8yz into canonical form by orthogonal reduction.
2. Reduce 6x21 + 3x22 + 3x23 4x1 x2 2x2 x3 + 4x3 x1 into canonical form by an orthogonal
reduction and find the rank, index, signature and the nature of the quadratic form.
3. Reduce 2x21 + 2x22 + 3x23 + 2x1 x2 4x2 x3 4x3 x1 into canonical form by an orthogonal
reduction and find the rank, index, signature and the nature of the quadratic form.
20