Homework 1
1
By solving a \(3 \times 3\) system, find the coefficients in the equation of the parabola \(y=\alpha+\beta x+\gamma x^{2}\) that passes through the points \((1,1),(2,2)\), and \((3,0)\).
2
Suppose that 100 insects are distributed in an enclosure consisting of four chambers with passageways between them as shown below.

At the end of one minute, the insects have redistributed themselves. Assume that a minute is not enough time for an insect to visit more than one chamber and that at the end of a minute \(40 \%\) of the insects in each chamber have not left the chamber they occupied at the beginning of the minute. The insects that leave a chamber disperse uniformly among the chambers that are directly accessible from the one they initially occupied-e.g., from \(\# 3\), half move to \(\# 2\) and half move to \(\# 4\).
If at the end of one minute there are \(12,25,26\), and 37 insects in chambers \(\# 1, \# 2, \# 3\), and \(\# 4\), respectively, determine what the initial distribution had to be.
If the initial distribution is \(20,20,20,40\), what is the distribution at the end of one minute?
3
Suppose that \([\mathbf{A} \mid \mathbf{b}]\) is the augmented matrix associated with a linear system. You know that performing row operations on \([\mathbf{A} \mid \mathbf{b}]\) does not change the solution of the system. However, no mention of column operations was ever made because column operations can alter the solution.
Describe the effect on the solution of a linear system when columns \(\mathbf{A}_{* j}\) and \(\mathbf{A}_{* k}\) are interchanged.
Describe the effect when column \(\mathbf{A}_{* j}\) is replaced by \(\alpha \mathbf{A}_{* j}\) for \(\alpha \neq 0\).
Describe the effect when \(\mathbf{A}_{* j}\) is replaced by \(\mathbf{A}_{* j}+\alpha \mathbf{A}_{* k}\). Hint: Experiment with a \(2 \times 2\) or \(3 \times 3\) system.
4
Use the Gauss-Jordan method to solve the following three systems at the same time.
\[ \begin{array}{rr|l|l} 2 x_{1}-x_{2} & =1 & 0 & 0 \\ -x_{1}+2 x_{2}-x_{3}&=0 & 1 & 0 \\ -x_{2}+x_{3}&=0 & 0 & 1 \end{array} \]
5
Consider the following system:
\[ \begin{aligned} 10^{-3} x-y & =1, \\ x+y & =0 . \end{aligned} \]
Use 3-digit arithmetic with no pivoting to solve this system.
Find a system that is exactly satisfied by your solution from part (a), and note how close this system is to the original system.
Now use partial pivoting and 3-digit arithmetic to solve the original system.
Find a system that is exactly satisfied by your solution from part (c), and note how close this system is to the original system.
Use exact arithmetic to obtain the solution to the original system, and compare the exact solution with the results of parts (a) and (c).
Round the exact solution to three significant digits, and compare the result with those of parts (a) and (c).
6
Consider the following well-scaled matrix:
\[ \mathbf{W}_{n}=\left(\begin{array}{rrrrrrr} 1 & 0 & 0 & \cdots & 0 & 0 & 1 \\ -1 & 1 & 0 & \cdots & 0 & 0 & 1 \\ -1 & -1 & 1 & \ddots & 0 & 0 & 1 \\ \vdots & \vdots & \ddots & \ddots & \ddots & \vdots & \vdots \\ -1 & -1 & -1 & \ddots & 1 & 0 & 1 \\ -1 & -1 & -1 & \cdots & -1 & 1 & 1 \\ -1 & -1 & -1 & \cdots & -1 & -1 & 1 \end{array}\right) \]
- Reduce \(\mathbf{W}_{n}\) to an upper-triangular form using Gaussian elimination with partial pivoting, and determine the element of maximal magnitude that emerges during the elimination procedure.
7
Answer True/False and explain your answers: 1. If a linear system is inconsistent, then the rank of the augmented matrix exceeds the number of unknowns. 2. Any homogeneous linear system is consistent. 3. A system of 3 linear equations in 4 unknowns has infinitely many solutions. 4. Every matrix can be reduced to only one matrix in row echelon form. 5. Any homogeneous linear system with more equations than unknowns has a nontrivial solution.