Linear Algebra (MA - 102) Lecture - 12 Eigen Values and Eigen Vectors
Linear Algebra (MA - 102) Lecture - 12 Eigen Values and Eigen Vectors
Linear Algebra (MA - 102) Lecture - 12 Eigen Values and Eigen Vectors
Lecture - 12
Eigen values and Eigen vectors
G. Arunkumar
May 9, 2022
1 / 23
The cofactor matrix
1 Definition: Let A = (aij ) be an n × n matrix. The cofactor of aij , denoted
by cof aij is defined as
Theorem
For any n × n matrix A,
3 / 23
Area of a Parallelogram and determinant
(a+b,c+d)
(b,d)
(a,c)
4 / 23
Area of Parallelogram = (a + c)(b + d) − 2bc − ac − bd = ad − bc
= det(A)
" #
a b
where A =
c d
Theorem
Volume of the parallelepiped spanned by the vectors v1 , . . . , vn in
Rn = | det(v1 , . . . , vn )| where |a| denotes the absolute value of a.
5 / 23
Chapter 4: Linear Transformations
6 / 23
Linear Transformations: Introduction
1 Let A be an m × n matrix with real entries.
2 Then A “acts” on the n-dimensional space Rn by left multiplication : If
v ∈ Rn then Av ∈ Rm .
3 In other words, A defines a function
TA : Rn −→ Rm , TA (v ) = Av .
T (v + w ) = T (v ) + T (w ) and T (cv ) = cT (v )
where v , w ∈ V and c ∈ R.
Can you now think of another linear map from a vector space V to itself?
9 / 23
Linear Transformations: Examples
v. Rotation
Fix θ and define T : R2 −→ R2 by
" #! " # " # " #
x cos θ − sin θ x x cos θ − y sin θ
T = = .
y sin θ cos θ y x sin θ + y cos θ
Then T (e1 ) = (cos θ, sin θ)t and T (e2 ) = (− sin θ, cos θ)t . Thus T rotates
the whole space by θ. (Draw a picture to convince yourself of this).
vi Let T : R2 → R2 be defined as T (x, y ) = (x, −y ). Then T is linear
transformation which represents the reflection about the x-axis. Similarly,
S : R2 → R2 be defined as T (x, y ) = (−x, y ) is a linear transformation
which represents the reflection about the y -axis.
10 / 23
Linear Transformations: Examples
∂f ∂f
dfp (x1 , . . . , xn ) = x1 (p) + · · · + xn (p)
∂x1 ∂xn
11 / 23
Motivation
Here F = R or C.
12 / 23
Eigenvalues and Eigenvectors
1 Definition. Let A ∈ Mn×n (F). A scalar λ ∈ F is said to be an eigenvalue or
characteristic value of A if there exists a nonzero v ∈ V such that
Av = λv .
Moreover, Eλ = nullspace of λI − A.
14 / 23
Thus eigenvalues are roots of the polynomial det(xI − A), denoted by pA (x),
called the characteristic polynomial of A.
15 / 23
Eigenvalues and Eigenvectors: Examples
16 / 23
" #
0 1
Example 1 [Reflection matrix]: Consider A = .
1 0
Computation of eigenvalues: characteristic polynomial of A
" #
x −1
= det(xI − A) = det = x 2 − 1.
−1 x
17 / 23
Computation of E−1 : Suppose λ = −1. Then
0 6= v = (x1 , x2 ) ∈ E−1 ⇔ (A + I )v = 0. Thus
" #" # " #
1 1 x1 0
= .
1 1 x2 0
This gives that x1 + x2 = 0. Thus E−1 = {(c, −c) : c ∈ F}. Set v2 := (c, −c) for
c 6= 0.
v2 Av1 = v1
Av2
18 / 23
Existence of eigenvalues depends on F. Moreover, A need not have eigenvalues
" #
0 −1
Example 2 [Rotation matrix]: Let A = .
1 0
The characteristic polynomial of A is
" #
x 1
det(xI − A) = det = x 2 + 1.
−1 x
19 / 23
Eigenvalues and Eigenvectors of Linear Operators
20 / 23
Distinct Eigenvalues
Theorem
Let T : V → V be a linear operator. Let λ1 , . . . , λn ∈ F be distinct eigenvalues of
T and let v1 , . . . , vn be corresponding eigenvectors. Then v1 , v2 , . . . , vn are linearly
independent.
Proof:
1 Use induction on n, the case n = 1 being clear.
2 Let n > 1. Let c1 , c2 , . . . , cn ∈ F such that
c1 v1 + c2 v2 + · · · + cn vn = 0 · · · · · · · · · (1)
3 Apply T to equation (1) to get
c1 λ1 v1 + c2 λ2 v2 + · · · + cn λn vn = 0 · · · · · · · · · (2)
for i = 2, . . . , n.
2 Hence λ2 − λ1 , . . . , λn − λ1 are the eigenvalues of T − λ1 I .
3 Since λ1 , λ2 , . . . , λn are distinct, λi − λ1 , . . . , λn − λ1 are also distinct. Hence
by induction c2 = · · · = cn = 0 and by substituting these values in (1) we get
c1 = 0 too.
22 / 23