Linear Algebra Final Flashcards
What is the definition of Row Echelon Form?
1) Any rows consisting entirely of zeros are at the bottom.
2) In each nonzero row, the first entry (called the leading entry) is in the column to the left of any leading entries below it.
What is row equivalent matrices?
If there is a sequence of row operations that convert one matrix into the other. (If so the two matrices have the same set of solutions)
What constitutes a linearly inconsistent system?
When there is no set of values for the unknows that satisfies all of the equations. (I.E. no solution) Graphical representation in 2D would be the lines never crossing.
What is the Rank of a matrix (Rank(A))?
Is the number of nonzero rows in the given matrix A that is in Row Echelon form.
What is the bound variable?
)
What is a free variable?
Any variable that is not a bound variable
What is the definition of row-reduced echelon form?
1) It is in Row Echelon From
2) The first nonzero entry in each row is 1
3) The first nonzero entry in each row is the only nonzero entry in its column
What is the definition of a homogenous linear system?
A system of linear equations having matrix form Ax = O, where O represents a zero column matrix
How to prove that a homogenous linear system has infinite solutions?
If this determinant of the system is zero, then the system has an infinite number of solutions. Or if the system has fewer equations then unknowns.
When does Ax = b have a solution for all b in R^m if A is an mxn matrix?
Only when rank(A) = m
What is the definition of span?
The span of the vectors (v1,v2,…vn) is the set of all linear combinations of the vector v1 through vn.
What does it mean for a linear system to be consistent?
A system is consistent if there is at least one set of values for the unknowns that satisfies each equation in the system.
When is Ax = b consistent given A is an m x n matrix with column vectors v1, v2, … vn and b is a vector in R^m?
It is consistent if and only if b is in the span(v1, v2, … vn)
What are the conditions for a matrix to be invertible?
1) Matrix must be a square matrix
2) Rank(A) = n
3) The linear system Ax = b has a unique solution for every b in R^n
4) The homogenous linear system Ax = 0 has only the trivial solution x = 0
5) The reduced echelon form of A is A_n ( Columns of A are linearly independents)
A set of vectors W in R^m is called a subspace of R^m if?
Is a special collection of vectors that satisfies the following. Remember that a span is always a subspace.
1) The vector 0 is in W
2) If you add any 2 vectors in the set together, you get a vector also in the set.
3) If you multiply any vector in the set by any scalar you geta vector also in the set.