Matrices Flashcards

1
Q

multiplying by the identity matrix

A

multiplying by 1

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

multiplying by the null/zero matrix

A

multiplying by 0

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

order/dimension of a matrix

A

the number of rows/columns

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

you can only add matrices if they have…

A

the same order

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

AB != BA

A

matrix multiplication is not commutative

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

a(bc) = (ab)c

A

Associative Property of Multiplication

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

a(b+c) = ab + ac

A

Distributive

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

conformable

A

mxn order can be multiplied by nxp order giving a matrix of order mxp

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

a stretch parallel to the x-axis with scale factor k

A

K 0

0 1

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

A stretch parallel to the y-axis with scale factor k

A

1 0

0 K

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

A enlargement centre of origin with scale factor k

A

K 0

0 K

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

A rotation 90 anti-clockwise about the origin

A

0 -1

1 0

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

A rotation 90 clockwise about the origin

A

0 1

-1 0

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

leading diagonal rule rotation matrices

A

the elements in the leading diagonal are the exact same

the elements in the opposite diagonal are the same but with opposite signs

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

A rotation of any angle anticlockwise

A

cosθ -sinθ

sinθ cosθ

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

reflection in the x-axis

A

1 0

0 -1

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

reflection in the y-axis

A

-1 0

0 1

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

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
19
Q

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
20
Q

Shear

A

a transformation in which all the point are translated parallel to a particular line by a factor which is proportional to the distance of the point from a shear line

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

shear parallel to the x-axis

A

1 K

0 1

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

shear parallel to the y-axis

A

1 0

K 1

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

reflection in the yz plane

A

-1 0 0
0 1 0
0 0 1

24
Q

reflection in the xz plane

A

1 0 0
0 -1 0
0 0 1

25
rotation of 180 about the z axis
-1 0 0 0 -1 0 0 0 1
26
Invarient Point
a point which is mapped to itself by the transformation
27
How to find a line of invarient points
1. multiple the matric by x y and make it equal to x y 2. multiply out into two equations (top and bottom) 3. if (ax + by = x)= (cx +dy = y) then all the points along ax+by = x are invarient points 4. else (0,0) is the only invarient point
28
How to find an invarient line
1. multiply the matrix by x y and set it equal to x' y' 2. replace y with mx+c 3. replace y' = mx' + c 4. rearrange and factorise into two parts: the x's and the c's 5. find the value of m to make the x bracket 0 6. sub the value into c's brack 7. IF != 0 then c=0, sub values back into 4. these are the invairent lines 8. IF = 0 then c is some contant k, sub these values back into 4, these are invarient linez
29
determinant
the scale factor of the transformation
30
determinant of a 2x2
ad-bc
31
if the determinant is zero the matrix is...
singular
32
Inverse of a 2x2
1/determinant * d -b | -c a
33
AA^-1 =
identity matrix
34
(AB)^-1 =
A^-1 B^-1
35
determinant of a 3x3
expand a column / row | e.g, multiply each of the elements in a row by its cofactor
36
inverse of a 3x3 matrix
- find the determinant - find the cofactor of each element - replace each element with its cofactor - reflect in the diagonal to get the adjugate/adjoint matrix (take the transpose) - divide by the determinant
37
solving simultaneous equations
- separate out the simultaneous equations into a matrix of the coefficiants multiplied by the unknowns = the constants - multiply the constants by the inverse of the matrix
38
what type of solution are there for matrix simultaneous equations?
- no solution (determinant = 0) - unique solution - infinitely many solutions
39
geometric representation of unique solution
planes intersect at a single point
40
geometric representation of infinitely many solutions
sheaf of planes
41
geometric representation of no solutions
- three parallel planes - two planes are parallel and the third is not - triangular prism
42
equations for parallel planes
coefficients are the same but constants are different
43
1 point of intersection (3 simultaneous equations, 3 planes)
detM != 0, non-singular solutions can be found
44
3 parallel planes
detM = 0, singular, all three equations are coincident
45
2 parallel planes
detM = 0, singular, two of the equations are coincident
46
3 equations the same/ multiples (coincident)
3 parallel planes
47
2 equations same/ multiples (coincident)
2 parallel planes
48
Sheaf
detM = 0, singular, equations consistent
49
What is a sheaf
where all three planes cross but instead of a single point of intersection there is a central line down all three points
50
equations consistent
sheaf (infinitely many solutions)
51
equations not consistent and not coincident
triangular prism
52
consistent equations
They can be solved but for infinite solutions, multiples of each other
53
example of consistent equations
x + y = 1 | 2x + 2y = 2
54
example of inconsistent equations
5x - y = 17 | 5x - y = 15
55
reflection in y axis function form
f(-x)
56
reflection in x axis function form
-f(x)