We set up vectors in a way which is slightly different from how we do it in Maple.
We can do the standard addition and scalar multiplication of vectors.
The dot product operator is a simple period "." between the vectors.
We can check our answer to make sure it is right.
To do cross products we must load a special package, the vect package, which is included with Maxima.
The symbol for the cross product is the tilde "~" up on the left corner of the keyboard (you need to do Shift to get it).
The cross product did not look like anything at the beginning; we had to express the cross product to get something recognizable.
The norm (length) of a vector is the square root of the dot product of the vector with itself.
Putting what we have learned all together we may do vector projections and scalar triple products (we will need another vector c for the STP to make sense).
Again, we needed to express the cross product to get anything useful.
G. Jay Kerns 2009-12-01