0% found this document useful (0 votes)
2 views1 page

csc262 hw3

The document outlines the homework assignment for CSC262 due on September 4-5, 2024, focusing on linear transformations and matrices. It includes tasks such as determining the span and linear dependence of vectors, finding images under linear transformations, and computing standard matrices. Additionally, it involves verifying matrix equations and performing matrix computations.

Uploaded by

Nay Lin Htun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

csc262 hw3

The document outlines the homework assignment for CSC262 due on September 4-5, 2024, focusing on linear transformations and matrices. It includes tasks such as determining the span and linear dependence of vectors, finding images under linear transformations, and computing standard matrices. Additionally, it involves verifying matrix equations and performing matrix computations.

Uploaded by

Nay Lin Htun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSC262 1/2024 HW #3: Linear Transformation + Matrix (Due in class 4-5 September 2024)

1. Consider the vectors v𝟏 , v𝟐 , v𝟑 below, (a) for what values of ℎ is v𝟑 in Span {v𝟏 , v𝟐 }, and (b) for
what values of ℎ is {v𝟏 , v𝟐 , v𝟑 } linearly dependent? Justify your answer.

(1.1) (1.2)

2. Determine by inspection whether the following vectors are linearly independent. Justify each
answer.

(2.1) (2.2) (2.3)

(2.4) (2.5) (2.6)

3. Let 𝑇 be defined by 𝑇(x) = 𝐴x, find a vector x whose image under 𝑇 is b, and determine
whether x is unique.

(3.1) (3.2)

5 2 1
4. Let 𝑇: ℝ2 → ℝ2 be a linear transformation that maps u = [ ] into [ ] and maps v = [ ] into
2 1 3
−1
[ ]. Use the fact that 𝑇 is linear to find the images under 𝑇 of 3u, 2v, and 3u + 2v.
3

𝑥1 −2 7
5. Let x = [𝑥 ] , v1 = [ ], and v2 = [ ], and let 𝑇: ℝ2 → ℝ2 be a linear transformation that
2 5 −3
maps x into 𝑥1 v1 + 𝑥2 v2 . Find a matrix 𝐴 such that 𝑇(x) is 𝐴x for each x.

6. Assume that 𝑇 is a linear transformation. Find the standard matrix of 𝑇.


(6.1) 𝑇: ℝ2 → ℝ4 , 𝑇(e1 ) = (3, 1, 3, 1) and 𝑇(e2 ) = (−5, 2, 0, 0), where e1 = (1, 0) and e2 = (0, 1).
(6.2) 𝑇: ℝ2 → ℝ2 be a vertical shear transformation that maps e1 into e1 − 2e2 but leaves the
vector e2 unchanged.

7. Given the matrices 𝐴, 𝐵, and 𝐶 below, verify that 𝐴𝐵 = 𝐴𝐶 and yet 𝐵 ≠ 𝐶.

8. Let

(8.1) Compute 𝐴𝐷 and 𝐷𝐴.


(8.2) Find the matrix 𝐵 such that 𝐴𝐵 = 𝐵𝐴.

There is no Python exercises for this assignment.

You might also like