Quiz 3 Flashcards
What is a spanning set of vectors for a vector space V?
A spanning set is any set of vectors which can span V
What is a basis for a vector space V?
A basis is a linearly independent set of vectors which can span V
If the set S = {v1,v2,…,vn} is a basis for a vector space V, what can be said about all linearly independent sets of vectors in V?
They must be n or smaller.
What can be said about the dimension of a vector space?
It is equal to the number of vectors required for a basis of that vector space
What order should you go about proving a set of vectors is a basis?
First show it spans, then plug in 0 to show it is linearly independent
How do you write the coordinates with respect to a certain basis?
Find the coefficients which would result in the vectors of that basis equaling the coordinates, then write those coefficient into a nx1 matrix (aka a n-tuple)
What is the row space of a matrix?
The row space of a matrix is the vector space spanned by the rows of that matrix
What is the row rank of a matrix and how do you find it?
The row rank is the dimension of the row space, to find it, simply row reduce the matrix and count the number of non-zero rows.
What is the basis for the row space?
It is the set of non-zero rows which remain after the matrix has been row-reduced using only elementary row operations
What is true of the column rank of a matrix?
It is the same as the row rank
How do you denote the row rank of a matrix A?
r(A)
What does a system of equations being consistent and r(A) = k imply?
That the solutions to the system can be expressed using n-k arbitrary unknowns where n denotes the total number of unknowns in the system.
Importantly, if n-k is 0, that means there is a unique solution to the system of equations
What are the conditions for a system of a equations to be consistent?
For the system Ax=b it is consistent if and only if r(A) = r(A|b)
Essentially if you add the column b to the matrix and row reduce, is the rank greater than if b was not present.
What is the rank of a matrix?
It is its column rank, which is its row rank
How can you use row rank to determine linear independence?
Take a set of k n-tuples. If the row rank of the resulting matrix is not equal to k then the set is not linearly independent.