Vector space is a set of vectors and scalars that's defined under two operations, vector-vector addition and vector-scalar multiplication, such that the following properties hold for :
Closure: and .
Commutativity: .
Associativity: .
Distribution: , and .
Identity: there exists vector such that .
Additive inverse: for all , there exists a such that .
The dimension of this vector space is the maximal number of linearly independent (see below) vectors in .
For a vector space and set of vectors , is a generating set if every vector can be expressed as a linear combination of . All linear combinations of is called the span of . Finally, if are linearly independent, is minimal and a basis of .
Every vector space has infinitely many bases, but they all have the same number of basis vectors. This number is the dimension of .
For a ๐ฑ Matrix, the number of linearly independent rows or columns is called the rank of . Note that the number of linearly independent rows equals the number of linearly independent columns.