photo

maryam alhajji


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Réponse apportée
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...

plus de 5 ans il y a | 0

Question


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

plus de 5 ans il y a | 2 réponses | 1

2

réponses