- #1
Jamin2112
- 986
- 12
Homework Statement
Critique my understanding.
Homework Equations
From the omniscient Wikipedia:
In linear algebra, a family of vectors is linearly independent if none of them can be written as a linear combination of finitely many other vectors in the collection.
The Attempt at a Solution
So if I had (0 0 1)T, (0 2 -2)T, (1 -2 1)T, and (4 2 3)T, then I'd check whether at least one of them can be written as a linear combination of the others by looking at
k1 (0 0 1)T + k2 (0 2 -2)T + k3 (1 -2 1)T + k4 (4 2 3)T = 0
and seeing whether there is a nontrivial solution.
Why? --- Because I looked to see whether the first one can be written as a linear combination of the other three, I'd have
C (0 0 1)T = C2 (0 2 -2)T + C3 (1 -2 1)T + C4 (4 2 3)T
----> 0 = - C (0 0 1)T + C2 (0 2 -2)T + C3 (1 -2 1)T + C4 (4 2 3)T ,
which is essentially the same thing. Ditto when I check so see if the other three vectors can be written as a linear combination of each of their other three. Sometimes my profesor throws functions at us. For example, he asked whether the functions f(x) = cos(x) and g(x) = sin(x) (both R --> R) were linearly independent.
I look at
A cos(x) + B sin(x) = 0.
Since the domain is all real numbers x, I can just choose a convenient real number x and to confirm my sneaking suspicion of linear independence. Let x = 0. Then A = 0 and B = B. Let x = π / 2. Then B = 0 and A = A. … I'm a little confused. Can someone help me with the logic leading to the conclusion that my functions are linearly independent?