Are eigenvectors with repeated eigenvalues linearly dependant?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Eigenvectors with distinct eigenvalues are linearly independant, but what about the case where eigenvalues are repeated.
An example is where we have matrix A = $$
beginmatrix
1 & 0 \
0 & 1 \
endmatrix
$$
with eigenvalues $û$ = 1 which is repeated twice so spectrum A is 1(2).
And we find that the associated augments matrix is $$
beginmatrix
0 & 0 \
0 & 0 \
endmatrix
$$
And because neither component of the vector is contrained, the eigenvectors is of the form [u v]^T. We observe that [u v]^T = u[1 0]^T + v[0 1]^T. Where [1 0]^T + [0 1]^T is linearly independant. So from here how does this actually show that eigenvectors with repeated eigenvalues are not linearly dependant or otherwise?
linear-algebra matrices eigenvalues-eigenvectors
add a comment |Â
up vote
1
down vote
favorite
Eigenvectors with distinct eigenvalues are linearly independant, but what about the case where eigenvalues are repeated.
An example is where we have matrix A = $$
beginmatrix
1 & 0 \
0 & 1 \
endmatrix
$$
with eigenvalues $û$ = 1 which is repeated twice so spectrum A is 1(2).
And we find that the associated augments matrix is $$
beginmatrix
0 & 0 \
0 & 0 \
endmatrix
$$
And because neither component of the vector is contrained, the eigenvectors is of the form [u v]^T. We observe that [u v]^T = u[1 0]^T + v[0 1]^T. Where [1 0]^T + [0 1]^T is linearly independant. So from here how does this actually show that eigenvectors with repeated eigenvalues are not linearly dependant or otherwise?
linear-algebra matrices eigenvalues-eigenvectors
From [u v]^T = u[1 0]^T + v[0 1]^T i would've said that no the eigenvectors not linearly independant because u and v are not trivial solutions, but im not sure.
â Randy Rogers
Aug 25 at 11:27
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Eigenvectors with distinct eigenvalues are linearly independant, but what about the case where eigenvalues are repeated.
An example is where we have matrix A = $$
beginmatrix
1 & 0 \
0 & 1 \
endmatrix
$$
with eigenvalues $û$ = 1 which is repeated twice so spectrum A is 1(2).
And we find that the associated augments matrix is $$
beginmatrix
0 & 0 \
0 & 0 \
endmatrix
$$
And because neither component of the vector is contrained, the eigenvectors is of the form [u v]^T. We observe that [u v]^T = u[1 0]^T + v[0 1]^T. Where [1 0]^T + [0 1]^T is linearly independant. So from here how does this actually show that eigenvectors with repeated eigenvalues are not linearly dependant or otherwise?
linear-algebra matrices eigenvalues-eigenvectors
Eigenvectors with distinct eigenvalues are linearly independant, but what about the case where eigenvalues are repeated.
An example is where we have matrix A = $$
beginmatrix
1 & 0 \
0 & 1 \
endmatrix
$$
with eigenvalues $û$ = 1 which is repeated twice so spectrum A is 1(2).
And we find that the associated augments matrix is $$
beginmatrix
0 & 0 \
0 & 0 \
endmatrix
$$
And because neither component of the vector is contrained, the eigenvectors is of the form [u v]^T. We observe that [u v]^T = u[1 0]^T + v[0 1]^T. Where [1 0]^T + [0 1]^T is linearly independant. So from here how does this actually show that eigenvectors with repeated eigenvalues are not linearly dependant or otherwise?
linear-algebra matrices eigenvalues-eigenvectors
asked Aug 25 at 11:20
Randy Rogers
726
726
From [u v]^T = u[1 0]^T + v[0 1]^T i would've said that no the eigenvectors not linearly independant because u and v are not trivial solutions, but im not sure.
â Randy Rogers
Aug 25 at 11:27
add a comment |Â
From [u v]^T = u[1 0]^T + v[0 1]^T i would've said that no the eigenvectors not linearly independant because u and v are not trivial solutions, but im not sure.
â Randy Rogers
Aug 25 at 11:27
From [u v]^T = u[1 0]^T + v[0 1]^T i would've said that no the eigenvectors not linearly independant because u and v are not trivial solutions, but im not sure.
â Randy Rogers
Aug 25 at 11:27
From [u v]^T = u[1 0]^T + v[0 1]^T i would've said that no the eigenvectors not linearly independant because u and v are not trivial solutions, but im not sure.
â Randy Rogers
Aug 25 at 11:27
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
If $v$ and $w$ are eigenvectors with distinct eigenvalues, then they are linearly independent, as you wrote. If the eigenvalues are the same, then they sometimes are linearly independent and they are sometimes linearly dependent. Take your matrix $A$, for instance. The vectors $v_1=(1,0)$, $v_2=(2,0)$ and $v_3=(0,1)$ are all eigenvectors with eigenvalue $1$. In this case $v_1$ and $v_2$ are linearly dependent, whereas $v_1$ and $v_3$ are linearly independent.
1
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
If $v$ and $w$ are eigenvectors with distinct eigenvalues, then they are linearly independent, as you wrote. If the eigenvalues are the same, then they sometimes are linearly independent and they are sometimes linearly dependent. Take your matrix $A$, for instance. The vectors $v_1=(1,0)$, $v_2=(2,0)$ and $v_3=(0,1)$ are all eigenvectors with eigenvalue $1$. In this case $v_1$ and $v_2$ are linearly dependent, whereas $v_1$ and $v_3$ are linearly independent.
1
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
add a comment |Â
up vote
2
down vote
If $v$ and $w$ are eigenvectors with distinct eigenvalues, then they are linearly independent, as you wrote. If the eigenvalues are the same, then they sometimes are linearly independent and they are sometimes linearly dependent. Take your matrix $A$, for instance. The vectors $v_1=(1,0)$, $v_2=(2,0)$ and $v_3=(0,1)$ are all eigenvectors with eigenvalue $1$. In this case $v_1$ and $v_2$ are linearly dependent, whereas $v_1$ and $v_3$ are linearly independent.
1
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
add a comment |Â
up vote
2
down vote
up vote
2
down vote
If $v$ and $w$ are eigenvectors with distinct eigenvalues, then they are linearly independent, as you wrote. If the eigenvalues are the same, then they sometimes are linearly independent and they are sometimes linearly dependent. Take your matrix $A$, for instance. The vectors $v_1=(1,0)$, $v_2=(2,0)$ and $v_3=(0,1)$ are all eigenvectors with eigenvalue $1$. In this case $v_1$ and $v_2$ are linearly dependent, whereas $v_1$ and $v_3$ are linearly independent.
If $v$ and $w$ are eigenvectors with distinct eigenvalues, then they are linearly independent, as you wrote. If the eigenvalues are the same, then they sometimes are linearly independent and they are sometimes linearly dependent. Take your matrix $A$, for instance. The vectors $v_1=(1,0)$, $v_2=(2,0)$ and $v_3=(0,1)$ are all eigenvectors with eigenvalue $1$. In this case $v_1$ and $v_2$ are linearly dependent, whereas $v_1$ and $v_3$ are linearly independent.
edited Aug 26 at 6:31
answered Aug 25 at 11:27
José Carlos Santos
119k16101182
119k16101182
1
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
add a comment |Â
1
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
1
1
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
@Moo I've edited my answer. Thank you.
â José Carlos Santos
Aug 26 at 6:32
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%2f2894027%2fare-eigenvectors-with-repeated-eigenvalues-linearly-dependant%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
From [u v]^T = u[1 0]^T + v[0 1]^T i would've said that no the eigenvectors not linearly independant because u and v are not trivial solutions, but im not sure.
â Randy Rogers
Aug 25 at 11:27