Evaluate the expression: v ⋅ w Given the vectors: r = <8, 8, -6>; v = <3, -8, -3>; w = <-4, -2, -6>?

2019-01-26 4:56 am

回答 (4)

✔ 最佳答案
You want the dot product, so you sum the products of corresponding components

v . w =>
3 * (-4) + (-8) * (-2) + (-3) * (-6) =>
-12 + 16 + 18 =>
34 - 12 =>
22
2019-01-26 5:52 am
v • w = ( 3 i - 8j - 3k ) • ( - 4 i - 2 j - 6 k )
v • w = -12 + 16 + 18
v • w = 22
2019-01-26 5:14 am
22
2019-01-26 11:49 am
Formula
If v = <a , b , c> , w = <d,e,f> then v.w = w.v=<ad , be , cf>


收錄日期: 2021-05-01 22:30:01
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20190125205645AA7ai9K

檢視 Wayback Machine 備份