photo

maryam alhajji


自 2019 起处于活动状态

Followers: 0   Following: 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...

5 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 ...

5 years 前 | 2 个回答 | 1

2

个回答