3 - linear transformations Flashcards
1
Q
applying a matrix - a b c d to (x y)
A
a b
c d
->
ax+by
cx+ dy
2
Q
determining a matrix for a transformation
A
look at the unit vectors
(1,
0) - i
(0
1) - j
find how they change and what they change to and this is the new matrix
3
Q
rotate theta degrees
A
cosθ - sinθ
sinθ cosθ
4
Q
rotate 90
A
0 -1
1 0
5
Q
rotate 180
A
-1 0
0 -1
6
Q
rotate 270
A
0 1
-1 0
7
Q
reflection in x axis
A
1 0
0 -1
8
Q
reflection in y axis
A
-1 0
0 1
9
Q
reflection in the line y = x
A
0 1
1 0
10
Q
reflection in the line y = - x
A
0 -1
-1 0
11
Q
enlargement by scale factor k
A
k 0
0 k
12
Q
shear x axis invariant
A
(1 k
0 1
13
Q
shear y axis invariant
A
1 0
k 1
14
Q
stretch by a in x direction and b in y direction
A
a 0
0 b
15
Q
det (rotation matrix)
A
1