#3 vectors

1 messages · Page 1 of 1 (latest)

frigid oyster
#

u = (2, 0, 1), w = (1, -1, 0), v_t = (t, 2, 3) and they belong to V = R^3

A is a matrix that has those 3 vectors as columns

How do I find out whether (v, w, v_t) is a base of V upon t varying in value or not. If I can't find that out, how do I find a linear dependency among those vectors

fringe heraldBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
frigid oyster
#

t varies in R

mighty tangle
#

Considering the linear (in)dependence of {u, w, v_t}
is just considering whether the linear system au + bw + cv_t = 0 has nontrivial solutions

#

Hence whether A is nonsingular

frigid oyster
#

but with the t as a variable can I consider that?

pliant field
#

one of the approach would be to calculate determinant since it is 3x3 its not that difficult and solve det(A) ≠ 0

frigid oyster
#

that t is what's throwing me off

pliant field
#

since det(A) ≠0 <=> matrix has linearly independent columns

frigid oyster
#

how do I also find whether a linear application f: V -> V exists so f(u) = w, f(w) = u and f(v_0) = f(v_1)

#

and say that it's unique

pliant field
#

if we have linear transformation f(v) = Av is where A is invertible matrix then we have bijective function and we can define f^-1

#

since f is bijective function we have 1-1 correspondence which implies that f(v) is unique

frigid oyster
#

oo

frigid oyster
pliant field
frigid oyster
#

so if t is not 4, then those vectors are a base of V as they also generate it

#

while if it's 4, what would be the linear dependency

#

a would be 2 times c and b would be -3 times c

#

I guess

pliant field
#

to show that vectors are dependent you can show
$$ c_1 * v_1 + c_2 * v_2 + ... c_n * v_n= 0 $$ where there exists one c_i is not 0

frigid oyster
#

mhm

mellow notchBOT
#

L
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

pliant field
#

lol im still learning some latex

frigid oyster
#

you're good

pliant field
#

if there is some constant c_i ≠ 0 then vectors are dependent

frigid oyster
#

I put them in a system and basically if t = 4, it comes out as

(t - 4)c = 0
b = 2c
a = -3c

#

so then c can have any value and a,b would be dependent on it

#

if you sum u and w then they are linearly dependent on v_4

pliant field
#

one sec brb

pliant field
#

we get linear dependence

#

-3•u + 2•w + 1•v_4 = 0

frigid oyster
#

ye

#

tyty

pliant field
#

no problem

mighty tangle
pliant field