Vectors Flashcards

1
Q

Define Vector

A

abstract data type to represent properties that have both direction and magnitude “oh yeah”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How are vectors expressed

A
a = (x,y)
a = [a,b]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does dot product look like

A
a = a1, a2
b = b1, b2

a.b = (a1 x b1) + (a2 + b2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly