Loading [MathJax]/jax/output/HTML-CSS/jax.js
AMPS | THARC | KE8QZC | SFW | TSW | WW
ORCID iD icon

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+trs+2t3r+s2rst]:r,s,tR}. Solution: Recall that if A is expressed by column vectors [a1a2an], 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+trs+2t3r+s2rst]=[2ssss]+[t2t0t]+[0r3r2r]=s[2111]+t[1201]+r[0132]. Let us write a1=[2111],a2=[1201], and a3=[0132]. Hence we may express X as X={sa1+ta2+ra3:r,s,tR}=span{a1,a2,a3}. Therefore by the definition of Col if we write A=[a1a2a3]=[210121103112], then we have ColA=span{a1,a2,a3}=X.

#30, pg.206-207: Let T:VW 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):xV}. To prove that S is a subspace of W we must verify that the answer to the following three questions is "yes":
  1. Is SW?
  2. Does S contain the zero vector of W, 0W?
  3. Is S closed under vector addition and scalar multiplication?
To answer 1, notice that S contains points of the form T(x) for xV. 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(00V)=0T(0V)=0W.
To answer 3, let p,qS and α,β be scalars. We must argue that αp+βqS. Since p,qS we know there exist vectors xp,xqV such that T(xp)=p and T(xq)=q and since V is a vector space, we also know that αxp+βxqV. 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+βqS.

Since we have answered yes to all three questions, we may conclude that Range(T) is a subspace of W.