linear transformations and their matrices

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

a function is a linear transformation if it

preserves vector addition and scalar multiplication i.e. T(x + y) = T(x) + T(y) and T(cx) = cT(x)

2
New cards

linear operator

when dimension of linear transformation stays the same

3
New cards

matrix that induces a transformation

A is [ T(e1) … T(en) ]

4
New cards

ghgfhds

gfsadkhjldfh

5
New cards

matrix of a counterclockwise rotation by angle theta/ clockwise rotation by angle -theta

[cos theta -sin theta]

[sin theta cos theta}

6
New cards

matrix for a reflection across y axis

[-1 0]

[0 1]

7
New cards

matrix for horizontal shear

[1 -1]

[0 1]

8
New cards

what happens in a horizontal shear

ever point is displaced horizontally by an amount proportional to its y coordinate

9
New cards

matrix for reflection over x = y

[ 0 1]

[1 0 ]

10
New cards

projection matrix onto the line spanned by u

P = uuT/uTu

11
New cards

reflection matrix over the line spanned by u

2P - I where P is the projection matrix

12
New cards

a vector w in Rm is said to be hit by T: Rn → Rm if w =

Tv for some v in Rn

13
New cards

the kernel of T is defined by

ker T = { v in Rn such that T(v) = 0 }; the subspace of Rn containing those the map onto the zero vector in Rm

14
New cards

the image of T is defined by

im T = { T(v) such that v is in Rn }; the subspace of Rm that T maps onto

15
New cards

if the m x n matrix A induces the linear transformation Ta(x) = Ax, then imTa =

col A

16
New cards

T is said to be injective/one to one if

T(v) = T(w) implies v = w, so no element of Rm gets hit twice

17
New cards

T is said to be surjective/onto if

im T = Rm, so that every vector in Rm is hit at least once

18
New cards

T is one to one iff

ker T = {0}

19
New cards

if T: Rn → Rm, then n =

dim(kerT) + dim(imT)

20
New cards

if T: Rn → Rn

T injective → T surjective and vice versa

21
New cards

properties of one to one

solutions to T(x) = b are unique if exist, all columns of its matrix are linearly independent, and ker T = {0}

22
New cards

properties of onto

solutions to T(x) = b exist for every b in Rm, all rows of its matrix are linearly independent, and image = codomain

23
New cards

properties of invertible

combines those of one to one and onto

24
New cards

number of LI columns of A equals

number of LI rows