Vector Operations
This lab covers commands useful in dealing with vectors. It uses the following commands
vector, dotprod, crossprod, evalm, map, int, diffIf you are not familiar with any of these commands please use Maple's
help command to learn their syntax and see some examples. Also
see the Maple tutorial distributed in class.
Please submit your work as a Maple report. If you have never prepared a
Maple report please see the Maple tutorial for instructions. Be sure to load
the Linear Algebra package in Maple with the command
with(linalg): before starting your work.