Matrix Theory
Matrix Theory
AB = A(BA)A−1 .
CDT + DC T = 0.
A B
= det(ADT + BC T ).
C D
For differentiation and integration, let A(t) = (aij (t)) and denote
( ) ∫ (∫ )
d d
(A(t)) = aij (t) , A(t)dt = aij (t)dt .
dt dt
That is, by differentiating or integrating a matrix we mean to perform
the operation on the matrix entrywise. It can be shown that the
product rule for derivatives in calculus holds for matrices whereas
the power rule does not. Now one is off to a good start working on
matrix calculus, which is useful for differential equations. Interested
readers may pursue and explore more in this direction.
Problems
1. Why did the continuity argument fail Theorem 2.10?
2. Let C and D be real matrices such that CD T + DC T = 0. Show that
if C is skew-symmetric (i.e., C T = −C), then so is DC.
3. Show that A has no square root. How about B and C, where
( ) 0 1 0 ( )
0 1 A 0
A= , B= 0 0 0 , C= ?
0 0 0 A
0 0 0
Sec. 2.5 The Continuity Argument and Matrix Functions 65
(2 1)
2 3 . Find a 2 × 2 matrix X so that X = A.
2
4. Let A =
5. Use a continuity argument to show that for any A, B ∈ Mn
9. Denote
( by ) σmax and σmin , σmax ≥ σmin , the singular values of matrix
A = 1ϵ 1ϵ , ϵ > 0. Show that limϵ→1− σmax /σmin = +∞.
10. Let A be a nonsingular matrix with A−1 = B = (bij ). Show that
bij are continuous functions of aij , the entries of A, and that if
limt→0 A(t) = A and det A ̸= 0 (this condition is necessary), then
( )−1
lim A(t) = A−1 .
t→0
Conclude that
lim (A − λI)−1 = A−1
λ→0
( ) ∑∞
−1 1 1 k
12. Let A = 0 −1 . Show that k=1 k2 A is convergent.
66 Partitioned Matrices, Rank, and Eigenvalues Chap. 2
Show that
( ) ( )
1 0 1
lim lim (I − An ) = .
x→0 n→∞ x −1 0
. ⊙ .