Introduction to Vector Equality
Description
A detailed tutorial on how to determine if two vectors are equal. Step by step tutorial including several examples of vector equality for reference.
Overview
Vectors are said to be equal if they have the same magnitude and direction. They must also have the same coordinates. Using this logic, it is possible to determine if you have two vectors and
, they are equal if
.
