lecture 1 - vectors Flashcards

1
Q

What is sum of vectors?

A

for a = ( a1,a2,…,an) and b = (b1,b2,..,b2):
a = (a1 + b1, a2 + b2, … an + bn)

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

What is scalar multiplication of vectors?

A

For Lambda is element of real numbers and a = ( a1,a2,…,an), scalar multiplication = (lambda a1, lambda a2, lambda an)

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

What is scalar product?

A

the sum of products of each pair between two vectors A and B.
(a1 * b1) + (a2 * b2) + … + (an * bn)

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

What is linear dependency?

A

2+ vectors are linearly dependent if they can be used to represent the null vector using non-scalars without being zero.
e.g. if R1 + 2(R2) = R3 then they are linearly dependent.

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

What is a null vector?

A

all elements are 0
A = (0, 0, 0)

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