notes

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

LinearCombination.md (199B)


      1 # Linear Combination 
      2 
      3 **Source:** Linear Algera Done Right
      4 
      5 **Chapter:** 2
      6 
      7 ### In Linear Algebra
      8 
      9 **Definition:** A linear combination is ca + db for any scalars c and d where a and b are vectors.