Number of zero eigenvalues equal to the number of dimensions “lost”? The Next CEO of Stack OverflowRelation between rank and number of distinct eigen valuesDetermining Jordan form from ranks of matrix powers.Determinant of rank-one perturbation of a diagonal matrixEigenvalue of a linear map (proof)Number of Linearly Dependent Rows/Columns and Number of Zero EigenvaluesHow do find out what eigenvalue represent a state in a state space vector?Finding the degree of minimal polynomial of a $10 times 10$ matrix with entries $a_ij=1-(-1)^i+j$?Construct real matrix for given complex eigenvalues and given complex eigenvectors where algebraic multiplicity < geometric multiplicityDeduction of eigenvalues of the matrix $A$ which satisfies $x^t A A^t x = alpha x^t x$?Example of matrix $A$ for which det$Phi = 0$?If zero is an eigenvalue are dimensions lost?
Customer Requests (Sometimes) Drive Me Bonkers!
Text adventure game code
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
What is meant by a M next to a roman numeral?
Why do remote companies require working in the US?
Whats the best way to handle refactoring a big file?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
How should I support this large drywall patch?
When did Lisp start using symbols for arithmetic?
Does the Brexit deal have to be agreed by both Houses?
How to make a software documentation "officially" citable?
How to write papers efficiently when English isn't my first language?
Can the Reverse Gravity spell affect the Meteor Swarm spell?
Why does standard notation not preserve intervals (visually)
How to count occurrences of text in a file?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Unreliable Magic - Is it worth it?
Trouble understanding the speech of overseas colleagues
How can I quit an app using Terminal?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
What makes a siege story/plot interesting?
Should I tutor a student who I know has cheated on their homework?
Visit to the USA with ESTA approved before trip to Iran
WOW air has ceased operation, can I get my tickets refunded?
Number of zero eigenvalues equal to the number of dimensions “lost”?
The Next CEO of Stack OverflowRelation between rank and number of distinct eigen valuesDetermining Jordan form from ranks of matrix powers.Determinant of rank-one perturbation of a diagonal matrixEigenvalue of a linear map (proof)Number of Linearly Dependent Rows/Columns and Number of Zero EigenvaluesHow do find out what eigenvalue represent a state in a state space vector?Finding the degree of minimal polynomial of a $10 times 10$ matrix with entries $a_ij=1-(-1)^i+j$?Construct real matrix for given complex eigenvalues and given complex eigenvectors where algebraic multiplicity < geometric multiplicityDeduction of eigenvalues of the matrix $A$ which satisfies $x^t A A^t x = alpha x^t x$?Example of matrix $A$ for which det$Phi = 0$?If zero is an eigenvalue are dimensions lost?
$begingroup$
In my statistics classes it was stated that if an $ntimes n$ matrix $A$ has $k$ zero eigenvalues, we have $rank(A) = n-k$. Is there any straightforward proof of this? Are there any limitations on the matrix needing to be symmetric?
From the relations $det(A) = Pi_i lambda_i$ and $ rank(A) < n leftrightarrow det(A) = 0 $, I understand that one zero eigenvalue must imply that the tank of $A$ is deficient. But in case of several zeros, why must the number of them equal the number of ranks lost?
linear-algebra eigenvalues-eigenvectors determinant matrix-rank
$endgroup$
add a comment |
$begingroup$
In my statistics classes it was stated that if an $ntimes n$ matrix $A$ has $k$ zero eigenvalues, we have $rank(A) = n-k$. Is there any straightforward proof of this? Are there any limitations on the matrix needing to be symmetric?
From the relations $det(A) = Pi_i lambda_i$ and $ rank(A) < n leftrightarrow det(A) = 0 $, I understand that one zero eigenvalue must imply that the tank of $A$ is deficient. But in case of several zeros, why must the number of them equal the number of ranks lost?
linear-algebra eigenvalues-eigenvectors determinant matrix-rank
$endgroup$
1
$begingroup$
The point is that the kernel and the eigenspace with eigenvalue $0$ are the same space. Note, however, that $0$ could be a defective eigenvalue, so when you say "has $k$ zero eigenvalues" you really mean "has $0$ as an eigenvalue with geometric multiplicity $k$".
$endgroup$
– Ian
yesterday
$begingroup$
Maybe this can be useful math.stackexchange.com/questions/2340541/…
$endgroup$
– Widawensen
yesterday
1
$begingroup$
As stated it might be wrong, consider for example the matrix $beginpmatrix 0 & 1 \ 0 & 0 endpmatrix$ which has a zero eigenvalue with multiplicity $2$, but rank 1. What is true is that if $k$ is the dimension of the zero eigenspace, then the rank of the matrix is $n-k$.
$endgroup$
– Joppy
yesterday
$begingroup$
@Joppy interesting, thank you! I don't think we have studied this in greater depth (restricted to symmetric matrices). In what cases would the dimension of an eigenspace not be equal to the algebraic multiplicity?
$endgroup$
– Jhonny
7 hours ago
$begingroup$
Symmetric matrices are always diagonalisable, so it will never happen for them. If you would like to look up some examples, you should search for the “Jordan form” of a matrix, which is a kind of replacement for diagonalisation.
$endgroup$
– Joppy
5 hours ago
add a comment |
$begingroup$
In my statistics classes it was stated that if an $ntimes n$ matrix $A$ has $k$ zero eigenvalues, we have $rank(A) = n-k$. Is there any straightforward proof of this? Are there any limitations on the matrix needing to be symmetric?
From the relations $det(A) = Pi_i lambda_i$ and $ rank(A) < n leftrightarrow det(A) = 0 $, I understand that one zero eigenvalue must imply that the tank of $A$ is deficient. But in case of several zeros, why must the number of them equal the number of ranks lost?
linear-algebra eigenvalues-eigenvectors determinant matrix-rank
$endgroup$
In my statistics classes it was stated that if an $ntimes n$ matrix $A$ has $k$ zero eigenvalues, we have $rank(A) = n-k$. Is there any straightforward proof of this? Are there any limitations on the matrix needing to be symmetric?
From the relations $det(A) = Pi_i lambda_i$ and $ rank(A) < n leftrightarrow det(A) = 0 $, I understand that one zero eigenvalue must imply that the tank of $A$ is deficient. But in case of several zeros, why must the number of them equal the number of ranks lost?
linear-algebra eigenvalues-eigenvectors determinant matrix-rank
linear-algebra eigenvalues-eigenvectors determinant matrix-rank
asked yesterday
JhonnyJhonny
127110
127110
1
$begingroup$
The point is that the kernel and the eigenspace with eigenvalue $0$ are the same space. Note, however, that $0$ could be a defective eigenvalue, so when you say "has $k$ zero eigenvalues" you really mean "has $0$ as an eigenvalue with geometric multiplicity $k$".
$endgroup$
– Ian
yesterday
$begingroup$
Maybe this can be useful math.stackexchange.com/questions/2340541/…
$endgroup$
– Widawensen
yesterday
1
$begingroup$
As stated it might be wrong, consider for example the matrix $beginpmatrix 0 & 1 \ 0 & 0 endpmatrix$ which has a zero eigenvalue with multiplicity $2$, but rank 1. What is true is that if $k$ is the dimension of the zero eigenspace, then the rank of the matrix is $n-k$.
$endgroup$
– Joppy
yesterday
$begingroup$
@Joppy interesting, thank you! I don't think we have studied this in greater depth (restricted to symmetric matrices). In what cases would the dimension of an eigenspace not be equal to the algebraic multiplicity?
$endgroup$
– Jhonny
7 hours ago
$begingroup$
Symmetric matrices are always diagonalisable, so it will never happen for them. If you would like to look up some examples, you should search for the “Jordan form” of a matrix, which is a kind of replacement for diagonalisation.
$endgroup$
– Joppy
5 hours ago
add a comment |
1
$begingroup$
The point is that the kernel and the eigenspace with eigenvalue $0$ are the same space. Note, however, that $0$ could be a defective eigenvalue, so when you say "has $k$ zero eigenvalues" you really mean "has $0$ as an eigenvalue with geometric multiplicity $k$".
$endgroup$
– Ian
yesterday
$begingroup$
Maybe this can be useful math.stackexchange.com/questions/2340541/…
$endgroup$
– Widawensen
yesterday
1
$begingroup$
As stated it might be wrong, consider for example the matrix $beginpmatrix 0 & 1 \ 0 & 0 endpmatrix$ which has a zero eigenvalue with multiplicity $2$, but rank 1. What is true is that if $k$ is the dimension of the zero eigenspace, then the rank of the matrix is $n-k$.
$endgroup$
– Joppy
yesterday
$begingroup$
@Joppy interesting, thank you! I don't think we have studied this in greater depth (restricted to symmetric matrices). In what cases would the dimension of an eigenspace not be equal to the algebraic multiplicity?
$endgroup$
– Jhonny
7 hours ago
$begingroup$
Symmetric matrices are always diagonalisable, so it will never happen for them. If you would like to look up some examples, you should search for the “Jordan form” of a matrix, which is a kind of replacement for diagonalisation.
$endgroup$
– Joppy
5 hours ago
1
1
$begingroup$
The point is that the kernel and the eigenspace with eigenvalue $0$ are the same space. Note, however, that $0$ could be a defective eigenvalue, so when you say "has $k$ zero eigenvalues" you really mean "has $0$ as an eigenvalue with geometric multiplicity $k$".
$endgroup$
– Ian
yesterday
$begingroup$
The point is that the kernel and the eigenspace with eigenvalue $0$ are the same space. Note, however, that $0$ could be a defective eigenvalue, so when you say "has $k$ zero eigenvalues" you really mean "has $0$ as an eigenvalue with geometric multiplicity $k$".
$endgroup$
– Ian
yesterday
$begingroup$
Maybe this can be useful math.stackexchange.com/questions/2340541/…
$endgroup$
– Widawensen
yesterday
$begingroup$
Maybe this can be useful math.stackexchange.com/questions/2340541/…
$endgroup$
– Widawensen
yesterday
1
1
$begingroup$
As stated it might be wrong, consider for example the matrix $beginpmatrix 0 & 1 \ 0 & 0 endpmatrix$ which has a zero eigenvalue with multiplicity $2$, but rank 1. What is true is that if $k$ is the dimension of the zero eigenspace, then the rank of the matrix is $n-k$.
$endgroup$
– Joppy
yesterday
$begingroup$
As stated it might be wrong, consider for example the matrix $beginpmatrix 0 & 1 \ 0 & 0 endpmatrix$ which has a zero eigenvalue with multiplicity $2$, but rank 1. What is true is that if $k$ is the dimension of the zero eigenspace, then the rank of the matrix is $n-k$.
$endgroup$
– Joppy
yesterday
$begingroup$
@Joppy interesting, thank you! I don't think we have studied this in greater depth (restricted to symmetric matrices). In what cases would the dimension of an eigenspace not be equal to the algebraic multiplicity?
$endgroup$
– Jhonny
7 hours ago
$begingroup$
@Joppy interesting, thank you! I don't think we have studied this in greater depth (restricted to symmetric matrices). In what cases would the dimension of an eigenspace not be equal to the algebraic multiplicity?
$endgroup$
– Jhonny
7 hours ago
$begingroup$
Symmetric matrices are always diagonalisable, so it will never happen for them. If you would like to look up some examples, you should search for the “Jordan form” of a matrix, which is a kind of replacement for diagonalisation.
$endgroup$
– Joppy
5 hours ago
$begingroup$
Symmetric matrices are always diagonalisable, so it will never happen for them. If you would like to look up some examples, you should search for the “Jordan form” of a matrix, which is a kind of replacement for diagonalisation.
$endgroup$
– Joppy
5 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
);
);
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%2f3164363%2fnumber-of-zero-eigenvalues-equal-to-the-number-of-dimensions-lost%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
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%2f3164363%2fnumber-of-zero-eigenvalues-equal-to-the-number-of-dimensions-lost%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
1
$begingroup$
The point is that the kernel and the eigenspace with eigenvalue $0$ are the same space. Note, however, that $0$ could be a defective eigenvalue, so when you say "has $k$ zero eigenvalues" you really mean "has $0$ as an eigenvalue with geometric multiplicity $k$".
$endgroup$
– Ian
yesterday
$begingroup$
Maybe this can be useful math.stackexchange.com/questions/2340541/…
$endgroup$
– Widawensen
yesterday
1
$begingroup$
As stated it might be wrong, consider for example the matrix $beginpmatrix 0 & 1 \ 0 & 0 endpmatrix$ which has a zero eigenvalue with multiplicity $2$, but rank 1. What is true is that if $k$ is the dimension of the zero eigenspace, then the rank of the matrix is $n-k$.
$endgroup$
– Joppy
yesterday
$begingroup$
@Joppy interesting, thank you! I don't think we have studied this in greater depth (restricted to symmetric matrices). In what cases would the dimension of an eigenspace not be equal to the algebraic multiplicity?
$endgroup$
– Jhonny
7 hours ago
$begingroup$
Symmetric matrices are always diagonalisable, so it will never happen for them. If you would like to look up some examples, you should search for the “Jordan form” of a matrix, which is a kind of replacement for diagonalisation.
$endgroup$
– Joppy
5 hours ago