Lab Project 3 (Due 4/22/03)
Date: MATH 2270-1 - Spring 2003
From the course webpage download the file proj3data.m. Load it
(this is explained in the third Maple tutorial, also available at the
course webpage) into Maple and you will have defined a few vectors
that will be used throughout this project. The naming convention is as
follows: the vector
in this note becomes the vector vv1,
and similarly for the other vectors.
- The vectors
are loaded in Maple
(after, of course, you load the file proj3data.m). Define the
subspace
.
- Check if the Pythagorean relation
holds. What do you conclude from this?
- Find the angle between
and
.
- Find a basis
of
. What is
?
- Follow the Gram-Schmidt procedure to transform
into an orthonormal basis
of
.
- Use the command QRDecomposition of Maple's LinearAlgebra to find an orthonormal basis of
.
- Find the components of
with respect to
.
- Let
be the orthogonal
projection onto
. Find the matrix of
with respect to the
canonical basis of
.
- Find the image of
(already defined in Maple) under
. What is the angle between
and
?
- Let
be the reflection on
and
its matrix with respect to the canonical
basis of
. Find
.
- Find
. Compare
and
. Could
be an
orthogonal transformation?
- Use
to decide if
is an orthogonal transformation
or not.
- For this exercise you may want to refer to the Maple worksheet
on trigonometric polynomials available on the class' webpage. Let
be the space of continuous functions on the interval
with the inner product
.
We will use the notation
and
for
. Clearly
and
are in
for all
.
- Use Maple to verify that all
and
have length
for all
. Hint: Evaluate the integrals in Maple; for
example, evaluate
. Do not try to
define functions a[n](t) for arbitrary n.
- Use Maple to verify that all
and
are
orthogonal. The same for
and
with
and for
and
with
.
- Let
. Find the orthogonal projection of
on
the subspace
. Write explicitly
. Plot
and
together. Compute the
``error'' of the approximation of
by
:
.
- Find the orthogonal projection of
on the subspace
. Write explicitly
. Plot
and
together. Compute the
``error'' of the approximation of
by
:
.
- Find the first approximation where the error is less than
.
- In this exercise we want to study the volume of some
parallelepipeds.
- Consider vectors
and
. Find the volume (area, in this case) of the
parallelepiped spanned by
and
.
- Consider a pair of vectors
whose components
can only be
. For each such pair, you can compute the
volume of the parallelepiped spanned by
and
. What is the
maximum volume that you can obtain by this procedure? Show a pair
of vectors that achieve this maximum.
- Same as in the previous item but for three vectors in
.
- Same as above but for
vectors in
.
Javier Fernandez
2003-04-03