Does anyone know what's the rationale for using the adjectives inner and outer for certain algebraic products?
Also, I've seen the term exterior algebra. Does the exterior here have anything to do with the outer of outer product? If so, is there an interior algebra corresponding to inner products?
If you think of column vectors as matrices you can't multiply them directly, because they are the wrong shapes. You have to take the transpose of one of them. If you take the inner product $$\left( \begin{array}{c} x_1\\y_1\\z_1\end{array}\right)\cdot\left( \begin{array}{c} x_2\\y_2\\z_2\end{array}\right) = \left( \begin{array}{c} x_1\\y_1\\z_1\end{array}\right)^T\left( \begin{array}{c} x_2\\y_2\\z_2\end{array}\right)$$ The $T$ goes on the inside, if you take the outer product $$\left( \begin{array}{c} x_1\\y_1\\z_1\end{array}\right)\otimes\left( \begin{array}{c} x_2\\y_2\\z_2\end{array}\right) = \left( \begin{array}{c} x_1\\y_1\\z_1\end{array}\right)\left( \begin{array}{c} x_2\\y_2\\z_2\end{array}\right)^T$$ the $T$ goes on the outside.
The idea has been abstracted from column vectors to other areas, but the name stuck.