您的位置:首页 > 其它

Linear Algebra--Length and Dot Products of Vectors

2014-08-04 10:35 375 查看
1.The dot product(inner product) of v = (v1,v2) and w = (w1,w2) is the number
v·w: v·w = v1w1 + v2w2.

2.The product of perpendicular vectors is zero.

3.The dot product v·w equals w·v. The order of
v and w makes no difference.

4.To compute v·w, multiply each vi times wi. Then add.

5.The length ||v|| of a vector v is the square root of
v·v
.

6.A unit vector is a vector whose length equals one. Then u·u
= 1. (i = (1, 0), j = (0, 1), u = (cosa, sina)).

7.Unit vecotr: u = v/||v|| is a unit vector in the same direction as v.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐