home

Basis, Dimensions

Basis

A basis is a list of vectors in vector space V, that is linearly independent and spans V.

Julia Program

To test manually whether a list is a basis of R^n we need to do two tests:

  1. Check whether they are linearly independent.
  2. Check their dimension.