The result of dot product is a number

The result of cross product is a vector

Formula of dot product

a•b = |a||b|cosθ

Formula of cross product

axb = |a||b|sinθ

实际上上面的叉积公式并不完整,因为叉积的结果是一个向量,而向量是既有大小又有方向的,上面的公式只描述了结果向量的大小,并没有给出方向。正确的写法如下

axb = |a||b|sinθӣ

这里ӣ是单位向量,表示结果向量的方向。

相关文章:

  • 2021-09-01
  • 2021-06-11
  • 2022-12-23
  • 2021-06-26
  • 2022-01-06
  • 2021-08-22
  • 2021-07-30
  • 2021-04-15
猜你喜欢
  • 2022-02-07
  • 2021-09-14
  • 2022-01-22
  • 2022-12-23
  • 2021-06-04
  • 2022-02-27
  • 2021-11-23
相关资源
相似解决方案