Matrices Flashcards

1
Q

What is a matrix?

A

A table of values

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

What is meant by the order of a matrix?

A

The number of rows and columns.

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

When determining the order of a matrix, are the rows or columns looked at first?

A

Rows, then columns

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

What is an element in a matrix?

A

An individual term

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

What is a square matrix?

A

Matrices with the same number of rows and columns (2x2, 3x3, 4x4, etc)

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

What is meant by matrices being non-conformable under addition?

A

You can’t add or subtract matrices of different orders

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

How do you multiply a matrix by a scalar?

A

Multiply each element within the matrix by the scalar

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

What is the identity matrix?

A

A matrix with 1 down the diagonal and the rest 0

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

What is meant by associativity?

A

(xy) * z = x * (yz)

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

What is meant by commutativity?

A

xy = yx

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

Is matrix addition associative?

A

Yes

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

Is matrix subtraction associative?

A

No

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

Is matrix addition commutative?

A

Yes

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

Is matrix subtraction commutative?

A

No

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

Is matrix multiplication commutative?

A

No

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

In order to multiply 2 matrices, what must the form be?

A

( a x n) x (n x b)

17
Q

What order will the resulting matrix of ( a x n) x (n x b) be?

A

a x b

18
Q

Is matrix multiplication associative?

A

Yes

19
Q

What is meant by matrix multiplication being distributive?

A

A(B+C) = AB+AC

20
Q

What is the general form for a rotation transformation matrix?

A

(cos x -sin x)
(sin x cos x)`

21
Q

What is a shear?

A

Each point in one axis is moved by a multiple of its other axis

22
Q

What is the general matrix for a shear parallel to the x-axis?

A

(1 a)
(0 1)

23
Q

What is the general matrix for a shear parallel to the y-axis?

A

(1 0)
(b 1)

24
Q

How would you describe a shear?

A

A shear of factor z, x/y-axis invariant, where the point (a,b) is mapped to (c,d)

25
Q

How do you combine matrix transformations?

A

Transformation A followed by transformation B is the same as applying BA

26
Q

How would you find invariant points with matrices?

A

Put it in the form: (a b)(x) = (x)
(c d)(y) = (y)
Then form equations and simplify