Due at 4:05pm, Tuesday, September 2, 1997
You may do the calculations necessary for these problems either by hand or with Maple. Please submit a handwritten solution, or email an ASCII/Postscript/html document to the TA. (You may also submit through email which attached your Maple worksheet.)
Solution:
(a): x=1, y=2, z=-2.
(b): No solution, the system is inconsistent.
(c): x=1, y=1, z=0.
Solution:
(a): If a is a square root of 7.
(b): If a is not a square root of 7.
(c): No such a exists.
Solution:
a-b+c=0
| [ 0 | 0 | -1 | 2 | 3 ] | |
| A= | [ 0 | 2 | 3 | 4 | 5 ] |
| [ 0 | 1 | 3 | -1 | 2 ] | |
| [ 0 | 3 | 2 | 4 | 1 ] |
find a matrix C in reduced row echelon form that is row equivalent to A.
Solution:
[ 0
2
3
4
5 ]
C=
[ 0
0
-1
2
3 ]
[ 0
0
0
-7
-14 ]
[ 0
0
0
0
4 ]
(Homework resource: Introductory Linear Algebra with Applications by Kolman and Hill)