Matrix Transformations Flashcards

1
Q

What is the 2x2 identity matrix?

A

[1 0]
[0 1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the 3x3 identity matrix?

A

[1 0 0]
[0 1 0]
[0 0 1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What matrix is for a reflection in the line y = 0?

A

[1 0]
[0 -1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What matrix is for a reflection in the line x = 0?

A

[-1 0]
[0 1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What matrix is for a reflection in the line y = x?

A

[0 1]
[1 0]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What matrix is for a reflection in the line y = -x?

A

[0 -1]
[-1 0]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What matrix is for a rotation of 90° clockwise?

A

[0 1]
[-1 0]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What matrix is for a rotation of 90° anticlockwise?

A

[0 -1]
[1 0]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What matrix is for a rotation of 180°?

A

[-1 0]
[0 -1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What matrix is for an enlargement with a scale factor of k?

A

[K 0]
[0 K]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the matrix for a stretch with a scale factor of k parallel to the x axis?

A

[K 0]
[0 1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the matrix for a stretch with a scale factor of k parallel to the y axis?

A

[1 0]
[0 K]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the matrix for a reflection in the x plane?

A

[-1 0 0]
[0 1 0]
[0 0 1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the matrix for a reflection in the y plane?

A

[1 0 0]
[0 -1 0]
[0 0 1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the matrix for a reflection in the z plane?

A

[1 0 0]
[0 1 0]
[0 0 -1]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the 3x3 matrix for a rotation of θ° anticlockwise about the x axis?

A

[1 0 0]
[0 cosθ -sinθ]
[0 sinθ cosθ]

17
Q

What is the 3x3 matrix for a rotation of θ° anticlockwise about the y axis?

A

[cosθ 0 sinθ]
[0 1 0]
[-sinθ 0 cosθ]

18
Q

What is the 3x3 matrix for a rotation of θ° anticlockwise about the z axis?

A

[cosθ -sinθ 0]
[sinθ cosθ 0]
[0 0 1]