Mock Sol
Mock Sol
Problem 2. Let T be the linear map P3 (C) → P3 (C) given by the formula T (p(t)) =
p(t + 1), for every p(t) ∈ P3 (C).
Compute the matrix M(T ) with respect to the standard basis of P3 (C) consisting of
monomials in the variable t.
Solution. By definition, the ith column of [T ]β is the coordinate vector of T (ti ) = (t + 1)i
with respect to β. Hence
1 1 1 1
0 1 2 3
M(T ) =
0 0 1 3
0 0 0 1
1
2
Solution. Since this is an “if and only if” statement, we need to prove it in both directions.
Let us first prove that if dim(V ) = n, then V is isomorphic to F n . Choose a basis β =
{x1 , . . . , xn } of V . Then, since β spans V , every vector in V can be written in the form
n
X
v= ai xi , ai ∈ F.
i=1
Moreover, since β is linearly independent, the scalars ai are uniquely defined for each v.
Define a map φβ : V → F n by the formula
a1
φβ (v) = ..
.
an
It is a linear map because φ(cv + w)β = cφβ (v) + φβ (w) for any c ∈ F . Let us show that
φβ is invertible. Define the linear transformation ψβ : F n → V by the formula
a1
n
.
.
ψβ ( . ) =
X
ai x i .
an i=1
Since ψ is onto, the set β = {x1 , . . . , xn } generates V . Let us show that β is a linearly
independent subset of V . Suppose that
n
X
ai xi = 0.
i=1
a1 a1
Since the left hand side is equal to ψ( .. ), it follows that ... ∈ N (ψ). Since ψ is
.
an an
one-to-one, it follows that ai = 0 for all i, and so β is indeed a linearly independent subset
of V . Therefore β is a basis of V , and dim(V ) = n.
3
Solution. Choose a basis {x1 , . . . , xk } of W . By a theorem from the book, we can extend
it to a basis β = {x1 , . . . , xn } of V . In M(T ), the ith column is [T (xi )]β . If i = 1, . . . , k, then
T (xi ) ∈ W because W is T -invariant. But then T (xi ), i = 1, . . . , k, is a linear combination
of x1 , . . . , xk only, which is equivalent to saying that in [T (xi )]β , where i = 1, . . . , k, the
last (n − k) entries are all equal to 0. But these [T (xi )]β , i = 1, . . . , k, are exactly the first
k columns of the matrix M(T ), so the desired statement is proved.
Solution. By definition, the sought-after basis consists of the polynomials p1 (t) and p2 (t)
such that fi (pj (t)) = δi,j .
Writing p1 (t) = a1 + b1 t, we obtain
a1 + 3b1 = 1,
a1 − b1 = 0.
4
Problem 7. Let V be an n-dimensional vector space over a field F and V 0 the dual space.
Given a subspace W of V , let W 0 be the subspace of V 0 which consists of all
f :V →F such that f (v) = 0, ∀ v ∈ W.
Prove that dim W 0 = n − dim W .
we have
X n
f= bi f i , bi ∈ F.
i=k+1
Hence {fk+1 , . . . , fn } is a basis of W , and so dim(W 0 ) = n − k = dim(V ) − dim(W ).
0
f 7→ ...
f (xn )
0
Since each f ∈ V is a linear functional, T is a linear transformation. Let us show that
N (T ) = W 0 . Indeed, f ∈ N (T ) if and only if f (xi ) = 0 for all i = 1, . . . , k. This is
equivalent to f (v) = 0 for all v, as explained in the First Solution above.
5
Let us show that R(T ) = F k (i.e., T is onto). By a theorem from the book, we can extend
the basis {x1 , . . . , xk } to a basis {x1 , . . . , xn } of V . Let {f1 , . . . , fn } be the dual basis of
V 0 . Given any n-tuple a = (a1 , . . . , an ), where ai ∈ F , define fa ∈ V 0 by the formula
X n
fa = ai f i .
i=1
a1
Then such that fa (xi ) = ai . If we take a = (a1 , . . . , ak , 0, . . . , 0), then T (fa ) = ... ∈ F k ,
ak
so T is indeed onto.
Applying the fundamental theorem to T , we obtain: dim(W 0 ) = n − k.