Skip to content

Latest commit

 

History

History

CHapter 2:

The Vector

  • 2.1 What is a vector
  • 2.2 Vectors are functions
  • 2.3 What can we represent with vectors?
  • 2.4 Vector addition
  • 2.5 Scalar-vector multiplication
  • 2.6 Combining vector addtion and scalar multiplication
  • 2.7 Dictionary-based representations of vectors
  • 2.8 Vector over GF(2)
  • 2.9 Dot-product
  • 2.10 Our implementation of Vec
  • 2.11 Solving a triangular system of linear equations
  • Lab: Comparing voting records using dot-product
  • Problems