core pure Flashcards

(16 cards)

1
Q

associativity

A

operation can be done in any order
(a.b).c = (b.c).a

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

commutative

A

an operation is commutative is a.b = b.a

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

is addition of matrices commutative?

A

yes

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

is subtraction of matrices commutative?

A

no

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

is addition of matrices associative?

A

yes

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

is subtraction of matrices associative?

A

no

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

is multiplication of matrices associative?

A

yes

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

is multiplication of matrices commutative?

A

no

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

how do you know if two matrices will multiple?

A

(axb) (cxd)
where b and c are the same
and the product is axd

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

method for working out transformations

A

2 point trick

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

rotation matrix

A

cosθ -sinθ
sinθ cosθ

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

1 a
0 1

A

sheer parallel to x-axis mapping (0,1) to (a,1)

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

1 0
b 1

A

sheer parallel to y-axis mapping (1,0) to (1,b)

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

reflection in xz plane (y=0)

A

y -1

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

transformation b followed by transformation a

A

is the same as doing transformation ba

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

invariant point

A

does not move when a transformation is applied