Musings on vectors
1. There is no one multiplication for vectors. You can define multiplication-like operations; some give scalars (dot product and other inner products) and some give vectors (cross product). Nicely, these behave like regular products when it comes to vector-valued functions: the product rule applies when you differentiate (though you must maintain ordering with cross product!). […]