3) Solutions of systems of linear equations Flashcards
What are the potential geometric interpretations of systems with 2 equations in 2 variables
- Parallel Lines - no solutions
- Intersect at a point - unique solution
- Same line - infinitely many solutions
What are the potential geometric interpretations of systems with 3 equations in 3 variables
- 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
What is a hyperplane
A solution set of an equation in n-dimensional space (R^n)
What are the inverses of the row operations
What does it mean for A and B to be row equivalent
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
What is a matrix in REF (row echelon form)
- 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
Describe examples of REF matrices
What is an upper triangular and lower triangular matrix
- 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
What is a LU Decomposition
Can we always find a LU Decomposition of a sqaure matrix
- 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)
What is a matrix in RREF (reduced row echelon form)
- It is in REF
- Each pivot is 1
- All entries in a column above a pivot are zero
Describe examples of RREF matrices
What is Gauss-Jordan elimination
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
What properties are equivalent to a matrix being invertiable
Describe the proof of the properties that are equivalent to a matrix being invertiable (Don’t need to know)