On a clay tablet from Babylon, ca. 2000 BC the following problem is given:
A man, that is 30 years older than his son, will in 8 years become 4 times as old as the son. How old are the farther and the son?
A
State two equations in two unknowns that contain the information in the clay tablet. Reduce the augmented matrix corresponding to the system of equations and find in this way the solution.
B
Check that your solution fits the information on the clay tablet.
Which form should the matrix $\,\mathbf X\,$ have such that $\,(*)\,$ is meaningfull? Solve the equation using Gauss-Jordan elimination and compare with the result in question a).
hint
‘Solve the equation’ means: Find $\,\mathbf X\,$ that must be a $\,2 \times 2\,$ matrix.
E
Explain that $\,\mathbf A\,$ is invertible, and now solve $\,(*)\,$ by isolating $\,\mathbf X\,$ on the left-hand side in $\,(*)\,.$
hint
First you must find $\,\mathbf A^{-1}\,.$ Do this by Gauss-Jordan elimination.
hint
That is you shall reduce the augmented matrix $\,\mT=\left[\mathbf A\,|\,\mathbf E\right]\,$ where $\,\mathbf E\,$ is the identity matrix in $\,\Bbb R^{2 \times 2}\,.$
hint
When you have done this you have $\,\mathrm{trap}(\mT)=\left[\mathbf E\,|\,\mathbf A^{-1}\right]\,.$
By hand: Show that $ \mA\mB $ is singular (i.e. not regular), an therefore you cannot determine $ (\mA\mB)^{-1} $.
hint
First compute the product $\mA \cdot \mB$.
hint
What does it mean that a matrix is regular? See if necessary the first pages in eNote 8.
%\tref{NUID3-tn4}{eNote}.
hint
Find the rank of the matrix. If the rank is equal to the number of columns, the matrix is regular.
hint
Is $\mA\mB$ square?
hint
Now that the matrix $\mA\mB$ is square, the inverse matrix can be computed, see Method 8.4, but there are further requirements that must be fulfilled.
%\tref{NUID3-tn4.findinvers}{Method}
hint
The matrix must be both square and regular. Was it regular?
answer
The rank of $\mA\mB$ is 2, i.e. less than the number of columns. So, the matrix is not regular, but singular, and therefore the inverse matrix cannot be found.
Exercise 5: The Structure of Solution Sets
We consider the system of equations \begin{equation}
\begin{aligned}
x_1 + x_2 + 2x_3 &= 3\
2x_1 - x_2 + 4x_3 &= 0\
x_1 + 3x_2 - 2x_3 &= 3\
-3x_1 - 2x_2 + x_3 &= 0\
\end{aligned}
\end{equation}
H
Find the reduced row echelon form of the augmented matrix corresponding to the system of equations. From this determine the rank of both the coefficient matrix and the augmented matrix. How many solutions does the system have. State the solutions.
answer
$(x_1, x_2, x_3)=(-1, 2, 1)$.
I
State the complete solution to the homogeneous linear system of equations, that corresponds to the given inhomogeneous system of equations.
Now we consider the system of equations \begin{equation}
\begin{aligned}
x_1 + 2x_2 + 3x_3 + 4x_4 + 5x_5 &= 1\
2x_1 + 3x_2 + 4x_3 + 5x_4 + x_5 &= 2\
3x_1 + 4x_2 + 5x_3 + 6x_4 - 3x_5 &= 3\
\end{aligned}
\end{equation}
J
Find the reduced row echelon form of the augmented matrix corresponding to the system of equations. From this determine the rank of both the coefficient matrix and the augmented matrix. How many solutions does the system have. State these in standard parametric form.
hint
What is the highest possible rank of the augmented matrix? And how many free parameters is there?