notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Span.md (243B)


      1 # Span
      2 
      3 **Source:** Linear Algebra Done Right
      4 
      5 **Chapter:** 2
      6 
      7 **Definition:** The span of (v_1, ..., v_m) is the set of all [Linear Combination](LinearCombination.md) of (v_1, ..., v_m).
      8 
      9 This may be all R^2, R^3, or some other vector space.