Please enable JavaScript.
Coggle requires JavaScript to display documents.
Vector - Coggle Diagram
Vector
Norm
-
types
Euclidean Norm (L2 Norm)
used, calculated as the norm of the difference between two vectors.
Manhattan Norm (L1 Norm)
Manhattan Norm
Maximum Norm (L∞ Norm)
Maximum Norm:
-
Distance Between Vectors
-
Dot Product
A scalar representing the product of the magnitudes of two vectors and the cosine of the angle between them.
-
-
Cosine Similarity
A scalar representing the product of the magnitudes of two vectors and the cosine of the angle between them.
-
Definition
A quantity with both magnitude and direction.
Examples: Position vectors, velocity vectors.
Components: Represented as an ordered tuple of numbers.
tuple (is a list of numbers arranged in a specific order. For example, (3, 4) and (1, 2, 3) are tuples of numbers.)
-
-
-