Extra close brace or missing open brace Extra close brace or missing open brace
Appendix B: Vectors
5.

Math with Vector Notation

To multiply or divide a vector by a scalar in this tuple notation, you distribute the scalar over the tuple, multiplying or dividing both components: 3(1,2)=(3,6)(3,6)÷3=(1,2)

To add two vectors together in this notation, you add the x values and the y values separately: (3,2)+(1,1)=(31,2+1)=(2,3)

The magnitude of a vector (x,y) is |(x,y)|=x2+y2 For example, the magnitude of the vector (2,3) above is |(2,3)|=22+32=4+9=133.6