Pure 6: Matrices Flashcards

1
Q

What is a square matrix?

A

A matrix where there is the same number of rows and columns

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

What is a zero matrix? (2)

A

A matrix where every element is zero

The matrix is denoted by 0

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

What is an identity matrix?

A

A square matrix in which the numbers in the leading diagonal (top left to bottom right) are 1 and the other elements are zero

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

How are identity matrices denoted?

A

Ik where k (sub-script) is equal to the dimensions of the matrix

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

How are matrices added and subtracted?

A

Add or subtract the corresponding elements in the two matrices

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

What does additively conformable mean?

A

Two matrices that are the same size (meaning they can be added or subtracted)

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 all of the elements by the scalar

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

How are matrices multiplied together?

A

Multiply the elements in each row of the left hand matrix by the corresponding elements in each column of the right hand matrix and add the results

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

What does multiplicatively conformable mean?

A

The number of columns in the first matrix equals the number of rows in the second matrix

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

What is the determinant of a 2x2 matrix?

A

ad - bc

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

What is a singular matrix? (2)

A

A matrix with a determinant of zero

It has no inverse

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

What is a non-singular matrix? (2)

A

A matrix with a determinant that is not zero

It has an inverse

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

What is the determinant of a 3x3 matrix?

A

a(minor of a) - b(minor of b) + c(minor of c)

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

What is the minor of an element from a 3x3 matrix?

A

The determinant of the 2x2 matrix that is formed when the row and column containing that element have been crossed out

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

What is the inverse of a matrix?

A

The inverse of a matrix M is M^-1 where MM^-1 = M^(-1)M = I

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

How is the inverse of a matrix found?

A

M^-1 = 1/detM x (d -b | -c a)

17
Q

If A and B are non-singular matrices then…?

A

(AB)^-1 = B^(-1)A^(-1)

18
Q

What is the transpose of a matrix?

A

A matrix where the rows and columns from the original are interchanged

19
Q

How do you find the inverse of a 3x3 matrix? (5)

A
Find detA
Form the matrix of minors, M
From M, form the matrix of cofactors, C
Write down the transpose of C, C^T
A^-1 = 1/detA C^T
20
Q

What is the matrix of minors?

A

Replace each of the elements with their minors

21
Q

What is the matrix of cofactors?

A

Change the signs of the elements b, d, f and h

Top middle, middle left, middle right, bottom middle