当前位置:网站首页>点乘
点乘
2022-07-20 21:19:00 【51CTO】
软件架构师何志丹
含义及证明
向量OA和向量OB的点乘。以O为原点建立直角坐标系,令A的坐标为(x1,y1),B的坐标为(x2,y2)。
则点乘的代数含义为:x1x2+y1y2。
几何含义为:|OA||OB|cos<AOB
通过几何含义证明代数含义:
通过余弦定理和几何含义,可以得出:
点乘=(OA^2+OB^2-AB^2)/2
=(x1^2+y1^2+x2^2+y2^2-(x1-x2)^2-(y1-y2)^2)/2
=(x1^2+y1^2+x2^2+y2^2-(x1^2-2x1x2+x2^2)-(y1^2-2y1y2+y2^2))/2
=(2x1x2+2y1y2)/2
=x1x2+y1*y2
物理应用
功等于 力和位移的点乘
边栏推荐
猜你喜欢
随机推荐
推荐几个接私活的利器
moment插件----时间格式化
Recommend some sharp tools for private work
多线程防冲突
【Coggle 30 Days of ML】糖尿病遗传风险检测挑战赛(1)
Section 6 of Chapter 2: supplement and summary of strings
第二章第七节:列表的概念
Section 11 of Chapter 2: tuples
ESP8266-NodeMCU——使用WiFiManager库连接wifi
信号完整性(SI)电源完整性(PI)学习笔记(三十)电源分配网路(二)
Section 2 of Chapter 2: string index and slicing
vim-基础-技巧
Introduction to spinlock
第二章第十三节:set集合的交.并.叉集
Section 3 of Chapter 2: general operation of string
Common web security problems in interview
Survey and Systematization of 3D Object Detection Models and Methods(3D目标检测模型与方法综述)论文笔记
在竞争白热化的电商行业,链动2+1模式为什么还能生存那么久?
第二章第十一节:元组
04 提取最新的数据