Due at 4:05pm, Thursday, September 11, 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:
(0, 0, 0) is always a solution to a 3 unknown homogeneous linear system,
so the solution set must pass through the origin all the time.
| *Let | A= | [ 1 | -1] | . Find |
| [ 2 | 3] |
(a) A2-2A.
(b) 3A3-2A2+5A-4I2.
Solution:
(a)
[-3
-2]
[ 4
1]
(b)
[-24
-30]
[ 60
36]
| [2 | -1] | |||||||||||
| *Let | A= | [ 2 | 1 | -2] | , | B= | [3 | 4] | ||||
| [ 3 | 2 | 5] | [1 | -2] |
(a) (AB)T.
(b) BTAT.
(c) ATBT.
(d) BBT.
(e) BTB.
Solution:
(Will be posted with the solution to Homework 3.)
| Automatic | Semiautomatic | Nonautomatic | ||||
| A= | [ | 200 | 150 | 120] | Camera | |
| [ | 50 | 40 | 25] | Flash unit |
The number of sets (camera and flash unit) available at each store is given by the matrix
| New York | Denver | Los Angeles | ||||
| [ | 220 | 180 | 100] | Automatic | ||
| B= | [ | 300 | 250 | 120] | Semiautomatic | |
| [ | 120 | 320 | 250] | Nonautomatic |
(a) What is the total value of the cameras in New York?
(b) What is the total value of the flash units in Los Angeles?
Solution:
(a) 200*220 + 150*300 + 120*120 = 103400
(b) 50*100 + 40*120 + 25*250 = 16050
Solution:
x=-1, y=2.
(Starred problems are from ``Introductory Linear Algebra with Applications'' by Kolman and Hill)