Vector Calculations
This section explains how to perform basic calculations with vectors.
It demonstrates the process of computing a vector using coordinate differences and introduces the concept of vectors as ordered triples of numbers.
Vocabulary: An ordered triple is a set of three numbers in a specific sequence, often used to represent vectors in three-dimensional space.
Example: Vector v = where a and b are the components of two vectors being added.











