Questions
Question 1
*
What does the row operation \(R_1\leftrightarrow R_3\) mean?
Question 2
*
What does \((A\mid\mathbf{b})\) represent for a system \(A\mathbf{x}=\mathbf{b}\)?
Question 3
*+
Write the augmented matrix for \(x+2y=7\), \(3x-y=4\).
Question 4
*+
Is \(0R_2\) a valid row-scaling operation? Explain briefly.
Question 5
**
Apply \(R_2-2R_1\) to \(\left(\begin{array}{cc|c}1&3&8\\2&7&19\end{array}\right)\).
Question 6
**
Apply \(-\frac12 R_1\) to the first row of \(\left(\begin{array}{cc|c}-2&4&6\\1&0&5\end{array}\right)\).
Question 7
**+
Use one row operation to make the lower-left entry zero in \(\left(\begin{array}{cc|c}2&1&5\\6&4&16\end{array}\right)\).
Question 8
**+
The first row of an augmented matrix is \((1,-2\mid4)\), and the second row is \((3,1\mid5)\). Compute the new second row after \(R_2-3R_1\).
Question 9
***
Starting from \(\left(\begin{array}{cc|c}1&2&9\\3&5&22\end{array}\right)\), use row operations to solve the represented system.
Question 10
***
Convert \(2x-y+z=3\), \(-x+4z=8\), \(y-z=-2\) into an augmented matrix using variable order \((x,y,z)\).
Question 11
***+
Explain why \(R_i+cR_j\) preserves the solution set when \(i\ne j\).
Question 12
***+
A row operation changes only the coefficient entries but leaves the augmented entry unchanged. Explain why this is invalid.
Question 13
****
Find a sequence of row operations that changes \(\left(\begin{array}{cc|c}0&2&6\\1&3&8\end{array}\right)\) into a form with a leading \(1\) in the first row, first column.
Question 14
****
Use row operations to transform \(\left(\begin{array}{cc|c}2&4&10\\1&3&7\end{array}\right)\) so the first column is \((1,0)^T\).
Question 15
****+
For which values of \(k\) is scaling row \((k,2\mid5)\) by \(\frac1k\) a valid row operation?
Question 16
****+
The row \((0,a\mid6)\) is obtained after row operations. Classify the information it gives for \(a=0\) and for \(a\ne0\).
Question 17
****+
Choose \(c\) so that applying \(R_2+cR_1\) to rows \((2,-1\mid4)\) and \((5,3\mid7)\) makes the first entry of row \(2\) zero.
Question 18
*****
Diagnose the error: after \(R_2-2R_1\), a learner changes \((2,3\mid9)\), \((4,7\mid20)\) into \((2,3\mid9)\), \((0,1\mid20)\).
Question 19
*****
Prove that swapping two rows is reversible and therefore preserves the solution set.
Question 20
*****
A learner wants to replace \(R_1\) by \(R_1+2R_1\) and calls it an add-multiple row operation. Is this valid, and what standard operation is it equivalent to?