D.19 Special Matrices 635
It is easy to prove that the Givens matrix is orthogonal. A matrix A is invertible
if there is a matrix A
−1
such that
AA
−1
= A
−1
A = I (D.78)
D.19.7 Plane Rotation (Givens) Matrix
A5× 5 plane rotation (or Givens) matrix is one that looks like the identity matrix
except for elements that lie in the locations pp, pq, qp, and qq. Such a matrix is
labeled G
pq
. For example, the matrix G
42
takes the form
G
42
=
⎡
⎢
⎢
⎢
⎢
⎣
1 0 000
0 c 0 s 0
0 0 100
0 −s 0 c 0
0 0 001
⎤
⎥
⎥
⎥
⎥
⎦
(D.79)
where c = cos θ and s = sin θ. This matrix is orthogonal. Premultiplying a matrix A
by G
pq
modifies only rows p and q. All other rows are left unchanged. The elements
in rows p and q become
a
pk
= ca
pk
+sa
qk
(D.80)
a
qk
=−sa
pk
+ca
qk
(D.81)
D.19.8 Stochastic (Markov) Matrix
A column stochastic matrix P has the following properties:
1. a
ij
≥ 0 for all values of i and j.
2. The sum of each column is exactly 1 (i.e.,
m
j=1
p
ij
= 1).
Such a matrix is termed column stochastic matrix or Markov matrix. This matrix
has two important properties. First, all eigenvalues are in the range −1 ≤ λ ≤ 1.
Second, at least one eigenvalue is λ = 1.
D.19.9 Substochastic Matrix
A column substochastic matrix V has the following properties:
1. a
ij
≥ 0 for all values of i and j.
2. The sum of each column is less than 1 (i.e.,
m
j=1
p
ij
< 1).