Lecture 9 Flashcards

1
Q

What is a second way of writing the dot product of two vectors be written as?

A

u * v = u^Tv

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

What is cos 90 equal to?

A

0

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

If the angle between two vectors is 90 degrees, what is their dot product?

A

0

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

What does it mean if two vectors are orthogonal?

A

the angle between the two vectors is 90 which means they are perpendicular

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

What is the sum of two vectors u and v in R^n?

A

the element-wise sum of their components

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

What happens if c is a scalar and we multiply it with v?

A

we will just have to multiple every element in the column by c

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

What is a linear combination of v_1, v_2, …, v_d?

A

a_1v_1 + a_2v_2 + … + a_dv_d where a_1, a_2, …, a_d are all scalars

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

What is a span?

A

the set of all vectors that can be created using linear combinations of those vectors

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

What vector in span(x) is closest to y?

A

the orthogonal projection of y onto span(x)

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

What is the projection error?

A

e = y - wx

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

What is the definition of the projection error?

A

the vector that connects y to span(x)

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

How would we make e as short as possible?

A

finding an e that is orthogonal to wx

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

What vector in span(x) is closest to y?

A

w* = x * y /x * x

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

What do we call w*x?

A

the orthogonal projection of y onto span(x)

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