3) Solutions of systems of linear equations Flashcards

1
Q

What are the potential geometric interpretations of systems with 2 equations in 2 variables

A
  • Parallel Lines - no solutions
  • Intersect at a point - unique solution
  • Same line - infinitely many solutions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the potential geometric interpretations of systems with 3 equations in 3 variables

A
  • 3 parallel / 2 parallel / Triangular Prism - no solutions
  • Intersect at a single point - unqiue solution
  • Intersect at a line - solution set is infinite
  • Same Planes - solution set is infinite
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a hyperplane

A

A solution set of an equation in n-dimensional space (R^n)

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

What are the inverses of the row operations

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

What does it mean for A and B to be row equivalent

A

If a matrix B can be obtained from a matrix A by applying a sequence of elementary row operations to A, then we say that A and B are row equivalent

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

What is a matrix in REF (row echelon form)

A
  • Any rows consisting entirely of zeros are at the bottom
  • In each non-zero row, the first non-zero entry (called the leading entry or pivot) is in a column to the left of any leading entries below it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe examples of REF matrices

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

What is an upper triangular and lower triangular matrix

A
  • A matrix A is upper triangular if Aij = 0 whenever i > j, i.e., every entry below the leading diagonal is zero
  • A is lower triangular if Aij = 0 whenever i < j, i.e., every entry above the leading diagonal is zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a LU Decomposition

A
(Where E is the row operations we apply to A to put it in REF)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can we always find a LU Decomposition of a sqaure matrix

A
  • Not all square matrices have an LU decomposition
  • However we can always find an LU decomposition after permuting them rows of A, i.e., we can write P A = LU, where P is a permutation matrix (a matrix obtained by permuting the rows of the identity matrix)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a matrix in RREF (reduced row echelon form)

A
  • It is in REF
  • Each pivot is 1
  • All entries in a column above a pivot are zero
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe examples of RREF matrices

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

What is Gauss-Jordan elimination

A

Given a system of linear equations, the process of solving the system
by using row operations to reduce its augmented matrix to RREF, and solving the system of linear equations corresponding to the RREF by back substitution

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

What properties are equivalent to a matrix being invertiable

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

Describe the proof of the properties that are equivalent to a matrix being invertiable (Don’t need to know)

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

If A is invertible how can we find A^-1 using row operations

A

The elementary row operations which In transform A into In will transform (A|In) into (In|A−1)