Exam 1 review
This lecture is a review for the exam. The majority of the exam is on what we’ve learned about rectangular matrices.
Sample question 1
Suppose u, v and w are non-zero vectors in . They span a subspace of . What are the possible dimensions of that vector space?
The answer is 1, 2 or 3. The dimension can’t be higher because a basis for this subspace has at most three vectors. It can’t be 0 because the vectors are non-zero.
Sample question 2
Suppose a 5 by 3 matrix in reduced row echelon form has pivots.
- What’s the nullspace of ?
Since the rank is 3 and there are 3 columns, there is no combination of the columns that equals 0 except the trivial one. . - Let be the 10 by 3 matrix What’s the reduced row echelon form of B?
Answer: - What is the rank of B?
Answer: 3. - What is the reduced row echelon form of
When we perform row reduction we get: Then we might need to move some zero rows to the bottom of the matrix. - What is the rank of
Answer: 6. - What is the dimension of the nullspace of
and so dim .
Sample question 3
Suppose we know that and that:
is a complete solution.
Solution
Note that in this problem we don’t know what is.
-
What is the shape of the matrix ? Answer: 3 by 3, because and b both have three components.
-
What’s the dimension of the row space of From the complete solution we can see that the dimension of the nullspace of is 2, so the rank of must be .
-
What is ?
Because the second and third components of the particular solution are zero, we see that the first column vector of must be Knowing that is in the nullspace tells us that the third column of must be 0. The fact that is in the nullspace tells us that the second column must be the negative of the first. So,
If we had time, we could check that this times equals .
-
For what vectors does have a solution
This equation has a solution exactly when is in the column space of , so when is a multiple of . This makes sense; we know that the rank of is 1 and the nullspace is large.
In contrast, we might have had or .
Sample question 4
Suppose:
Try to answer the questions below without performing this matrix multiplication .
Solution
-
Give a basis for the nullspace of .
The matrix is 3 by so . Because is invertible, the nullspace of is the same as the nullspace of . Matrix is in reduced form, so its special solutions form a basis for :
These vectors are independent, and if time permits we can multiply to check that they are in .
-
Find the complete solution to
We can now describe any vector in the nullspace, so all we need to do is find a particular solution. There are many possible particular solutions; the simplest one is given below.
One way to solve this is to notice that and then find a vector for which Another approach is to notice that the first column of is In either case, we get the complete solution:
Again, we can check our work by multiplying.
Short questions
There may not be true/false questions on the exam, but it’s a good idea to review these:
- Given a square matrix whose nullspace is just , what is the nullspace of
is also because is square. - Do the invertible matrices form a subspace of the vector space of 5 by 5 matrices?
No. The sum of two invertible matrices may not be invertible. Also, 0 is not invertible, so is not in the collection of invertible matrices. - True or false: If , then it must be true that .
False. We could have B = 00 10 . - True or false: A system of equations with unknowns is solvable for every right hand side if the columns of are independent.
True. is invertible, and is a (unique) solution. - True or false: If then the row space equals the column space.
False. The dimens ions are equal, but the spaces are not. A good example to look at is . - True or false: The matrices and share the same four spaces.
True, because whenever a vector is in a space, so is . - True or false: If and have the same four subspaces, then is a multiple of .
A good way to approach this question is to first try to convince yourself that it isn’t true – look for a counterexample. If is 3 by 3 and invertible, then its row and column space are both and its nullspaces are . If is any other invertible 3 by 3 matrix it will have the same four subspaces, and it may not be a multiple of . So we answer “false”. It’s good to ask how we could truthfully complete the statement “If and have the same four subspaces, then ...” - If we exchange two rows of , which subspaces stay the same?
The row space and the nullspace stay the same. - Why can’t a vector be in the nullspace of and also be a row of
Because if is the row of , the component of the vector Av would be 14, not 0. The vector could not be a solution to . In fact, we will learn that the row space is perpendicular to the nullspace.