Midterm Sol
Midterm Sol
1. Let
3 −1 2
A= 2 1 1 .
1 −3 0
For which triples (y1 , y2 , y3 ) does AX = Y have a solution?
Solution. The following sequence of elementary row operations:
R1 → R1 /3, R1 → −2R1 + R2 , R3 → −R1 + R3 , R2 → (3/5)R2 ,
R1 = (1/3)R2 + R1 , R3 = (8/3)R2 + R3 , R3 ↔ (−5/6)R3 , R1 =
(−3/5)R3 + R1 , R2 = (1/5)R3 + R2
reduces the augmented matrix to its row-reduced echelon form given
below Let
1 0 0 − 21 (y1 − 2y2 − y3 )
0 1 0 − 1 (y1 − 2y2 + y3 ) .
6
0 0 1 61 (y1 − 8y2 − 5y3 )
2. In each of following, verify whether the S forms a basis for the vector
space V .
Solution. (a) Since (2, 5, −1) + (4, −1, 2) = (6, 4, 1), S is a linearly
dependent set, and hence cannot form a basis for R3 .
(b) Suppose that there exists a, b, c ∈ C such that
a + (1 + i)b + ic = 0
(1 − i)b + ic = 0 (1)
−ia + b + ic = 0
1
Multiplying the first equation in system (1) with i and adding to the
third, we obtain:
ib + (i − 1)c = 0 (2)
Using equation (2) and the second equation of (1), we can conclude
that b = c = 0, which upon substitution in the first equation in system
(1) yields a = 0. Thus S is a linearly independent set of three vectors
in C3 , and consequently S forms a basis for C3 .
2
dim (Im T ) = dim W , which would imply that W = Im T , that is, T is
surjective.
Alternatively, if we assume that T is surjective, then W = Im T , and
since dim V = dim W , the Rank-Nullity Theorem would imply that
Ker T = {0}, which shows that T is injective.
∀A, B ∈ M. Also,
n
X n
X
tr(cA) = (cA)ii = c Aii = ctr A ,
i=1 i=1
3
6. Prove or disprove the following statements.
Solution. (a) This statement is false. For n < m, consider the injective
linear map T : K n → K m defined by T (x1 , . . . , xn ) = (x1 , . . . xn , xn+1 , . . . xm ).
Since ker T = {0}, T is clearly a counterexample to the statement.
(b) This statement is true. Let A = {v1 , . . . vn } be a linearly indepen-
dent set in a vector space V over a field K. Without loss of generality,
for k < n, let B = {v1 , . . . vk } be a subset of A. Suppose we as-
sume on the contrary that B is linearly dependent. Then there exists
c1 , . . . , ck ∈ K, with not all ci = 0, such that c1 v1 + . . . + ck vk = 0. Let
ci = 0, for k+1 ≤ i ≤ n. Then c1 v1 +. . . ck vk +ck+1 vk+1 +. . .+cn vn = 0,
with not all ci = 0, which implies that A is a linearly dependent set.
But this contradicts our earlier assumption that A is a linearly inde-
pendent set.
(c) This statement is false. Let V be a vector space of dimension n
over a field K and let B = {v1 , . . . , vn } be a basis for V . If we take a
nonzero vector v ∈ V \ B, then the maximal linear independence of B
would imply that A = {v, v1 , . . . , vn } is a linearly dependent set. Since
B ⊂ A, this is an apparent counterexample to the statement.
(Bonus). Answer any one of the following questions.
4
Ker T , we have that T (v) = 0. Also, since v ∈ Im T , there exists
nonzero u ∈ V such that T (u) = v, that is, T (u) − v = 0. Wde
can see that 0 = T (0) = T (T (u) − v) = T 2 (u) − T (v) = T (u) = v.
Hence v = 0, which is true for any v ∈ Im T ∩ Ker T . Therefore,
Im T ∩ Ker T = {0} and V = Ker T ⊕ Im T .
(b) Give a counterexample to show that 4(b) does not hold good for
infinite dimensional vector spaces.
Solution. Example 1. Let V = R∞ , or the vector space of
all sequences in R. (Note that proving R∞ is a vector space
over R is analogous to the proof for Rn . Therefore, this is left
as an exercise). Consider the map T : V → V defined by
T ((x1 , x2 , x3 , . . .)) = (x2 , x3 , x4 , . . .), or more formally, if a = {an }∞ n=1 ∈
V , then T (a) = {an+1 }∞ n=1 . For a, b ∈ V and c ∈ R, we have that
T (a + b) = {an + bn }∞ ∞ ∞
n=1 = {an }n=1 + {bn }n=1 = T (a) + T (b), and
∞ ∞
T (ca) = {can }n=1 = c{an }n=1 = cT (a). Therefore, T is a linear
map.
For any x = {xn }∞ n=1 ∈ V , T ((a, x1 , x2 , x3 , . . .)) = (x1 , x2 , x3 , . . .),
∀a ∈ R, which shows that T is surjective but not injective. There-
fore, T is a counterexample to 4(b) for the infinite dimensional
case.
Example 2. Alternatively, in the same setting as above, the map
T ((x1 , x2 , x3 , . . .)) = (0, x1 , x2 , x3 , . . .) is an injective map but not
a surjective map.
Example 3. Let V be denote vector space of all real-valued dif-
ferentiable functions on [a, b], where a, b ∈ R and a < b. The
derivative operator D on V is clearly not injective as the deriva-
tive of any constant is 0. However, D is surjective as any f ∈ V
has an antiderivative F by the Fundamental Theorem of Calculus.