Module 7: Vector Operations (Inner & Cross Products)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

dot(u, v)

Computes the dot product of vectors u and v.

2
New cards

norm(v)

Computes the norm (length/magnitude) of vector v.

3
New cards

norm(u - v)

Computes the distance between the two vectors u and v.

4
New cards

u / norm(u)

Creates a unit vector in the same direction as u.

5
New cards

acos(x)

Arccosine; computes the inverse cosine in radians.

6
New cards

acosd(x)

Arccosine (degrees); computes the inverse cosine in degrees.

7
New cards

cross(u, v)

Computes the cross product of 3D vectors u and v.

8
New cards

norm(cross(u, v))

Computes the area of the parallelogram defined by u and v. 

Explore top flashcards