What is the dot product of two vectors, and how is it defined?
The dot product of two vectors is an operation where you multiply their corresponding components and sum the results, yielding a scalar. It indicates how aligned the vectors are: a positive result means alignment, zero means perpendicular vectors, and a negative result means opposition.