Add, subtract and scale vectors

  1. Given a = (4,-1) and b = (2,3), find a + b.
  2. Find a - b.
  3. Find 3a.
  4. Find 2a + b.

Submit Exercise