Week 2 - Rank of a matrix, Determinants Flashcards

1
Q

Rank of a matrix

A
  1. The no. of NON-ZERO ROWS in the row-echelon form (REF)
  2. The no. of leading ones
  3. bounded by min{m, n} for matrix of size m x n
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to write the solution space for Ax=0 if…
1. r=n
2. r<n

A

If r=n, Ax=0 has a unique solution
{x∈R^s | Ax=0} = {0}

If r<n, Ax=0 has infinitely many solutions
eg. {x∈R^s | Ax=0} = [sv1 + tv2 | s,t∈R}

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

For A=m x n matrix, how many linearly independent (LI) vectors are there?

A

(n - r) LI vectors
where r is the rank

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

Basis

A

A set of vectors B where every vector in the {solution} space is a UNIQUE LINEAR COMBINATION of the vectors in B

eg. {v1, v2}

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

General solution to Ax=0

General solution to Ax=b
Note: Ap=b is a particular solution to Ax=b

^PRINCIPLE OF LINEARITY

A

To Ax=0, X=rv1 + sv2

To Ax=b, X =p + rv1 + sv2

  1. If r=n, Ax=b has a unique solution
  2. If r<n, Ax=b has infinitely many solutions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to calculate determinant using cofactor expansion along row i / down column j?

A
  1. “a” - element in the matrix
  2. “sign”
  3. “minor” - determinant of the square (n-1)(n-1) matrix
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Effect of row operations on a matrix on the value of its determinant, for using UPPER-TRIANGULAR FORM (ie. all zeroes below main diagonal)

  1. R2 -> kR2
  2. R2 interchange R2
  3. R2 -> R2 + R1
  4. R2 -> R2 + kR1
  5. R2 -> kR2 + R1
A
  1. R2 -> kR2
    |B| = k|A|
  2. R2 interchange R2
    |B| = -|A|
  3. R2 -> R2 + R1
    |B| = |A| determinant is unchanged!
  4. R2 -> R2 + kR1
    |B| = |A| determinant is unchanged!
  5. R2 -> kR2 + R1
    |B| = k|A|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

“Sneaky trick” to find p

A

See ex.2

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

Determinant of a matrix facts

A
  1. If A has a row/column of zeroes, then |A|=0
  2. If A has 2 identical rows/columns, then |A|=0

From ex.2 class,
|B| = 0 means…
1. LD
2. Infinitely many solutions = non-trivial
3. B is NOT invertible

|B| =/= 0 means…
1. LI
2. Only trivial solutions
3. B is invertible

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