Linear Algebra Notes
Linear Algebra Notes
Linear Algebra Notes
5. Let T : R2 → R2 given by T (x, y) = (2x + 3y, 3x + 2y). To find λ ∈ R and (x, y) ∈ R2 such
that (2x + 3y, 3x + 2y) = λ(x, y) or (2 − λ)x + 3y = 0, 3x + (2 − λ)y = 0. The system of linear equations
!
2−λ 3
has a non-zero solution if and only if the determinant of the coefficient matrix, det =0
3 2−λ
or λ = −1, 5. When λ = 1, 3x + 3y = 0 so that (1, −1) is an eigenvector ((−a, a) are eigenvectors of
corresponding to eigenvalue -1 for every a 6= 0). For λ = 5, 3x − 3y = 0 so that (1, 1) is an eigenvector
(in fact, (a, a) is an eigenvector corresponding to eigenvalue 5 for a 6= 0).
Theorem 3. Let T be a linear operator on a finite-dimensional vector space V (F) and λ ∈ F. The
following statements are equivalent.
1. λ is an eigenvalue of T.
2. The operator T − λI is singular (not invertible).
3. det[(T − λI)]B = 0, where B is an ordered basis of V.
Proof. A linear transformation T is singular if and only if ker(T ) 6= {0}. Thus, (1) ⇐⇒ (2). if
V (F) is finite-dimensional, then the eigenvalues and eigenvectors of T can be determined by its ma-
trix representation [T ]B with respect to a basis B. A scalar λ is an eigenvalue of T ⇔ T v = λv ⇔
[T ]B [v]B = λ[v]B ⇔ ([T ]B − λI)[v]B = 0 for non zero v. Thus, (3) ⇔ (1).
1
Definition 4. Let A ∈ Mn (F). A scalar λ ∈ F is said to be an eigenvalue of A if there exists a
non-zero vector x ∈ Fn such that Ax = λx. Such a non-zero vector x is called an eigenvector of A
associated to the eigenvalue λ.
Definition 5. Let A ∈ Mn (F). Then the polynomial f (x) = det(xI − A) is called the characteristic
polynomial of A. The equation det(xI − A) = 0 is called the characteristic equation of A.
1. Let A ∈ Mn (C). Then the sum of eigenvalues is equal to the trace of the matrix and the product
of eigenvalues is equal to the determinant of the matrix.
Let
a11 a12 . . . a1n
a21 a22 . . . a2n
A= . .
.. .. .. ..
. . .
an1 an2 . . . ann
2
Note that a0 = 1, f (0) = an = | − A| = (−1)n |A| and a1 = −(a11 + a22 + . . . + ann ). Therefore,
λ1 + λ2 + . . . + λn = − aa01 = (a11 + a22 + . . . + ann ) = trace(A) and λ1 λ2 . . . λn = (−1)n aan0 = |A| =
det(A).