What is a vector?
An abstract data type used to represent properties that have both direction and magnitude
How can vectors be represented?
As a list As a 1-D array As a dictionary Graphically Using set notation
Name 4 operations that can be applied to vectors?
Vector addition/subtraction
Scalar-vector multiplication
Convex combination of 2 vectors
Dot or scalar product of 2 vectors
What 2 sets do vectors contain components from?
Real numbers (R) or Integers (Z)