107 HMK 06 Solutions
107 HMK 06 Solutions
01
HOMEWORK #6 SOLUTIONS
B > A−1 .
(c) Show that det (A + B) 6= det (A) + det (B).
Proof. (a) Compute
3 −2
det (A) = = 12 + 2 = 14
1 4
1 2
det (B) = = 3 + 4 = 7.
−2 3
(b) Use part (a), Theorem 1.19, and Corollary 1.25 to compute
det (AB) = det (A) det (B) = (14) (7) = 98
1 1
det A−1 =
=
det (A) 14
det (B) 7 1
det B > A−1 = det B > det A−1 =
= = .
det (A) 14 2
(c) Note that
4 0
det (A + B) = = 28 6= 21 = 14 + 7 = det (A) + det (B).
−1 7
Problem 1.6.16. Let A, B ∈ Mn×n (R). Show that det (AB) = det (BA).
Proof. Theorem 1.24 gives
det (AB) = det (A) det (B) = det (B) det (A) = det (BA).
MATH 107.01 HOMEWORK #6 SOLUTIONS 3
Problem 2.1.5. Let V be the collection of pairs of positive real numbers of the
form (x, y) with addition and scalar multiplication defined as
(x1 , y1 ) + (x2 , y2 ) = (x1 x2 , y1 y2 )
λ (x, y) = xλ , y λ .
= λ (x1 , y1 ) + λ (x2 , y2 ) . X
Problem 2.1.7. Let C be the collection of all convergent sequences of real numbers
{an } with addition and scalar multiplication defined by
{an } + {bn } = {an + bn }
λ {an } = {λan } .
Determine if C is a vector space.
Solution. We will show that C is a vector space.
First, note that addition and scalar multiplication is well-defined. Indeed, if
an → A and bn → B, then
lim (an + bn ) = lim an + lim bn = A + B
n→∞ n→∞ n→∞
so that addition is well-defined and
lim λan = λ lim an = λA
n→∞ n→∞
so that scalar multiplication is well-defined.
Now, we may verify the axioms.
Axiom 1. This holds by the computation
{an } + {bn } = {an + bn } = {bn + an } = {bn } + {an } . X
Axiom 2. This holds by the computation
{an } + {bn } + {cn } = {an } + {bn + cn } = an + (bn + cn )
= (an + bn ) + cn = {an + bn } + {cn }
= {an } + {bn } + {cn } . X
Axiom 3. Here, 0 = {0n } where 0n = 0. To see this, compute
{an } + 0 = {an } + {0n } = {an + 0n } = {an + 0} = {an } . X
Axiom 4. Here − {an } = {−an }. To see this, compute
{an } + − {an } = {an } + {−an } = {an − an } = {0} = {0n } = 0. X
Axiom 5. This holds by the computation
λ {an } + {bn } = λ {an + bn } = λ (an + bn )
= {λan + λbn } = {λan } + {λbn }
= λ {an } + λ {bn } . X
Axiom 6. This holds by the computation
(λ1 + λ2 ) {an } = (λ1 + λ2 ) an = {λ1 an + λ2 an }
= {λ1 an } + {λ2 an } = λ1 {an } + λ2 {an } . X
Axiom 7. This holds by the computation
λ1 λ2 {an } = λ1 {λ2 an } = λ1 (λ2 an )
= (λ1 λ2 ) an = (λ1 λ2 ) {an } . X
Axiom 8. This holds by the computation
1 {an } = {1 · an } = {an } . X
Since all the axioms hold, C is a vector space.
MATH 107.01 HOMEWORK #6 SOLUTIONS 5
Problem
P∞ 2.1.8. Let S denote the collection of all convergent series of real numbers
n=1 an with addition and scalar multiplication defined by
∞
X ∞
X ∞
X
an + bn = (an + bn )
n=1 n=1 n=1
X∞ X∞
λ an = λan .
n=1 n=1
Determine if S is a vector space.
Solution. We will show that S is a vector space.
P∞First, note thatP addition and scalar multiplication is well-defined. Indeed, if
∞
n=1 na = A and n=1 bn = B, then
∞
X ∞
X ∞
X
(an + bn ) = an + bn = A + B
n=1 n=1 n=1
so that addition is well-defined and
X∞ ∞
X
λan = λ an = λA
n=1 n=1
so that scalar multiplication is well-defined.
Now, we may verify the axioms.
Axiom 1. This holds by the computation
X∞ X∞ ∞
X ∞
X ∞
X ∞
X
an + bn = (an + bn ) = (bn + an ) = bn + an . X
n=1 n=1 n=1 n=1 n=1 n=1