Next: About this document ...
Maple Problem Set #1
Before doing these problems, create clean new worksheet and put your
name at the top. These problems require you to use the LinearAlgebra library. You can load in this library with the command:
[> with(LinearAlgebra);
Here are some problems to try.
- 1.
- Use Maple to create the vector
.
Use Maple to find
.
- 2.
- Create another vector
.
Use Maple to find
.
- 3.
- Let
.
Use the solve command to find when
.
Hint: It is enough to show that
.
- 4.
- Use Maple to compute
and
.
- 5.
- Use Maple to find the volume of the parallelopiped defined by
the three vectors
Louis F Rossi
2002-02-15