notes

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

Coordinate.md (266B)


      1 # Coordinate
      2 
      3 **Source:** Linear Algebra Done Right
      4 
      5 **Chapter:** 1
      6 
      7 **Definition:** A coordinate is a singular component of a vector or list.
      8 
      9 Consider v = (1, 4, 5). The third component of v is 5, the second component of v is 4, and the first component of v is 1.