Lukas' Notes

linear-algebra

Definition

Vector

Mathematical (Element of a Vector Space) vector is an element of a vector space over a field — an object on which the space's operations of addition and scalar multiplication act, and which carries no further structure beyond what prescribes.

A

Physics (Magnitude and Direction) vector is a geometric quantity endowed with magnitude and direction, representable as an arrow in space. Two vectors are equal when they have the same magnitude and direction, regardless of where their tails sit, so the arrow can be translated freely.

A

Computer Science (List of Components) vector is a finite ordered list of scalars from a field , written as a column or row:

A

where each is a component. The two layouts are interchangeable representations of the same data.