Dot Product

1 revision
#11 week ago
+5
Migrated from pages table
+The **dot product**, or scalar product, takes two [Vector](/wiki/vector)s and yields a single [Scalar](/wiki/scalar) value. This fundamental operation in [Linear Algebra](/wiki/linear_algebra) reveals the extent to which one vector points in the direction of another, offering insights into their geometric relationship and angle.
+## See also
+- [Cross Product](/wiki/cross_product)
+- [Vector Space](/wiki/vector_space)
+- [Euclidean Space](/wiki/euclidean_space)