Pure Flashcards

(23 cards)

1
Q

How do you write the order of a matrix

A

The number of rows multiplied by the number of columns (e.g. 2 x 3)

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

What does a square matrix have

A

An equal number of rows and columns

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

What is the identity matrix

A

The identity matrix has diagonal 1s e.g. (1 0
It can be any size 0 1)

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

How do you determine if matrices can be multiplied?

A

Write the orders and if the middle numbers are equal it is possible. The outer numbers show the order of the answer

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

Commutative meaning

A

Multiplying things in any order gives the same answer, numbers are commutative but matrices are not

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

Associative

A

A(BC) = (AB)C= ABC and this is also true for matrices

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

Distributive

A

A(B+C)= AB + AC and this is also true for matrices

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

The multiplication of a matrix by the point (1,0) is equal to which column of a matrix

A

The first column

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

The multiplication of a matrix by the point (0,1) is equal to which column of a matrix

A

The second column

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

A stretch parallel to the x axis is transformed by what matrix

A

(K 0) By scale factor of K
(0 1)

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

A stretch parallel to the y axis is transformed by what matrix

A

(1 0) By scale factor of K
(0 K)

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

An enlargement by scale factor K is transformed by what matrix

A

(K 0)
(0 K)

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

A reflection in the x axis is created by what matrix

A

(1 0)
(0 -1)

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

A reflection in the y axis is created by what matrix

A

(-1 0)
(0 1)

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

A reflection in y=x is created by what matrix

A

(0 1)
(1 0)

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

A reflection in y=-x is created by what matrix

A

(0 -1)
(-1 0)

17
Q

How do you find the determinant?

18
Q

Are the points reversed or preserved if the determinant is negative?

A

The points are reversed

19
Q

What method should you use for equations involving unknown coefficients or roots?

A

Use the equations for alpha, beta, gamma and delta

20
Q

What method should you use for finding new roots with a relationship stated (e.g. 2alpha)

A

The substitution method where let w=2alpha so alpha=w/2 then swapping this into the equation

21
Q

Relationships of roots in a quadratic

22
Q

Relationships of roots in a cubic

22
Q

Relationships of roots in a quartic