You are on page 1of 1

Properties of symmetric matrices

18.303: Linear Partial Differential Equations: Analysis and Numerics


Carlos Pérez-Arancibia (cperezar@mit.edu)

Let A ∈ RN ×N be a symmetric matrix, i.e., (Ax, y) = (x, Ay) for all x, y ∈ RN . The following properties
hold true:

• Eigenvectors of A corresponding to different eigenvalues are orthogonal.


Let λ and µ, λ 6= µ, be eigenvalues of A corresponding to eigenvectors x and y, respectively. Then
(Ax, y) = λ(x, y) and, on the other hand, (Ax, y) = (x, Ay) = µ(x, y). Subtracting these two
identities we obtain (λ − µ)(x, y) = 0. Since λ 6= µ we conclude that (x, y) = 0.

• If (Ax, x) ≤ 0 (resp. (Ax, x) ≥ 0) for all x 6= 0, then A has eigenvalues λ ≤ 0 (resp. λ ≥ 0).
Let x be an eigenvector of A with eigenvalue λ. Then (Ax, x) = λ(x, x) = λkxk2 ≤ 0 which in view
of the fact that kxk > 0, implies that λ ≤ 0.

• If (Ax, x) < 0 (resp. (Ax, x) > 0) for all x 6= 0, then A has eigenvalues λ < 0 (resp. λ > 0). In
particular, A is invertible.
The same argument used above shows that λ < 0 is this case. Since all the eigenvalues are strictly
negative, none of them is zero. Therefore, A is invertible.

• A is diagonalizable.
Since A is symmetric, it is possible to select an orthonormal basis {xj }N N
j=1 of R given by eigenvectors
or A. Letting V = [x1 , . . . , xN ], we have from the fact that Axj = λj xj , that AV = V D where D =
diag(λ1 , . . . , λN ) and where the eigenvalues are repeated according to their multiplicities. Therefore
A = V DV T . Note that we have used the fact that V V T = V T V = I.

• If (Ax, x) < 0 (resp. (Ax, x) > 0) for all x 6= 0, then A admits a factorization of the form A = −DT D
(resp. A = DT D) for some full-rank matrix D.
Since A is negative definite ((Ax, x) < 0), it p
has negativepeigenvalues. The matrix of eigenvalues can
thus be written as D = −Λ2 with Λ = diag( |λ1 |, · · · , |λN |). From the identity A = −V Λ2 V T =
−(V Λ)(ΛV T ) = −DT D we finally recognize the factor D = ΛV T . The fact that D is full rank follows
from both V and Λ being non-singular matrices.

You might also like