$\square$  Summary: System with five equations, two variables. Inconsistent, overdetermined. Null space of coefficient matrix has dimension 0. Coefficient matrix identical to that of Archetype G, constant vector is different.

$\square$  A system of linear equations (Definition SLE).\begin{align*} 2x_1 + 3x_2 &= 5 \\ -x_1 + 4x_2 &= 6 \\ 3x_1 +10x_2 &= 2 \\ 3x_1 - x_2 &= -1 \\ 6x_1 + 9x_2 &= 3 \end{align*}

$\square$  Some solutions to the system of linear equations, not necessarily exhaustive (Definition SSLE):

$\square$  Augmented matrix of the linear system of equations (Definition AM):\begin{bmatrix} 2 & 3 & 5 \\ -1 & 4 & 6 \\ 3 & 10 & 2 \\ 3 & -1 & -1 \\ 6 & 9 & 3 \end{bmatrix}

$\square$  Matrix in reduced row-echelon form, row-equivalent to the augmented matrix. (Definition RREF)\begin{bmatrix} \leading{1} & 0 & 0 \\ 0 & \leading{1} & 0 \\ 0 & 0 & \leading{1} \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}

$\square$  Analysis of the augmented matrix (Definition RREF).\begin{align*}r&=3&D&=\set{1,\,2,\,3}&F&=\set{\ }\end{align*}

$\square$  Vector form of the solution set to the system of equations (Theorem VFSLS). Notice the relationship between the free variables and the set $F$ above. Also, notice the pattern of 0's and 1's in the entries of the vectors corresponding to elements of the set $F$ in the larger examples.

$\square$  Given a system of equations we can always build a new, related, homogeneous system (Definition HS) by converting the constant terms to zeros and retaining the coefficients of the variables. Properties of this new system will have precise relationships with various properties of the original system.\begin{align*} 2x_1 + 3x_2 &= 0 \\ -x_1 + 4x_2 &= 0 \\ 3x_1 +10x_2 &= 0 \\ 3x_1 - x_2 &= 0 \\ 6x_1 + 9x_2 &= 0 \end{align*}

$\square$  Some solutions to the associated homogenous system of linear equations, not necessarily exhaustive (Definition SSLE). Review Theorem HSC as you consider these solutions.

$x_1 = 0,\quad x_2 = 0$

$\square$  Form the augmented matrix of the homogenous linear system, and use row operations to convert to reduced row-echelon form. Notice how the entries of the final column remain zeros.\begin{bmatrix} \leading{1} & 0 & 0 \\ 0 & \leading{1} & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}

$\square$  Analysis of the augmented matrix for the homogenous system (Definition RREF). Compare this with the same analysis of the original system, especially in the case where the original system is inconsistent (Theorem RCLS).\begin{align*}r&=2&D&=\set{1,\,2}&F&=\set{3}\end{align*}

$\square$  For any system of equations we can isolate the coefficient matrix, which will be identical to the coefficient matrix of the associated homogenous system. For the remainder of the discussion of this system of equations, we will analyze just the coefficient matrix.\begin{bmatrix} 2 & 3 \\ -1 & 4 \\ 3 & 10 \\ 3 & -1 \\ 6 & 9 \end{bmatrix}

$\square$  Row-equivalent matrix in reduced row-echelon form (Definition RREF).\begin{bmatrix} \leading{1} & 0 \\ 0 & \leading{1} \\ 0 & 0 \\ 0 & 0 \\ 0 & 0 \end{bmatrix}

$\square$  Analysis of the reduced row-echelon form of the matrix (Definition RREF). For archetypes begin as systems of equations, compare this analysis with the analysis for the coefficient matrices of the original system, and of the associated homogeneous system.\begin{align*}r&=2&D&=\set{1,\,2}&F&=\set{\ }\end{align*}

$\square$  Is the matrix nonsingular or singular? (Consider Theorem NMRRI. At the same time, examine the sizes of the sets $D$ and $F$ for the analysis of the reduced row-echelon version of the matrix.)

Since the matrix is not square, the question does not apply.

$\square$  The null space of the matrix. The set of vectors used in the span construction is a linearly independent set of column vectors that spans the null space of the matrix (Theorem SSNS, Theorem BNS). Solve a homogenous system with this matrix as the coefficient matrix and write the solutions in vector form (Theorem VFSLS) to see these vectors arise. Compare the entries of these vectors for indices in $D$ versus entries for indices in $F$.\begin{align*}\spn{\set{\ } }\end{align*}

$\square$  The column space of the matrix, expressed as the span of a set of linearly independent vectors that are also columns of the matrix. These columns have indices that form the set $D$ above (Theorem BCS).\begin{align*}\spn{\set{\colvector{2\\-1\\3\\3\\6},\,\colvector{3\\4\\10\\-1\\9}} }\end{align*}

$\square$  The column space of the matrix, as it arises from the extended echelon form of the matrix. The matrix $L$ is computed as described in Definition EEF. This is followed by the column space described as the span of a set of linearly independent vectors that equals the null space of $L$, computed as according to Theorem FS and Theorem BNS. When $r=m$, the matrix $L$ has no rows and the column space is all of $\complex{m}$.\begin{align*}L&=\begin{bmatrix}1&0&0&0&-\frac{1}{3}\\0&1&0&1-\frac{1}{3}\\0&0&1&1&-1\end{bmatrix}\end{align*}\begin{align*}\spn{\set{\colvector{\frac{1}{3}\\\frac{1}{3}\\1\\0\\1},\,\colvector{0\\-1\\-1\\1\\0}} }\end{align*}

$\square$  The column space of the matrix, expressed as the span of a set of linearly independent vectors. These vectors are computed by bringing the transpose of the matrix into reduced row-echelon form, tossing out the zero rows, and writing the remaining nonzero rows as column vectors. By Theorem CSRST and Theorem BRS, and in the style of Example CSROI, this yields a linearly independent set of vectors that span the column space.\begin{align*}\spn{\set{\colvector{1\\0\\2\\1\\3},\,\colvector{0\\1\\1\\-1\\0}} }\end{align*}

$\square$  Row space of the matrix, expressed as a span of a set of linearly independent vectors, obtained from the nonzero rows of the row-equivalent matrix in reduced row-echelon form. (Theorem BRS)\begin{align*}\spn{\set{\colvector{1\\0},\,\colvector{0\\1}} }\end{align*}

$\square$  Subspace dimensions associated with the matrix (Definition ROM, Definition NOM). Verify Theorem RPNC.\begin{align*}\text{Rank: }2&&\text{Nullity: }0&&\text{Matrix columns: }2&\end{align*}

$\square$  Determinant of the matrix. The matrix is nonsingular if and only if the determinant is nonzero (Theorem SMZD).The determinant is not defined for matrices that are not square.