Matrices Flashcards

1
Q

You can only add matrices when

A

They have the same dimensions

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

How to add, subtract and multiply matrices by a scalar

A

Just do each element separately

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

How to multiply matrices

A

Row x column
(A , b , c) (1).
(D, e ,f) (2)
(3)

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

What is the dimension rule for multiplying matrices

A

A(Column x row) x B(column x row)
A(row) = B(column)

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

What is the identity matrix

A

1 0
0 1

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

What is an identity matrix

A

When a 2x2 matrix is multiplied by the identity matrix which gives the original matrix

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

How to work out the determinant

A

Det(a) = lead diagonal - bc
= ad - bc
A B
C D

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

How to work out the inverse of A
A. B
C. D

A

Swap the lead diagonal and make the other 2 negative
D -B x 1/det(a)
-C A

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

If the determinant of A = 0 what is A

A

Singular
So it doesn’t have an inverse matrix

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

What is an inverse matrix

A

When a matrix is multiplied by its inverse it will equal the identity matrix which gives

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

What is a transpose of a matrix

A

Rows become columns
Columns become row
A^t

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

The transpose of a matrix of dimension m x n has dimension

A

Rows become columns
Columns become row
A^t

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

What is a symmetric matrix

A

A = A^t
When a matrix is equal to its transpose

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

How to work out the determinant of a 3x3 matrix

A

Switch the signs of each element going +,-,+,_
Pick an element and cross out the row and column that it is in and find the determinant of the left over numbers and times it by the first element

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

How to find the minor of an element

A

Cross out the column and row of the element
Work out the discriminat

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

What is the transformation matrix for a rotation of 90 degrees centre origin

17
Q

What is the transformation matrix for a rotation of 180 degrees centre origin

A

-1. 0
0. -1

18
Q

What is the transformation matrix for a rotation of 270 centre the origin

19
Q

What is the transformation matrix for a rotation of theta

A

CosX -sinX
SinX. CosX

20
Q

What is the transformation matrix for a reflection in the x-axis

21
Q

What transformation matrix for a reflection in the y-axis

22
Q

What is the matrix transformation for a reflection in y=x

23
Q

What is the matrix transformation for a reflection in y=-x

24
Q

What’s the matrix transformation for an enlargement scale factor k

25
When u combine matrix transformations what do u do
Times them together
26
In a transformation matrix, then the modulus of the determinant =
The area scale factor of the transformed shape A2 = |detA| x area A1
27
How to solve simultaneous equations using matrices
A(x,y) = (16,-4) Times the answer by its inverse
28
How to reverse the affect of a transformation
Multiply the image matrix by the inverse of the transformation matrix