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年以上 前 | 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年以上 前 | 2 件の回答 | 1

2

回答