Loading [MathJax]/jax/output/HTML-CSS/jax.js
Back to the class
Problems #15 and #30 pg.206-207 are graded.
#15,pg.206-207: Find a matrix A such that the given set X equals ColA:
X={[2s+tr−s+2t3r+s2r−s−t]:r,s,t∈R}.
Solution: Recall that if A is expressed by column vectors [→a1→a2…→an], then ColA=span{→a1,…,→an}. We will express X as a span of vectors, take these vectors as →a1,…,→an, and then construct A from them. Matrix algebra tells us that
[2s+tr−s+2t3r+s2r−s−t]=[2s−ss−s]+[t2t0−t]+[0r3r2r]=s[2−11−1]+t[120−1]+r[0132].
Let us write →a1=[2−11−1],→a2=[120−1], and →a3=[0132]. Hence we may express X as
X={s→a1+t→a2+r→a3:r,s,t∈R}=span{→a1,→a2,→a3}.
Therefore by the definition of Col if we write
A=[→a1→a2→a3]=[210−121103−1−12],
then we have
ColA=span{→a1,→a2,→a3}=X.
#30, pg.206-207: Let T:V→W be a linear transformation from a vector space V into a vector space W. Prove that the range of T is a subspace of W.
Solution: Write S=Range(T)={T(x):x∈V}. To prove that S is a subspace of W we must verify that the answer to the following three questions is "yes":
- Is S⊂W?
- Does S contain the zero vector of W, →0W?
- Is S closed under vector addition and scalar multiplication?
To answer 1, notice that S contains points of the form T(x) for x∈V. By the definition of a function, we know that T(x)∈W because it must lie in the codomain of T. Hence all points in S lie in W.
To answer 2, recall that that T(→0V)=→0W which is a consequence of the following calculation (where we use the fact that T is a linear transformation):
T(→0V)=T(0⋅→0V)=0T(→0V)=→0W.
To answer 3, let p,q∈S and α,β be scalars. We must argue that αp+βq∈S. Since p,q∈S we know there exist vectors xp,xq∈V such that T(xp)=p and T(xq)=q and since V is a vector space, we also know that αxp+βxq∈V. Therefore compute (using the fact that T is a linear transformation),
T(αxp+βxq)=αT(xp)+βT(xq)=αp+βq,and hence we see that αp+βq∈S.
Since we have answered yes to all three questions, we may conclude that Range(T) is a subspace of W.