Chapter 6 – Key Concepts Flashcards

1
Q

What is the inner product of two vectors u and v?

A

If u = [u1 … un] and v = [v1 … vn], then their inner product is given as:

uTv = uv = uas row matrix vas col. matrix = u1v1 + … + unvn

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

Let u, v, and w be vectors in Rn, and let c be a scalar. Evaluate the following:

a. uv = ? (How do they commute?)
b. (u+v)⋅w = ? (How do they distribute?)
c. (cu)⋅v = (How do they associate?)
d. uu (≥ or ≤) 0? uu = 0 ⇔ u = ?

A

a. uv = vu
b. (u+v)⋅w = uw+vw
c. (cu)⋅v = c(uv) = u⋅(cv)
d. uu ≥ 0, uu = 0 ⇔ u = 0

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