当前位置:网站首页>Dot and cross product
Dot and cross product
2022-06-23 23:52:00 【Mapengsen】
The inner product of a vector ( Point multiplication )
The result is a scalar ( The set of real Numbers )
Definition
In a nutshell , Vectorial Inner product ( Point multiplication / The product of quantity ). Dot multiply two vectors , It is the sum operation after multiplying the corresponding bits of these two vectors one by one , As shown below , For vector a Sum vector b:
![]()

a and b The dot product formula of is :

This requires a one-dimensional vector a Sum vector b The number of rows and columns is the same . Be careful : The result of dot multiplication is a scalar ( Quantity, not vector )
Definition : Two vectors a And b The inner product of is a·b = |a||b|cos∠(a, b), Specially ,0·a =a·0 = 0; if a,b Is a nonzero vector , be a And b**** orthogonal If and only if a·b = 0.
The outer product of a vector ( Cross riding )
The result is a vector
Definition
In a nutshell , The outer product of two vectors , Also called cross multiplication 、 Cross product vector product , The result of the operation is vector Instead of a scalar . And the outer product of the two vectors is perpendicular to the coordinate plane composed of the two vectors .
Definition : vector a And b Outer product of a×b It's a vector , Its length is equal to |a×b| = |a||b|sin∠(a,b), Its direction is orthogonal to a And b. also ,(a,b,a×b) Form a right-handed system .
Specially ,0×a = a×0 = 0. Besides , For any vector a,a×a=0.
For vector a Sum vector b:

a and b The outer product formula of is :

among :

according to i、j、k Inter relationship , Yes :

The geometric meaning of vector outer product
In 3D Geometry , vector a Sum vector b The result of the outer product of is a vector , A more common name is normal vector , The vector is perpendicular to a and b A plane of vectors .
stay 3D In iconography , The concept of outer product is very useful , You can use the outer product of two vectors , Generate a third perpendicular to a,b The normal vector of , To build X、Y、Z Coordinate system .
边栏推荐
- 【 GBASE的那些事儿】系列直播活动第02期《GBase 8s高可用技术及案例分析法》
- Flux in three dimensional vector field
- 为实现“双碳”目标,应如何实现节能、合理的照明管控
- 2018/GAN:Self-Attention Generative Adversarial Networks自我注意生成对抗网络
- 牛客网:接雨水的双指针问题
- APP性能优化之启动流程分析
- Revit API:明细表 ViewSchedule
- 再来一个高仿开眼的短视频APP
- Digital property management has become a trend. How can traditional property companies achieve digital butterfly change through transformation?
- A person even ran a Weibo app
猜你喜欢

Why do MySQL indexes use b+ trees at the bottom? After reading this article, you can easily handle the interview.
![The input parameter is object, but it was passed as [object object] because it needs to be converted to JSON format](/img/8c/b1535e03900d71b075f73f80030064.png)
The input parameter is object, but it was passed as [object object] because it needs to be converted to JSON format

VS QT VTK 左下角显示同步小坐标轴

Golang type assertion

Stm32-------adc (voltage detection)

7、STM32——LCD

Solve the problem that slf4j logs are not printed

牛客网:接雨水的双指针问题

PMP Exam related calculation formula summary! Must see before examination

生成所有可能的二叉搜索树
随机推荐
Idea automatically generates unit tests, doubling efficiency!
关于H5移动端用什么自动化测试
ORB_ Slam3 environment setup and demo demonstration
一个人竟然撸了一个微博 APP
What is the production process of enterprise website? How long does it take to design and build a website?
Generative countermeasure networks (Gans) and variants
【HackTheBox】 meow
A cartoon reading app highly imitating Tencent comics
Application of acrel-3000web power management system in Duba Expressway
Niuke.com: the double pointer problem of receiving rainwater
Digital property management has become a trend. How can traditional property companies achieve digital butterfly change through transformation?
Three cool and coquettish bottom navigation
Notepad++实用功能分享(正则行尾行首替换常用方法、文本比对功能等)
工作中一些常用的工具函數
Generate all possible binary search trees
数据库中索引原理及填充因子
Golang 类型断言
log Network Execution Time
Cvpr2019/ image translation: transgaga: geometry aware unsupervised image to image translation
Flux in three dimensional vector field