photo

maryam alhajji


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

1 个提问
1 个回答

排名
20,629
of 299,772

声誉
2

贡献数
1 个提问
1 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

已回答
Finding the Dot Product of Two Vectors
syms a1 a2 a3 b1 b2 b3 a=[ a1 , a2 , a3]; b= [ b1 , b2 , b3]; d= dot(a,b) c=cross (a,b) c = [ a2*b3 - a3*b2, a3*b...

6 years 前 | 0

提问


Finding the Dot Product of Two Vectors
The dot product (or scalar product) of two vectors is used, among other things, as a way of finding the angle theta between two ...

6 years 前 | 2 个回答 | 1

2

个回答