Uniqueness of Degenerate EigenfunctionsEigenvalues are unique?degenerate eigenvaluesSimultaneous diagonalization of commuting matrixEigenvectors for a matrix with degenerate eigenvalueslinear independence of normal matrix's eigenvectorsTwo commuted Matrices with degenerate eigenvaluesHow to get the same eigenvectors of a degenerate eigenvalue as the matrix evolves slightly?Consequences of degenerate eigenvectorsFinding a basis of eigenvectors for a vector space with respect to a linear transformationUniqueness of Eigenspaces
After `ssh` without `-X` to a machine, is it possible to change `$DISPLAY` to make it work like `ssh -X`?
What materials can be used to make a humanoid skin warm?
Source permutation
What do *foreign films* mean for an American?
How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X
Can the alpha, lambda values of a glmnet object output determine whether ridge or Lasso?
Doesn't allowing a user mode program to access kernel space memory and execute the IN and OUT instructions defeat the purpose of having CPU modes?
Getting the || sign while using Kurier
How is it possible to drive VGA displays at such high pixel clock frequencies?
Damage bonus for different weapons
Trig Subsitution When There's No Square Root
Giving a career talk in my old university, how prominently should I tell students my salary?
Can we track matter through time by looking at different depths in space?
Do I really need to have a scientific explanation for my premise?
Outlet with 3 sets of wires
What will happen if my luggage gets delayed?
Why do we say ‘pairwise disjoint’, rather than ‘disjoint’?
Finitely many repeated replacements
From an axiomatic set theoric approach why can we take uncountable unions?
NASA's RS-25 Engines
Can't make sense of a paragraph from Lovecraft
What is the population of Romulus in the TNG era?
I can't die. Who am I?
Why couldn't the separatists legally leave the Republic?
Uniqueness of Degenerate Eigenfunctions
Eigenvalues are unique?degenerate eigenvaluesSimultaneous diagonalization of commuting matrixEigenvectors for a matrix with degenerate eigenvalueslinear independence of normal matrix's eigenvectorsTwo commuted Matrices with degenerate eigenvaluesHow to get the same eigenvectors of a degenerate eigenvalue as the matrix evolves slightly?Consequences of degenerate eigenvectorsFinding a basis of eigenvectors for a vector space with respect to a linear transformationUniqueness of Eigenspaces
$begingroup$
Say you have some matrix and the eigenvalues are all the same (degenerate). Let’s say you have $N$ eigenvectors with the label $n$, call them $psi_n$. If the eigenvalues were not degenerate, then the eigenvectors would form a unique orthonormal basis for some space $mathbbV_N$. However, since they are degenerate, then there is no unique basis because they all have the same eigenvalues, so linear combinations of the eigenvectors are also eigenvectors. My question is:
if we choose any arbitrary basis, will the eigenvectors be orthogonal to each other?
For example, I can choose one eigenvector to be $psi_n$ and another $alphapsi_n + betapsi_n+1$, and these are already not orthogonal.
linear-algebra matrices eigenvalues-eigenvectors
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Say you have some matrix and the eigenvalues are all the same (degenerate). Let’s say you have $N$ eigenvectors with the label $n$, call them $psi_n$. If the eigenvalues were not degenerate, then the eigenvectors would form a unique orthonormal basis for some space $mathbbV_N$. However, since they are degenerate, then there is no unique basis because they all have the same eigenvalues, so linear combinations of the eigenvectors are also eigenvectors. My question is:
if we choose any arbitrary basis, will the eigenvectors be orthogonal to each other?
For example, I can choose one eigenvector to be $psi_n$ and another $alphapsi_n + betapsi_n+1$, and these are already not orthogonal.
linear-algebra matrices eigenvalues-eigenvectors
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
I don't understand your question, and your second sentence is not true. Choose an arbitrary basis of what? What does this basis have to do with your eigenvectors? Why isn't the last sentence of your question already an answer?
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
A matrix all of whose eigenvalues are the same number $lambda$ necessarily has the form $lambda I + N$ where $N$ is a nilpotent matrix. If it is $n times n$, then it has $n$ linearly independent eigenvectors iff $N = 0$ iff the matrix is just a scalar multiple of the identity, so any nonzero vector is an eigenvector.
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
What is a "degenerate" eigenvalue?
$endgroup$
– David C. Ullrich
yesterday
$begingroup$
Look, if you have all the eigenvalues the same for a matrix, then the eigenvectors are not unique. You can form linear combinations of them, and they will still be eigenvectors of the original matrix. What I'm asking is when you have already found all the eigenvectors, i) will any linear combination of them form a viable basis?, and ii) will this basis necessarily be orthonormal?
$endgroup$
– Josh Pilipovsky
18 hours ago
add a comment |
$begingroup$
Say you have some matrix and the eigenvalues are all the same (degenerate). Let’s say you have $N$ eigenvectors with the label $n$, call them $psi_n$. If the eigenvalues were not degenerate, then the eigenvectors would form a unique orthonormal basis for some space $mathbbV_N$. However, since they are degenerate, then there is no unique basis because they all have the same eigenvalues, so linear combinations of the eigenvectors are also eigenvectors. My question is:
if we choose any arbitrary basis, will the eigenvectors be orthogonal to each other?
For example, I can choose one eigenvector to be $psi_n$ and another $alphapsi_n + betapsi_n+1$, and these are already not orthogonal.
linear-algebra matrices eigenvalues-eigenvectors
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
Say you have some matrix and the eigenvalues are all the same (degenerate). Let’s say you have $N$ eigenvectors with the label $n$, call them $psi_n$. If the eigenvalues were not degenerate, then the eigenvectors would form a unique orthonormal basis for some space $mathbbV_N$. However, since they are degenerate, then there is no unique basis because they all have the same eigenvalues, so linear combinations of the eigenvectors are also eigenvectors. My question is:
if we choose any arbitrary basis, will the eigenvectors be orthogonal to each other?
For example, I can choose one eigenvector to be $psi_n$ and another $alphapsi_n + betapsi_n+1$, and these are already not orthogonal.
linear-algebra matrices eigenvalues-eigenvectors
linear-algebra matrices eigenvalues-eigenvectors
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited yesterday
YuiTo Cheng
2,0192636
2,0192636
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
Josh PilipovskyJosh Pilipovsky
1011
1011
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
I don't understand your question, and your second sentence is not true. Choose an arbitrary basis of what? What does this basis have to do with your eigenvectors? Why isn't the last sentence of your question already an answer?
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
A matrix all of whose eigenvalues are the same number $lambda$ necessarily has the form $lambda I + N$ where $N$ is a nilpotent matrix. If it is $n times n$, then it has $n$ linearly independent eigenvectors iff $N = 0$ iff the matrix is just a scalar multiple of the identity, so any nonzero vector is an eigenvector.
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
What is a "degenerate" eigenvalue?
$endgroup$
– David C. Ullrich
yesterday
$begingroup$
Look, if you have all the eigenvalues the same for a matrix, then the eigenvectors are not unique. You can form linear combinations of them, and they will still be eigenvectors of the original matrix. What I'm asking is when you have already found all the eigenvectors, i) will any linear combination of them form a viable basis?, and ii) will this basis necessarily be orthonormal?
$endgroup$
– Josh Pilipovsky
18 hours ago
add a comment |
$begingroup$
I don't understand your question, and your second sentence is not true. Choose an arbitrary basis of what? What does this basis have to do with your eigenvectors? Why isn't the last sentence of your question already an answer?
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
A matrix all of whose eigenvalues are the same number $lambda$ necessarily has the form $lambda I + N$ where $N$ is a nilpotent matrix. If it is $n times n$, then it has $n$ linearly independent eigenvectors iff $N = 0$ iff the matrix is just a scalar multiple of the identity, so any nonzero vector is an eigenvector.
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
What is a "degenerate" eigenvalue?
$endgroup$
– David C. Ullrich
yesterday
$begingroup$
Look, if you have all the eigenvalues the same for a matrix, then the eigenvectors are not unique. You can form linear combinations of them, and they will still be eigenvectors of the original matrix. What I'm asking is when you have already found all the eigenvectors, i) will any linear combination of them form a viable basis?, and ii) will this basis necessarily be orthonormal?
$endgroup$
– Josh Pilipovsky
18 hours ago
$begingroup$
I don't understand your question, and your second sentence is not true. Choose an arbitrary basis of what? What does this basis have to do with your eigenvectors? Why isn't the last sentence of your question already an answer?
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
I don't understand your question, and your second sentence is not true. Choose an arbitrary basis of what? What does this basis have to do with your eigenvectors? Why isn't the last sentence of your question already an answer?
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
A matrix all of whose eigenvalues are the same number $lambda$ necessarily has the form $lambda I + N$ where $N$ is a nilpotent matrix. If it is $n times n$, then it has $n$ linearly independent eigenvectors iff $N = 0$ iff the matrix is just a scalar multiple of the identity, so any nonzero vector is an eigenvector.
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
A matrix all of whose eigenvalues are the same number $lambda$ necessarily has the form $lambda I + N$ where $N$ is a nilpotent matrix. If it is $n times n$, then it has $n$ linearly independent eigenvectors iff $N = 0$ iff the matrix is just a scalar multiple of the identity, so any nonzero vector is an eigenvector.
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
What is a "degenerate" eigenvalue?
$endgroup$
– David C. Ullrich
yesterday
$begingroup$
What is a "degenerate" eigenvalue?
$endgroup$
– David C. Ullrich
yesterday
$begingroup$
Look, if you have all the eigenvalues the same for a matrix, then the eigenvectors are not unique. You can form linear combinations of them, and they will still be eigenvectors of the original matrix. What I'm asking is when you have already found all the eigenvectors, i) will any linear combination of them form a viable basis?, and ii) will this basis necessarily be orthonormal?
$endgroup$
– Josh Pilipovsky
18 hours ago
$begingroup$
Look, if you have all the eigenvalues the same for a matrix, then the eigenvectors are not unique. You can form linear combinations of them, and they will still be eigenvectors of the original matrix. What I'm asking is when you have already found all the eigenvectors, i) will any linear combination of them form a viable basis?, and ii) will this basis necessarily be orthonormal?
$endgroup$
– Josh Pilipovsky
18 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140950%2funiqueness-of-degenerate-eigenfunctions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.
Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.
Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.
Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140950%2funiqueness-of-degenerate-eigenfunctions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
I don't understand your question, and your second sentence is not true. Choose an arbitrary basis of what? What does this basis have to do with your eigenvectors? Why isn't the last sentence of your question already an answer?
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
A matrix all of whose eigenvalues are the same number $lambda$ necessarily has the form $lambda I + N$ where $N$ is a nilpotent matrix. If it is $n times n$, then it has $n$ linearly independent eigenvectors iff $N = 0$ iff the matrix is just a scalar multiple of the identity, so any nonzero vector is an eigenvector.
$endgroup$
– Qiaochu Yuan
yesterday
$begingroup$
What is a "degenerate" eigenvalue?
$endgroup$
– David C. Ullrich
yesterday
$begingroup$
Look, if you have all the eigenvalues the same for a matrix, then the eigenvectors are not unique. You can form linear combinations of them, and they will still be eigenvectors of the original matrix. What I'm asking is when you have already found all the eigenvectors, i) will any linear combination of them form a viable basis?, and ii) will this basis necessarily be orthonormal?
$endgroup$
– Josh Pilipovsky
18 hours ago