1. Consider the linear transformation considered in the previous homework. Determine if they are surjective or injective.
(i) T(x1,x2,x3)=(3x1−x2,x2+x3,x1−x2−x3)
rref301−11−101−1=100010001
Full rank. Therefore, bijective.
(ii) T maps 100, and010 and001 respectively to[01] ,[11] ,[1−1]
rref(01111−1)=(1001−21)
No free variables. Nullity is not zero. Therefore, not injective.
Rank two, which is equal to the dimension of the codomain. Therefore, surjective.
(iii) T(x1,x2)=x1112+x2−115
rref112−115=100010
Nullity is zero. Therefore, injective.
Rank two but codomain is in R3. Therefore, not surjective.
2. Determine if the following statements are true or false. Give explanation.
(a) Suppose that there are 6 vectors in R4, it must be linearly decpendent.
True. Only four linearly independent vectors are needed to span R4.
(b) Suppose that there are 6 vectors in R4, it must span R4.
False. At least four linearly independent vectors are needed to span R4. If at least four of the six are the same or are multiples of each other, then they cannot R4.
(c) Suppose that there are 4 vectors in R6, it must be linearly independent.
False. If they are not distinct vectors or are multiples of each other, then they would be linearly dependent.
(d) Suppose that there are 4 vectors in R6, it cannot span R6.
True. At least six linearly independent vectors are needed to span R6.
3. Find a basis for the kernel and image of the following matrices and compute its dimensions. A=122243464−211211,B=1−3−23−26403−9−6−1
Using our brainpower, we find that the RREF of A and B are given by:
A basis of ker(B) is ⎩⎨⎧31351⎭⎬⎫ and its dimension is 1.
Note that the pivots in rref(B) are located in columns one and two. As such, the basis of Im(B) are the corresponding column vectors in B.
A basis of Im(B) is ⎩⎨⎧1−3−23,−2640⎭⎬⎫ and its dimension is 2.
4. Let S=⎩⎨⎧123,456,789,1012,1345⎭⎬⎫. Is it possible to extract a basis for R3 from the set S? Explain.
Let P be a matrix composed of the vectors in S such that
P=12345678910121345.
Then,
rref(P)=100010−120001−111.
Notice rank(P)=3. As such, there exists three linearly independent vectors in S (which are the basis of Im(P)), namely:
⎩⎨⎧123,456,1012⎭⎬⎫
which are sufficient to span R3.
5. Let A be the 6×4 matrix with A=∣v1∣∣v2∣∣v3∣∣v4∣. Suppose that after Gaussian elimination, the row echelon form of A is given by 100000200000030000312000
(i) Find the rank of A.
The three pivots in the row echelon form tells us that rank(A)=3.
(ii) Find a basis for the ker(A). What is its dimension?
A basis for ker(A) is ⎩⎨⎧−2100⎭⎬⎫ and its dimension is 1.
(iii) Find the subset of the columns of A so that it forms a basis for the Im(A). What is the dimension of Im(A)?
The pivots in the row echelon form of A are at columns one, three, and four. Correspondingly, the basis for Im(A) is {v1,v3,v4} and its dimension is 3.
6. Book Question 26, 27, 53, 55, 56.
In Exercises 25 through 30, find the matrix B of the linear transformation T(x)=Ax with respect to the basis B=(v1,…,vm).
26. A=[0213];v1=[12],v2=[11]
Let P be a matrix composed of column vectors {v1,v2} such that P=(1211).
53. Consider the basis B of R2 consisting of the vectors [12] and [34]. We are told that [x]B=[711] for a certain vector x in R2. Find x.
Let P=(1234). Then:
x=P[x]B=(1234)(711)=(4058)
55. Consider the basis B of R2 consisting of the vectors [11] and [12] and let R be the basis consisting of [12] and [34]. Find a matrix P such that [x]R=P[x]B, for all x in R2.
Let U and V be a matrix composed of the basis vectors of B and R where