Up: Return
Introduction

The span of a set of independent basis vectors is the set of all vectors that can be described as linear combinations of the basis vectors:

Remember the definition of independence: the basis vectors are independent if the only way to get zero is to take every ci zero. It implies that you cannot express one basis vector in terms of the rest.

The rank of a matrix is the number of independent rows, or columns. These are the same; see the example.


Up: Return