notes

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

Tuple.md (187B)


      1 # Tuple 
      2 
      3 Ch 1
      4 
      5 **Definition:** A tuple is an ordered list of elements (like a set but ordered). 
      6 
      7 A tuple in 2d is an ordered pair. 
      8 
      9 Often tuples are used to represent points in space.