Check if the following vectors are linearly independent or not
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Check whether the following rows are linearly dependent/independent:
If Linearly dependent find the relation between them
beginmultline(1,1,1,1,1,1,1,1,1,1)
(1,1,1,1,1,0,1,1,1,0)
(1,1,1,1,1,1,0,1,1,0)\
(1,1,1,1,1,1,1,0,1,0)
(1,1,1,1,1,1,1,1,0,0)
(1,1,1,1,1,0,0,0,0,-3)endmultline
I tried to do using the combination $c_1(1,1,1,1,1,1,1,1,1,1)+c_2(1,1,1,1,1,0,1,1,1,0)+c_3(1,1,1,1,1,1,0,1,1,0)+c_4(1,1,1,1,1,1,1,0,1,0)+c_5 (1,1,1,1,1,1,1,1,1,0)+c_6 (1,1,1,1,1,0,0,0,0,-3)=(0,0,0,0,0,0,0,0,0,0)$
and I got $c_1=3c_6,c_2=c_3=c_4=c_5=0$
But $c_1-3c_6neq 0$
So where am I wrong?Please help
linear-algebra vector-spaces
add a comment |Â
up vote
0
down vote
favorite
Check whether the following rows are linearly dependent/independent:
If Linearly dependent find the relation between them
beginmultline(1,1,1,1,1,1,1,1,1,1)
(1,1,1,1,1,0,1,1,1,0)
(1,1,1,1,1,1,0,1,1,0)\
(1,1,1,1,1,1,1,0,1,0)
(1,1,1,1,1,1,1,1,0,0)
(1,1,1,1,1,0,0,0,0,-3)endmultline
I tried to do using the combination $c_1(1,1,1,1,1,1,1,1,1,1)+c_2(1,1,1,1,1,0,1,1,1,0)+c_3(1,1,1,1,1,1,0,1,1,0)+c_4(1,1,1,1,1,1,1,0,1,0)+c_5 (1,1,1,1,1,1,1,1,1,0)+c_6 (1,1,1,1,1,0,0,0,0,-3)=(0,0,0,0,0,0,0,0,0,0)$
and I got $c_1=3c_6,c_2=c_3=c_4=c_5=0$
But $c_1-3c_6neq 0$
So where am I wrong?Please help
linear-algebra vector-spaces
I think for $c_6=1$ and $c_1=3$ you get what you need
â dmtri
Aug 29 at 7:15
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Check whether the following rows are linearly dependent/independent:
If Linearly dependent find the relation between them
beginmultline(1,1,1,1,1,1,1,1,1,1)
(1,1,1,1,1,0,1,1,1,0)
(1,1,1,1,1,1,0,1,1,0)\
(1,1,1,1,1,1,1,0,1,0)
(1,1,1,1,1,1,1,1,0,0)
(1,1,1,1,1,0,0,0,0,-3)endmultline
I tried to do using the combination $c_1(1,1,1,1,1,1,1,1,1,1)+c_2(1,1,1,1,1,0,1,1,1,0)+c_3(1,1,1,1,1,1,0,1,1,0)+c_4(1,1,1,1,1,1,1,0,1,0)+c_5 (1,1,1,1,1,1,1,1,1,0)+c_6 (1,1,1,1,1,0,0,0,0,-3)=(0,0,0,0,0,0,0,0,0,0)$
and I got $c_1=3c_6,c_2=c_3=c_4=c_5=0$
But $c_1-3c_6neq 0$
So where am I wrong?Please help
linear-algebra vector-spaces
Check whether the following rows are linearly dependent/independent:
If Linearly dependent find the relation between them
beginmultline(1,1,1,1,1,1,1,1,1,1)
(1,1,1,1,1,0,1,1,1,0)
(1,1,1,1,1,1,0,1,1,0)\
(1,1,1,1,1,1,1,0,1,0)
(1,1,1,1,1,1,1,1,0,0)
(1,1,1,1,1,0,0,0,0,-3)endmultline
I tried to do using the combination $c_1(1,1,1,1,1,1,1,1,1,1)+c_2(1,1,1,1,1,0,1,1,1,0)+c_3(1,1,1,1,1,1,0,1,1,0)+c_4(1,1,1,1,1,1,1,0,1,0)+c_5 (1,1,1,1,1,1,1,1,1,0)+c_6 (1,1,1,1,1,0,0,0,0,-3)=(0,0,0,0,0,0,0,0,0,0)$
and I got $c_1=3c_6,c_2=c_3=c_4=c_5=0$
But $c_1-3c_6neq 0$
So where am I wrong?Please help
linear-algebra vector-spaces
edited Aug 29 at 9:16
asked Aug 29 at 7:10
PureMathematics
976
976
I think for $c_6=1$ and $c_1=3$ you get what you need
â dmtri
Aug 29 at 7:15
add a comment |Â
I think for $c_6=1$ and $c_1=3$ you get what you need
â dmtri
Aug 29 at 7:15
I think for $c_6=1$ and $c_1=3$ you get what you need
â dmtri
Aug 29 at 7:15
I think for $c_6=1$ and $c_1=3$ you get what you need
â dmtri
Aug 29 at 7:15
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
0
down vote
Let put the vectors as rows in a matrix and check for the RREF. From the number of pivots we can deduce whether or not the vectors are linearly independent.
Refer also to Reduced row echelon form and linear independence
add a comment |Â
up vote
0
down vote
I don't know where you got $c_1-3c_6=0$. The vectors are linearly independent. For instance if you forget the first $4$ coordinates of each vector and you obtain a $6times6$ matrix from the rest, then that matrix is$$beginbmatrix1 & 1 & 1 & 1 & 1 & 1 \ 1 & 0 & 1 & 1 & 1 & 0 \ 1 & 1 & 0 & 1 & 1 & 0 \ 1 & 1 & 1 & 0 & 1 & 0 \ 1 & 1 & 1 & 1 & 1 & 0 \ 1 & 0 & 0 & 0 & 0 & -3endbmatrix,$$whose determinant is $1neq0$.
add a comment |Â
up vote
0
down vote
Subtract every row (but the first) from the first.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,1,1,1,1,4)$
Then subtract row $2$ to $5$ from $6$.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
...
$(1,1,1,1,1,0,0,0,0,0)
\(0,0,0,0,0,1,0,0,0,0)
\(0,0,0,0,0,0,1,0,0,0)
\(0,0,0,0,0,0,0,1,0,0)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
This should be convincing enough. (As José did, you can dispense yourself with the first four columns.)
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Let put the vectors as rows in a matrix and check for the RREF. From the number of pivots we can deduce whether or not the vectors are linearly independent.
Refer also to Reduced row echelon form and linear independence
add a comment |Â
up vote
0
down vote
Let put the vectors as rows in a matrix and check for the RREF. From the number of pivots we can deduce whether or not the vectors are linearly independent.
Refer also to Reduced row echelon form and linear independence
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Let put the vectors as rows in a matrix and check for the RREF. From the number of pivots we can deduce whether or not the vectors are linearly independent.
Refer also to Reduced row echelon form and linear independence
Let put the vectors as rows in a matrix and check for the RREF. From the number of pivots we can deduce whether or not the vectors are linearly independent.
Refer also to Reduced row echelon form and linear independence
answered Aug 29 at 7:14
gimusi
71.2k73786
71.2k73786
add a comment |Â
add a comment |Â
up vote
0
down vote
I don't know where you got $c_1-3c_6=0$. The vectors are linearly independent. For instance if you forget the first $4$ coordinates of each vector and you obtain a $6times6$ matrix from the rest, then that matrix is$$beginbmatrix1 & 1 & 1 & 1 & 1 & 1 \ 1 & 0 & 1 & 1 & 1 & 0 \ 1 & 1 & 0 & 1 & 1 & 0 \ 1 & 1 & 1 & 0 & 1 & 0 \ 1 & 1 & 1 & 1 & 1 & 0 \ 1 & 0 & 0 & 0 & 0 & -3endbmatrix,$$whose determinant is $1neq0$.
add a comment |Â
up vote
0
down vote
I don't know where you got $c_1-3c_6=0$. The vectors are linearly independent. For instance if you forget the first $4$ coordinates of each vector and you obtain a $6times6$ matrix from the rest, then that matrix is$$beginbmatrix1 & 1 & 1 & 1 & 1 & 1 \ 1 & 0 & 1 & 1 & 1 & 0 \ 1 & 1 & 0 & 1 & 1 & 0 \ 1 & 1 & 1 & 0 & 1 & 0 \ 1 & 1 & 1 & 1 & 1 & 0 \ 1 & 0 & 0 & 0 & 0 & -3endbmatrix,$$whose determinant is $1neq0$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I don't know where you got $c_1-3c_6=0$. The vectors are linearly independent. For instance if you forget the first $4$ coordinates of each vector and you obtain a $6times6$ matrix from the rest, then that matrix is$$beginbmatrix1 & 1 & 1 & 1 & 1 & 1 \ 1 & 0 & 1 & 1 & 1 & 0 \ 1 & 1 & 0 & 1 & 1 & 0 \ 1 & 1 & 1 & 0 & 1 & 0 \ 1 & 1 & 1 & 1 & 1 & 0 \ 1 & 0 & 0 & 0 & 0 & -3endbmatrix,$$whose determinant is $1neq0$.
I don't know where you got $c_1-3c_6=0$. The vectors are linearly independent. For instance if you forget the first $4$ coordinates of each vector and you obtain a $6times6$ matrix from the rest, then that matrix is$$beginbmatrix1 & 1 & 1 & 1 & 1 & 1 \ 1 & 0 & 1 & 1 & 1 & 0 \ 1 & 1 & 0 & 1 & 1 & 0 \ 1 & 1 & 1 & 0 & 1 & 0 \ 1 & 1 & 1 & 1 & 1 & 0 \ 1 & 0 & 0 & 0 & 0 & -3endbmatrix,$$whose determinant is $1neq0$.
answered Aug 29 at 7:27
José Carlos Santos
120k16101182
120k16101182
add a comment |Â
add a comment |Â
up vote
0
down vote
Subtract every row (but the first) from the first.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,1,1,1,1,4)$
Then subtract row $2$ to $5$ from $6$.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
...
$(1,1,1,1,1,0,0,0,0,0)
\(0,0,0,0,0,1,0,0,0,0)
\(0,0,0,0,0,0,1,0,0,0)
\(0,0,0,0,0,0,0,1,0,0)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
This should be convincing enough. (As José did, you can dispense yourself with the first four columns.)
add a comment |Â
up vote
0
down vote
Subtract every row (but the first) from the first.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,1,1,1,1,4)$
Then subtract row $2$ to $5$ from $6$.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
...
$(1,1,1,1,1,0,0,0,0,0)
\(0,0,0,0,0,1,0,0,0,0)
\(0,0,0,0,0,0,1,0,0,0)
\(0,0,0,0,0,0,0,1,0,0)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
This should be convincing enough. (As José did, you can dispense yourself with the first four columns.)
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Subtract every row (but the first) from the first.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,1,1,1,1,4)$
Then subtract row $2$ to $5$ from $6$.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
...
$(1,1,1,1,1,0,0,0,0,0)
\(0,0,0,0,0,1,0,0,0,0)
\(0,0,0,0,0,0,1,0,0,0)
\(0,0,0,0,0,0,0,1,0,0)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
This should be convincing enough. (As José did, you can dispense yourself with the first four columns.)
Subtract every row (but the first) from the first.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,1,1,1,1,4)$
Then subtract row $2$ to $5$ from $6$.
$(1,1,1,1,1,1,1,1,1,1)
\(0,0,0,0,0,1,0,0,0,1)
\(0,0,0,0,0,0,1,0,0,1)
\(0,0,0,0,0,0,0,1,0,1)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
...
$(1,1,1,1,1,0,0,0,0,0)
\(0,0,0,0,0,1,0,0,0,0)
\(0,0,0,0,0,0,1,0,0,0)
\(0,0,0,0,0,0,0,1,0,0)
\(0,0,0,0,0,0,0,0,0,1)
\(0,0,0,0,0,0,0,0,1,0)$
This should be convincing enough. (As José did, you can dispense yourself with the first four columns.)
edited Aug 29 at 7:45
answered Aug 29 at 7:39
Yves Daoust
114k665208
114k665208
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2898037%2fcheck-if-the-following-vectors-are-linearly-independent-or-not%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I think for $c_6=1$ and $c_1=3$ you get what you need
â dmtri
Aug 29 at 7:15