Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
A simpler way to determine if two vectors are equivalent is to use their "components". The vector from (8, 1) to (13, -1) has components 13- 8= 5 and -1- 1= -2. The vector from (-2, 4) to (-7, 6) has components -7- (-2)= -5 and 6- 4= 2. These vectors are NOT equivalent because they point in opposite directions.