MA-305 Bonus Homework 7
Due at noon, Friday, December 5, 1997
Extended to 1:00pm, Monday, December 8, 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.)
- Use QR factorization to find the least square fit of problem 4 in Homework
6.
- *Which of the following are linear transformations?
(a) L( x, y, z) = ( 0, 0).
(b) L( x, y, z) = (1, 2, -1).
(c) L( x, y, z) = (x2 + y, y - z).
- **For the given matrix:
| [ | 5 | 0 | -4 |
] |
| [ | 0 | -3 | 0 |
] |
| [ | -4 | 0 | -1 |
] |
(a) Find its characteristic polynomial (in factor form).
(b) Find its eigenvalues.
(c) Find a basis for its eigenspace.
- Which of the following are inner products? For those that are, decide the
norm defined in the corresponding inner product.
(a)
< , >a : R3 × R3 ->
R
| [ | x1 | ] |
|
[ | x2 | ] |
|
|
| < | [ | y1 | ] |
, |
[ | y2 | ] |
>a -> | x1x2 + 2
y1y2 + 3 z1z2 |
| [ | z1 | ] |
|
[ | z2 | ] |
|
|
(b)
< , >b : R3 × R3 ->
R
| [ | x1 | ] |
|
[ | x2 | ] |
|
|
| < | [ | y1 | ] |
, |
[ | y2 | ] |
>b -> | x1z2 +
y1y2 + z1x2 |
| [ | z1 | ] |
|
[ | z2 | ] |
|
|
| |
[ | 1 | 2 | 1 | 0 | ] |
|
| A = |
[ | 2 | 3 | 4 | 7 | ] |
. Let LA(v) = A·v.
Find: |
| |
[ | 3 | 5 | 5 | 7 | ] |
| |
[ | 3 | 4 | 7 | 14 | ] |
|
(a) the kernel of LA. ( All v such that
LA(v) = 0. )
(b) the range of LA.( All w =
LA(v) for some v. )
- (Not covered)
**Determine if the given matrix is diagonalizable. If so, diagonalize the
matrix:
- **(a) Find the general solution to the system of differential
equations.
(b) Find the particular solution satisfies the given initial
conditions.
du / dt = u + 3v
dv / dt = 4u - 3v
u = 5, v = 1 when t = 0
*: problem from ``Introductory Linear Algebra with Applications'' by Kolman
and Hill
**: problem from ``Elmentary Linear Algebra with Applications'' by Hill