Vektorers
A vector is a mathematical object with magnitude and direction, used to represent quantities such as displacement, velocity, or force. Vectors are fundamental in physics, engineering, and geometry because they encapsulate both size and orientation in a single entity.
In n-dimensional Euclidean space, a vector is represented by an ordered n-tuple of numbers relative to a
Core operations include addition and subtraction, which combine vectors componentwise, and scalar multiplication, which scales the
Norms and distances are derived from vectors' magnitudes: ||v|| = sqrt(v1^2 + ... + vn^2). The distance between vectors u
Vector spaces are sets of vectors closed under addition and scalar multiplication; a basis provides a minimal,
Applications span physics, computer graphics, machine learning, and navigation, where vectors model directions, forces, features, and