Chapter 6- Matrices Flashcards

1
Q

What is a square matrix?

A

A matrix where the number of rows and columns are the same.

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

What is a zero matrix?

A

A matrix in which all elements are 0, 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 elements on the leading diagonal (start top left) are 1 and the rest are 0.
Denoted by I (subscript) k, where k describes the size.

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

How do you denote the size of a matrix?

A

n x m
n: number of rows
m: number of columns

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

When can matrices be multiplied together?

A

When the number of columns of the first matrix is equal to the number of rows in the second matrix.

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

How do you find the determinant of a
2x2 matrix?

A

ad-bc

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

What does the determinant show?

A

If detM=0, M is a singular matrix.
If detM does not equal 0, M is a non singular matrix.

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

How do you find the determinant of a 3x3 matrix?

A

a (a’s minor) - b (b’s minor) + c (c’s minor)

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

What is the minor of an element in a 3x3?

A

The determinant of the 2x2 matrix left when the row and column with that element are crossed out.

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

How do you find the inverse of a 2x2 matrix?

A

(1/detM) (d -b)
(-c a)

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

If A and B are non singular matrices, what does (AB)-1 equal?

A

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

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

Which matrices don’t have inverses?

A

Singular matrices as detM=0 and 1/detM = 1/0 which is undefined.

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

What are the steps to invert a 3x3 matrix?

A

-Form the matrix of minors
-Form the matrix of cofactors + and - (using minors)
-Form the transpose (swap rows and columns) of the matrix of cofactors
-Multiply by 1/detA (first matrix)

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

What does it mean if a system of linear equations are consistent?

A

There is at least one set of values that satisfies all equations simultaneously (all cross at one or infinite points).
Otherwise it is inconsistent.

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

What is the geometrical configuration of the planes corresponding to a non-singular matrix?

A

Planes meet at one point.

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

What are the two geometrical configurations of planes corresponding to consistent equations with infinite solutions?

A

Planes form a sheaf OR
Are all the same plane

17
Q

What are three possible geometrical configurations of the planes shown by a system of equations that are inconsistent and have no solutions?

A

Planes form a prism OR
Two or three of the planes are parallel

18
Q

What are the steps to finding geometric configuration?

A

-Find detA of corresponding matrix to see if non-singular
-Check for parallel or planes that are the same (Parallel- different d values, same- multiples)
-If none are parallel, sheaf or prism
-Eliminate one variable in two different ways to give two equations (if they are not parallel it is a prism)