Review for exam 1
Our first exam is next Wednesday, September 17! Here’s our first draft of a review sheet.
Problems
- State the following definitions: - Pivot position in a matrix. Definition 1.4.1
- Linear Combination Definition 2.1.9
- The span of a set of vectors Definition 2.3.1
- Linear independence of a set of vectors Definition 2.4.5
- Homogeneous system of equations Top of section 2.4.3
 
- In this problem, we’re going to consider the types of solutions that might occur and typically do occur for linear systems of various sizes. - Suppose that we have a linear system in 3 equations and 5 unknowns.
- Generally, how many solutions do we expect there to be?
- Is it possible for there to be a unique solution?
- Write down a possible RREF of an augmented matrix for such a system that has no solution.
 
- Suppose that we have a linear system in 5 equations and 3 unknowns.
- Generally, how many solutions do we expect there to be?
- Is it possible for there to be a unique solution?
- Write down a possible RREF of an augmented matrix for such a system that has infinitely many solutions.
 
- Suppose that we have a linear system in 4 equations and 4 unknowns.
- Generally, how many solutions do we expect there to be?
- Write down a possible RREF of an augmented matrix for such a system that has exactly one solution.
 
 
- Suppose that we have a linear system in 3 equations and 5 unknowns.
- Write down a componentwise proof of the fact that vector addition is associative. That is, if \(\mathbf{u}\), \(\mathbf{v}\), and \(\mathbf{w}\) are vectors in \(\mathbb{R}^n\), then \[(\mathbf{u} + \mathbf{v}) + \mathbf{w} = \mathbf{u} + (\mathbf{v} + \mathbf{w}).\] 
 I guess you might try the same thing with commutativity.
- Consider the vectors that form the columns of the following matrix \(M\): \[ M = \left(\begin{array}{rrrrr} 0 & 1 & 1 & 2 & 2 \\ 2 & -2 & 0 & -2 & 2 \\ -1 & 1 & 0 & 3 & 1 \\ 1 & 3 & 4 & -1 & 1 \end{array}\right) \] - Without doing a single computation, explain why there’s no way for these vectors to be linearly independent.
- Now, the RREF of \(M\) is shown below. Based on that, find a linearly independent subset of the columns whose span is the same as the span of all the columns.
 
\[ \left(\begin{array}{rrrrr} 1 & 0 & 1 & 0 & 2 \\ 0 & 1 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 & 0 \end{array}\right) \]
- Let \[ \mathbf{x} = \left(\begin{array}{r} 1 \\ 1 \\ 0 \end{array}\right), \: \mathbf{y} = \left(\begin{array}{r} 0 \\ -1 \\ 1 \end{array}\right), \: \text{and } \mathbf{z} = \left(\begin{array}{r} 0 \\ 0 \\ -1 \end{array}\right). \] Express the vector \[ \mathbf{u} = \left(\begin{array}{r} 2 \\ 3 \\ -4 \end{array}\right) \] as a linear combination of \(\mathbf{x}\), \(\mathbf{y}\), and \(\mathbf{z}\) or explain why there is no such linear combination. 
- Suppose that \(A\) is a matrix of dimensions \(5\times8\) and \(B\) is a matrix of size \(7\times5\). Then, what are the dimensions of the matrices - \(AB\) and
- \(BA\)?
 
- Let \(A\) and \(B\) denote the matrices \[ A = \left(\begin{array}{rr} 3 & 0 \\ 3 & -2 \\ 1 & 0 \end{array}\right) \text{ and } B = \left(\begin{array}{rr} 1 & 0 \\ -3 & -3 \end{array}\right). \] - Compute \(AB\) or explain why that makes no sense.
- Compute \(BA\) or explain why that makes no sense.
 
- Write down \(2\times2\) matrices that perform the following actions. In some cases, you might want to express your answer as a product of matrices that perform simpler actions. - Stretches by the factor 2 in the horizontal direction and by the factor 3 in the vertical.
- Stretches by the factor 2 in the horizontal direction by the factor 3 in the vertical, and also reflects across the \(x\)-axis.
- Projects on the line \(y=x\).
- Reflects across a line through the origin that makes an angle of \(17^{\circ}\) with the \(x\) axis.
 
Your questions and solutions
If you’d like to ask a question about or reply to a question on this sheet, you can do so by pressing the “Reply on Discourse” button below.