S11 Flashcards

1
Q

Let u, v, w ∈ ℝn. If u is orthogonal to v and v is orthogonal to w, then u is not orthogonal to w. True or False?

A

False

Take for instance the standard basis e1, e2, e3.

(It is true in ℝ2, though.)

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

If the distance from u to v equals the distance from u to −v, then u and v are orthogonal.

T/F ?

A

True, if :

∥u − v∥ = ∥u − (−v)∥ = ∥u + v∥

then
(u − v) · (u − v) = (u + v) · (u + v)

⇒ u·u − 2u·v + v·v = u·u + 2u·v + v·v

⇒ − 2u · v = 2u · v
⇒ u·v = 0

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

For a square matrix A, vectors in Col(A) are orthogonal to vectors in Nul(A).

A

False

Take for instance A and v = (1, −1) .

Then the inner product of v with a column (1, 2) equals −1, so they are not orthogonal.

It is true for the row space Row(A), however. A vector v is in Nul(A) if Av = 0,

which is the same as the inner product of v with each row of A being 0.

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

Let W be a subspace of ℝn. If x ∈ ℝn is orthogonal to every vector in a basis of W, then x ∈ W.

A

True

If B is a basis of W , then B⊥ =Span(B)⊥ =W⊥

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