What can vectors be represented as?
A list of numbers, functions or ways of representing a point in space.
What is the meaning of scalar?
A real value used to multiply a vector to shorten/lengthen it or change its direction.
How do you reverse a 2D vector?
By multiplying it by -1.
How do you calculate a dot product?
What is the significance of dot product?
Finds the angle between two vectors.
Tells you whether the vectors point in the same direction.
• positive - point in the same direction (angle < 90 degrees)
• negative - point in opposite directions
• zero - perpendicular (no similarity in direction)
What is the convex combination of two vectors?
It allows you to create a new vector which falls inside the vector space of two other vectors.
What is the expression for convex combination?