FM - Core Pure 1 - 6) Matrices Flashcards

1
Q

Definition of a square matrix

A

Matrix where the numbers of rows and cloumns are the same

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

Definition of a zero matrix

A

Matrix where all the numbers are 0

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

Definition and notation of an identity matrix

A
  • Square matrix where the numbers in the leading diagonal (TL to BR) are 1 and the rest are 0
  • Ik where k is the number of rows (or columns)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Result of multiplying a matrix by its inverse matrix

A

MM-1 = I

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

Information that the rows and colums of matrices give when multiplying them

A

R×C × R×C ↓

  • Inside numbers show if the two can be multiplied
  • Outside numbers show the dimensions of the resulting multiplied matrix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Definition of a singular and non-singular matrix

A
  • Singular → determinant = 0
  • Non-singular → determinant ≠ 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Determinant of a 2×2 matrix

A

ad - bc

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

Inverse of a 2×2 matrix

A

1/det(M) |d-c-ba|

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

Determinant of a 3×3 matrix

A

2×2 determinants of → a|ehf·i| - b|dgf·i| + c|degh|

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

Method to find the inverse of a 3×3 matrix

A
  1. Find the determinant
  2. Form the matrix of minors (top 3 of 9 already done)
  3. Form the matrix of cofactors (inverse sign for middles of each edge)
  4. Transpose it (rows become columns)
  5. 1/determinant |transposed matrix|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Manipulate (AB)-1 (non-singlular matrices)

A

B-1A-1

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

Rearrange (matrix) A(xyz) = v (xyz is vertical)

A

(xyz) = A-1v

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

Meanings of a consistent and inconsistent system of linear equations

A
  • Has one set of values that satisfy all the equations simultaneously
  • Otherwise its inconsistent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Method to find the geometric configuration of the corresponding matrix what each means

A
  1. Non-singular → consistent, one unique point, planes meet at a single point
  2. LHS and RHS of each equation are multiples of all the others → consistent, infinite many solutions, all three equations represent the same plane
  3. LHS (but not RHS) of two or more equations are multiples of each other → inconsistent, no solutions, two or more of the planes are parallel and non-identical
  4. When one variable is eliminated, there are solutions to the new equations → consistent, infinite many solutions, sheaf
  5. ↑ But has no solutions→ inconsistent, no solutions, prism
How well did you know this?
1
Not at all
2
3
4
5
Perfectly