S2 Flashcards

1
Q

Two vectors are linearly dependent if and only if they lie on a line through the origin.

(To check the statement “A if and only if B”, you have to check two things: “A if B” and “A only if B”, which is the same as “B if A”.)

A

True

IF: If u and v are on a line through the origin, then v = cu for some c ∈ R. So cuv = 0 is a nontrivial linear relation between them, hence they are dependent.

ONLY IF: If u and v linearly dependent, then au + bv = 0 for some a, b not both zero. If a is not zero, then u=(−b/a)v; if b is not zero, then v=(−a/b)u.

Eitherway we get that the two vectors lie on a line through the origin.

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

If S is a linearly dependent set, then each vector in S is a linear combination of the other vectors in S.

A

False

The vectors (1,0), (0,2), (0,1) are linearly dependent, but the third is not a linear combination of the first two.

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

If {x,y} is linearly independent, and {x,y,z} is linearly dependent, then z is in Span{x, y}.

A

True

There must be a relation ax+by+cz = 0 with a, b, c not all zero. Since x and y are independent, there is no relation ax + by = 0. Hence c ≠ 0, so

z = −(a/c)x − (b/c)y, which means that z is in the span of x and y.

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

A linear transformation T is one-to-one if and only if T(x) = 0 has a unique solution x.

A

True

This is Theorem 11 in Chapter 1 of the book.

If T is one-to-one, then T (x) = 0 has at most one solution, and we know that 0 is a solution (T(0) = 0 because T is linear), so 0 must be the unique solution of T(x) = 0.

On the other hand, suppose that T (x) = 0 has a unique solution, which must be 0. Then T must be one-to-one, because if not, there would be a ≠ **b such that T(a) = T(b), and then T(ab) = T(a)−(b) = 0, so ab** would be another solution of T (x) = 0.

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

If a linear transformation T with matrix A is one-to-one, then the columns of A span the codomain of T.

A

False

Take for instance A.

It is in echelon form, so we can see that it is one-to-one. But clearly the columns do not span ℝ3.

In fact, the columns of A spanning the codomain of T is equivalent to T being onto, which we know is not the same as being one-to-one.

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