Scalar Multiplication
Scalar multiplication involves multiplying a vector by a scalar (a single number), which scales the vector's magnitude without changing its direction. If k is a scalar and v is a vector, then k * v results in a new vector whose length is k times that of v. This concept is essential when manipulating vectors in various operations, including scaling the result of the dot product.