Linmapeigen
Linmapeigen
f (x + x0 ) = f (x) + f (x0 ), x, x0 ∈ R;
f (c · x) = c · f (x), c, x ∈ R.
f (x) = k · x,
f (v + w) = f (v) + f (w), v, w ∈ Rn ;
f (c · v) = c · f (v), v ∈ Rn , c ∈ R.
f (v) = k1 · x1 + ... + kn · xn ,
f (v) = k · v
f (v + w) = f (v) + f (w), v, w ∈ Rn ;
f (c · x) = c · f (x) v ∈ Rn , c ∈ R.
f (v) = A · v
1
where A is some matrix
a11 ... a1n
A = ... .
am1 ... amn
à !
2 2 a11 a1,2
A linear function f : R → R is determined by a matrix A = ,
a21 a22
à ! à ! à !
a11 a1,2 x1 a11 · x1 + a12 · x2
f (x1 , x2 ) = · = .
a21 a22 x2 a21 · x1 + a22 · x2
Then
a11 ... a1n
A = ... .
am1 ... amn
is the matrix of f .
2
The values of basis vectors are
3
Theorem 2 A linear map F : Rn → Rn given by a matrix A is bijective if
and only if det(A) 6= 0.
A · x = λ · x.
This actually means that the linear map F changes the magnitude of x
but not its direction,
Note that if x is an eigenvector corresponding to an eigenvalue λ then kx
is an eigenvector too: A · (kx) = kA · x = kλx = λ(kx).
The specter of A (denoted by spec(A)) is defined as the set of all eigen-
values λ1 , ..., λk of A.
Eigenspace corresponding to an eigenvalue λ is defined as the subspace
spanned by all eigenvectors corresponding to this eigenvalue.
The geometric degree of an eigenvalue λ is defined as the dimension of its
eigenspace.
4
à !
1 0
Example 4. Projection on x-axes A = . Eigenvalues λ1 = 1, λ2 =
0 0
0, corresponding eigenvectors v1 = (1, 0), v2 = (0, 1). Check!
à !
−1 0
Example 5. Reflection about the y-axes A = . Eigenvalues
0 1
λ1 = −1, λ2 = 1, corresponding eigenvectors v1 = (1, 0), v2 = (0, 1).
Check!
à !
1 1
Example 6. Horizontal shear A = . Eigenvalue λ = 1, correspond-
0 1
ing eigenvector v1 = (1, 0). Check!
5
Solution. The characteristic equation looks as
¯ ¯
¯ 1−λ 1 1 ¯
¯ ¯
¯ ¯
¯ 1 1−λ 1 ¯ = 0.
¯ ¯
¯ 1 1 1−λ ¯
2.1 Examples
Example. Find an eigenvector x corresponding to the eigenvalue λ = 3 of
the matrix
1 1 1
A= 1 1 1 .
1 1 1
from the previous example.
Solution. We can find x from the matrix equation (A − 3 · I) · x = 0 which
as a system of linear equations looks as
¯
¯
(1 − 3)x1
+ x2 + x3 = 0 ¯
¯
x1 + (1 − 3)x2 + x3 = 0 ¯,
¯
x1 + x2 + (1 − 3)x3 = 0 ¯
¯
¯
−2x1
+ x2 + x3 = 0 ¯
¯
x1 − 2x2 + x3 = 0 ¯.
¯
x1 + x2 − 2x3 = 0 ¯
6
Rank of the determinant of this system is 2: a nonzero minor is
¯ ¯
¯ −2 1 ¯
¯ ¯
¯ ¯ = −5.
¯ 1 −2 ¯
Thus we can ignore the third equation and the system is equivalent to
( ¯
−2x1 + x2 = −x3 ¯
¯
¯.
x1 + −2x2 = −x3 ¯
Here
¯ ¯ ¯ ¯
¯ −x 1 ¯ ¯ −2 −x3 ¯
¯ 3 ¯ ¯ ¯
∆ = 3, ∆1 = ¯¯ ¯ = 3x3 , ∆2 = ¯ ¯ = 3x3 ,
−x3 −2 ¯ ¯ 1 −x3 ¯
thus
3x3 3x3
x1 = = x3 , x 2 = = x3 .
3 3
So (x3 , x3 , x3 ) is a general solution of our system with exogenous variable x3 .
Taking this variable x3 = 1 we obtain the eigenvector x = (1, 1, 1). As we see
the geometric degree of eigenvalue λ = 3 is 1, as well as its algebraic degree.
1 1 1
from the previous example.
Solution. We can find x from the matrix equation (A − 0 · I) · x = 0 which
as a system of linear equations looks as
¯
¯
(1 − 0)x1
+ x2 + x3 = 0 ¯
¯
x1 + (1 − 0)x2 + x3 = 0 ¯,
¯
x1 + x2 + (1 − 0)x3 = 0 ¯
¯
¯
x1
+ x2 + x3 = 0 ¯
¯
x1 + x2 + x3 = 0 ¯.
¯
x1 + x2 + x3 = 0 ¯
(x1 = −x2 − x3 , x2 , x3 )
7
Example. Find the eigenvalues and eigenvectors of the matrix
à !
2 2
A= .
1 3
For λ = 1:
( ¯ ¯
(2 − 1)x1 + 2x2 = 0 ¯ x1 + 2x2 = 0 ¯
¯ ¯
¯, ¯
x1 + (3 − 1)x2 = 0 ¯ x1 + 2x2 = 0 ¯
x1 + 2x2 = 0, x1 = 2x2 ,
thus the solution depending on the free parameter x2 is (2x2 , x2 ). Taking,
say, x2 = 1 we obtain the eigenvector v1 = (2, 1).
For λ = 4:
( ¯ ¯
(2 − 4)x1 + 2x2 = 0 ¯ −2x1 + 2x2 = 0 ¯
¯ ¯
¯, ¯
x1 + (3 − 4)x2 = 0 ¯ x1 − x2 = 0 ¯
x1 − x2 = 0, x1 = x2 ,
thus the solution depending on the free parameter x2 is (x2 , x2 ). Taking, say,
x2 = 1 we obtain the eigenvector v1 = (1, 1).
Example. Let à !
1 1
A= .
0 1
(horizontal shear).
Then |A−λI| = (1−λ)2 thus there is one eigenvalue λ = 1 of multiplicity
2. Eigenvectors are solutions of the system
à ! à ! à !
0 1 x 0
· =
0 0 y 0
that is (
0·x+1·y =0
.
0·x+0·y =0
8
The solution of this system is (x, 0), the x-axes, so the geometric multiplicity
of λ = 1 is 1, so it is less then its algebraic multiplicity.
Example. Let
à !
1 0
A= .
0 1
Then |A − λI| = (1 − λ)2 thus there is one eigenvalue λ = 1 of multiplicity
2. Eigenvectors are solutions of the system
à ! à ! à !
0 0 x 0
· =
0 0 y 0
that is (
0·x+0·y =0
.
0·x+0·y =0
The solution of this system is (x, y), the whole R2 so the geometric multi-
plicity of λ = 1 is 2, so it equals to its algebraic multiplicity.
|A| = λ1 · ... · λn ;
(ii) The trace of a matrix A, i.e., the sum of the elements on the main
diagonal, equals to the sum of eigenvalues of A
9
Let us check it for k = 2. We assume λ1 6= λ2 and Av1 = λ1 v1 , Av2 =
λ2 v2 . Suppose v1 , v2 are linearly dependent, say v2 = mv1 , then A · v2 =
A · kv1 = mA · v1 = mλ1 v1 , on the other hand side A · v2 = λ2 v2 = λ2 mv1 ,
thus m(λ1 − λ2 )v1 = 0, this contradicts to λ1 6= λ2 .
Theorem 5 A = S · Λ · S −1 .
10
Solution. First find eigenvalues and eigenvectors. The solution of the char-
acteristic equation gives
¯ ¯
¯ 41 − λ −30 ¯
A = ¯¯ ¯
¯ , λ2 − 1 = 0, λ1 = 1, λ2 = −1.
¯ 56 −41 − λ ¯
S −1 · A · S = S −1 · (S · Λ · S −1 ) · S = Λ,
11
which is diagonal matrix.
Thus the existence of n distinct eigenvalues is a sufficient condition for
diagonalizability, but not necessary:
à !
1 0
Example. The identity matrix is already diagonal, nevertheless it
0 1
has two equal eigenvalues λ1 = λ2 = 1. By the way, any vector v ∈ R2 is an
eigenvector.
Furthermore, there areà nondiagonalizable
! matrixes:
1 1
Example. The matrix has two equal eigenvalues λ1 = λ2 = 1
0 1
and the corresponding eigenvector is v = (1, 0), so in this case the algebraic
degree is 2 and the geometric degree is 1 (see above). This matrix is not
diagonalizable. Ã !
0 −1
Example. The matrix has no real eigenvalues, consequently no
1 0
eigenveqtors. This matrix is not diagonalizable.
12
Exercises
à !
−1 3
1. Let .
2 0
(a) Check that λ Ã = 2!is an eigenvalue of A.
1
(b) Check that is a corresponding eigenvector of A.
1
(c) Find all eigenvalues and corresponding eigenvectors of
A.
1 0 2
2. Find the eigenvalues and eigenvectors for the matrix 0 5 0 .
à !
3 0 2
a b
3. Suppose is a Markov matrix, that is a + c = 1, b + d = 1.
c d
Show that λ = 1 is it’s eigenvector.
a b c
4. Find eigenvalues of an upper-triangular matrix 0 d e .
0 0 f
5. For each of the following matrix A find diagonal matrix Λ and invertible
matrix S so that A = S · Λ · S −1
à ! à !
3 0 1 −1
(a) . (b) .
1 2 2 4
3 −1 0 4 −2 2
(c) −1 2 −1 . (d) 0 1 0
.
0 −1 3 1 0 1
13
Summary
0 ... λn x(1)
n ... x(n)
n
A and B are similar if B = S −1 · A · S. In this case |A − λI| = |B −
λI|, spec(A) = spec(B), |A| = |B|, rank(A) = rank(B), tr(A) = tr(B).
14