Matrices Flashcards

1
Q

How do you write the dimensions of a matrix?

A

Row X Column

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

What is a square matrix?

A

A matrix is a square if it has the same number of rows as columns

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

What is a zero matrix?

A

A zero matrix is one in which all the elements are 0

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

What is an identity matrix?

A

An identity matrix is a square matrix which as 1’s In the ‘leading diagonal’ and 0 elsewhere

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

What the properties of matrix multiplication?

A

Matrix multiplication is associative but not commutative

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

What dictates for two matrices can be multiplied?

A

They multiply if P x Q *** Q x P

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

What type of matrices can be raised to a power?

A

Square Matrices

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

What is a linear transformation?

A

T(ka) = kT(x)
(kb) (y)

T(a + b) = T(a) + T(b)

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

What does i- and j- represent?

A

i- = (1) and j- = (0)
(0) (1)

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

How could a matrix transformation be represented in terms of i- and j-?

A

( T[i] T[j] )

Where ‘T’ is the transformation of ‘I’ and ‘j’

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

What matrix represents an enlargement of SF ‘k’?

A

(k 0)
(0 k)

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

What matrix represents a rotation of ‘x’ anticlockwise?

A

(cos x -sinx)
( )
(sin x cosx)

This is an ANTICLOCKWISE rotation

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

What is a shear transformation?

A

A shear transformation is when one direction is changed and the other stays the same

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

What is the matrix for a stretch of scale factor ‘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
15
Q

What is the matrix for a stretch of scale factor ‘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
16
Q

What is the matrix for a shear with a fixed x axis?

A

(1 k)
(0 1)

17
Q

What is the matrix for a shear with a fixed y axis?

A

(1 0)
(k 1)

18
Q

What is the formula for the shear factor?

A

Distance between a point and its image///Distance between original point and x-axis = SF

19
Q

How do you calculate the combined transformation for B and then A?

A

Matrix A *** Matrix B

It is always the second one multiplied by the first one

20
Q

What are the dimensions of the matrix for 3D transformations?

A

3x3

21
Q

What do i-, j-, and k- equal?

A

i* = (1) j* = (0) k* = (0)
(0) (1) (0)
(0) (0) (1)

22
Q

What is the matrix for a reflection in the plan z = 0?

A

(1 0 0)
(0 1 0)
(0 0 -1)

23
Q

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

A

(-1 0 0)
(0 1 0)
(0 0 1)

24
Q

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

A

(1 0 0)
(0 -1 0)
(0 0 1)

25
Q

What is the matrix for a rotation ‘x’ degrees anticlockwise about the y axis?

A

(cosx 0 sinx)
(0 1 0)
(-sinx 0 cosx)

26
Q

What is the matrix for a rotation ‘x’ degrees anticlockwise about the x axis?

A

(1 0 0)
(0 cosx -sinx)
(0 sinx cosx)

27
Q

What is the matrix for a rotation ‘x’ degrees anticlockwise about the z axis?

A

(cosx -sinx 0)
(sinx cosx 0)
(0 0 1)