next up previous
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 $\v u = <1,3,4>$. Use Maple to find $\vert\v u\vert$.

2.
Create another vector $\v v = <-1,0,1>$. Use Maple to find ${\rm proj}_{\v u}\v v$.

3.
Let $\v w = <a,b,c>$. Use the solve command to find when ${\rm proj}_{\v u}\v w = \v 0$. Hint: It is enough to show that ${\rm comp}_{\v u}{\v w} = 0$.

4.
Use Maple to compute $\v u \times \v v$ and $\v v \times w$.

5.
Use Maple to find the volume of the parallelopiped defined by the three vectors

\begin{eqnarray*}\v v_1 & = & <1,1,0>, \\
\v v_2 & = & <1,2,0>, \\
\v v_3 & = & <1,1,1>.
\end{eqnarray*}




 

Louis F Rossi
2002-02-15