Basis (linear algebra)

From testwiki
Jump to navigation Jump to search
This picture illustrates the standard basis in R2. The red and blue vectors are the elements of the basis; the green vector can be given with the basis vectors.

In linear algebra, a basis is a set of vectors in a given vector space with certain properties:

  • One can get any vector in the vector space by multiplying each of the basis vectors by different numbers, and then adding them up.
  • If any vector is removed from the basis, the property above is no longer satisfied.

The plural of basis is bases. For any vector space V, any basis of V will have the same number of vectors. This number is called the dimension of V.

Example

B={(1,0,0),(0,1,0),(0,0,1)} is a basis of 3 as a vector space over .

Any element of 3 can be written as a linear combination of the above basis. Let x be any element of 3 and let x=(x1,x2,x3). Since x1,x2 and x3 are elements of , then we can write x=(x1,x2,x3)=x1(1,0,0)+x2(0,1,0)+x3(0,0,1). So x can be written as a linear combination of the elements in B.

Also, this process would not be possible for any vector x if an element was removed from B. So B is a basis for 3.

The basis B is not unique; there are infinitely many bases for 3. Another example of a basis would be {(1,0,0),(0,1,0),(1,1,1)}.

Template:Math-stub