What is the relation between rank of a matrix, its eigenvalues and eigenvectors











up vote
29
down vote

favorite
15












I am quite confused about this. I know that zero eigenvalue means that null space has non zero dimension. And that the rank of matrix is not the whole space. But is the number of distinct eigenvalues ( thus independent eigenvectos ) is the rank of matrix?










share|cite|improve this question




















  • 3




    The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
    – André Nicolas
    Jul 5 '15 at 6:10

















up vote
29
down vote

favorite
15












I am quite confused about this. I know that zero eigenvalue means that null space has non zero dimension. And that the rank of matrix is not the whole space. But is the number of distinct eigenvalues ( thus independent eigenvectos ) is the rank of matrix?










share|cite|improve this question




















  • 3




    The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
    – André Nicolas
    Jul 5 '15 at 6:10















up vote
29
down vote

favorite
15









up vote
29
down vote

favorite
15






15





I am quite confused about this. I know that zero eigenvalue means that null space has non zero dimension. And that the rank of matrix is not the whole space. But is the number of distinct eigenvalues ( thus independent eigenvectos ) is the rank of matrix?










share|cite|improve this question















I am quite confused about this. I know that zero eigenvalue means that null space has non zero dimension. And that the rank of matrix is not the whole space. But is the number of distinct eigenvalues ( thus independent eigenvectos ) is the rank of matrix?







linear-algebra eigenvalues-eigenvectors matrix-rank






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jul 5 '15 at 7:51









Martin Sleziak

44.5k7115268




44.5k7115268










asked Jul 5 '15 at 6:07









Shifu

168125




168125








  • 3




    The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
    – André Nicolas
    Jul 5 '15 at 6:10
















  • 3




    The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
    – André Nicolas
    Jul 5 '15 at 6:10










3




3




The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
– André Nicolas
Jul 5 '15 at 6:10






The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
– André Nicolas
Jul 5 '15 at 6:10












1 Answer
1






active

oldest

votes

















up vote
29
down vote



accepted










Well, if $A$ is an $n times n$ matrix, the rank of $A$ plus the nullity of $A$ is equal to $n$; that's the rank-nullity theorem. The nullity is the dimension of the kernel of the matrix, which is all vectors $v$ of the form:
$$Av = 0 = 0v.$$
The kernel of $A$ is precisely the eigenspace corresponding to eigenvalue $0$. So, to sum up, the rank is $n$ minus the dimension of the eigenspace corresponding to $0$. If $0$ is not an eigenvalue, then the kernel is trivial, and so the matrix has full rank $n$. The rank depends on no other eigenvalues.






share|cite|improve this answer





















  • Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
    – Shifu
    Jul 5 '15 at 6:20






  • 1




    Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
    – Theo Bendit
    Jul 5 '15 at 6:26






  • 2




    This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
    – Shifu
    Jul 5 '15 at 6:33








  • 4




    2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
    – Theo Bendit
    Jul 5 '15 at 7:29






  • 2




    Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
    – Theo Bendit
    May 20 '17 at 14:50











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1349907%2fwhat-is-the-relation-between-rank-of-a-matrix-its-eigenvalues-and-eigenvectors%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
29
down vote



accepted










Well, if $A$ is an $n times n$ matrix, the rank of $A$ plus the nullity of $A$ is equal to $n$; that's the rank-nullity theorem. The nullity is the dimension of the kernel of the matrix, which is all vectors $v$ of the form:
$$Av = 0 = 0v.$$
The kernel of $A$ is precisely the eigenspace corresponding to eigenvalue $0$. So, to sum up, the rank is $n$ minus the dimension of the eigenspace corresponding to $0$. If $0$ is not an eigenvalue, then the kernel is trivial, and so the matrix has full rank $n$. The rank depends on no other eigenvalues.






share|cite|improve this answer





















  • Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
    – Shifu
    Jul 5 '15 at 6:20






  • 1




    Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
    – Theo Bendit
    Jul 5 '15 at 6:26






  • 2




    This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
    – Shifu
    Jul 5 '15 at 6:33








  • 4




    2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
    – Theo Bendit
    Jul 5 '15 at 7:29






  • 2




    Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
    – Theo Bendit
    May 20 '17 at 14:50















up vote
29
down vote



accepted










Well, if $A$ is an $n times n$ matrix, the rank of $A$ plus the nullity of $A$ is equal to $n$; that's the rank-nullity theorem. The nullity is the dimension of the kernel of the matrix, which is all vectors $v$ of the form:
$$Av = 0 = 0v.$$
The kernel of $A$ is precisely the eigenspace corresponding to eigenvalue $0$. So, to sum up, the rank is $n$ minus the dimension of the eigenspace corresponding to $0$. If $0$ is not an eigenvalue, then the kernel is trivial, and so the matrix has full rank $n$. The rank depends on no other eigenvalues.






share|cite|improve this answer





















  • Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
    – Shifu
    Jul 5 '15 at 6:20






  • 1




    Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
    – Theo Bendit
    Jul 5 '15 at 6:26






  • 2




    This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
    – Shifu
    Jul 5 '15 at 6:33








  • 4




    2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
    – Theo Bendit
    Jul 5 '15 at 7:29






  • 2




    Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
    – Theo Bendit
    May 20 '17 at 14:50













up vote
29
down vote



accepted







up vote
29
down vote



accepted






Well, if $A$ is an $n times n$ matrix, the rank of $A$ plus the nullity of $A$ is equal to $n$; that's the rank-nullity theorem. The nullity is the dimension of the kernel of the matrix, which is all vectors $v$ of the form:
$$Av = 0 = 0v.$$
The kernel of $A$ is precisely the eigenspace corresponding to eigenvalue $0$. So, to sum up, the rank is $n$ minus the dimension of the eigenspace corresponding to $0$. If $0$ is not an eigenvalue, then the kernel is trivial, and so the matrix has full rank $n$. The rank depends on no other eigenvalues.






share|cite|improve this answer












Well, if $A$ is an $n times n$ matrix, the rank of $A$ plus the nullity of $A$ is equal to $n$; that's the rank-nullity theorem. The nullity is the dimension of the kernel of the matrix, which is all vectors $v$ of the form:
$$Av = 0 = 0v.$$
The kernel of $A$ is precisely the eigenspace corresponding to eigenvalue $0$. So, to sum up, the rank is $n$ minus the dimension of the eigenspace corresponding to $0$. If $0$ is not an eigenvalue, then the kernel is trivial, and so the matrix has full rank $n$. The rank depends on no other eigenvalues.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Jul 5 '15 at 6:15









Theo Bendit

15.9k12147




15.9k12147












  • Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
    – Shifu
    Jul 5 '15 at 6:20






  • 1




    Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
    – Theo Bendit
    Jul 5 '15 at 6:26






  • 2




    This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
    – Shifu
    Jul 5 '15 at 6:33








  • 4




    2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
    – Theo Bendit
    Jul 5 '15 at 7:29






  • 2




    Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
    – Theo Bendit
    May 20 '17 at 14:50


















  • Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
    – Shifu
    Jul 5 '15 at 6:20






  • 1




    Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
    – Theo Bendit
    Jul 5 '15 at 6:26






  • 2




    This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
    – Shifu
    Jul 5 '15 at 6:33








  • 4




    2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
    – Theo Bendit
    Jul 5 '15 at 7:29






  • 2




    Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
    – Theo Bendit
    May 20 '17 at 14:50
















Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
– Shifu
Jul 5 '15 at 6:20




Thanks for the answer. If I know that a matrix has 1 eigenvalue which is zero, does it mean that dimension of kernal is 1? And rank of matrix is (rank of whole space - 1)?
– Shifu
Jul 5 '15 at 6:20




1




1




Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
– Theo Bendit
Jul 5 '15 at 6:26




Well, consider the $0$ matrix. It has one eigenvalue: $0$, and the dimension of its eigenspace is $n$, since it sends everything to $0$. If you have $n$ distinct eigenvalues, one of them zero, then the eigenspace for $0$ must have dimension $1$, hence the rank is $n - 1$.
– Theo Bendit
Jul 5 '15 at 6:26




2




2




This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
– Shifu
Jul 5 '15 at 6:33






This is what I have understood. Please correct me if i am wrong. 1) If a matrix has 1 eigenvalue as zero, the dimension of its kernel may be 1 or more (depends upon the number of other eigenvalues). 2) If it has n distinct eigenvalues its rank is atleast n. 3) The number of independent eigenvectors is equal to the rank of matrix.
– Shifu
Jul 5 '15 at 6:33






4




4




2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
– Theo Bendit
Jul 5 '15 at 7:29




2) is not right. If it has $n$ non-zero eigenvalues, then the nullity is $0$ and the rank is $n$. If one of the $n$ is $0$, then it has rank $n-1$ as I said. 1) is almost right. Yes, if $1$ of the eigenvalues is $0$, then the kernel has dimension at least $1$, maybe more. However, it doesn't just depend on the number of other eigenvalues. It is possible to have only $0$ as an eigenvalue, but still only have a nullity of $1$. 3) is again, not quite right. The rank is equal to the number of independent generalised eigenvectors. Look up Jordan Bases.
– Theo Bendit
Jul 5 '15 at 7:29




2




2




Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
– Theo Bendit
May 20 '17 at 14:50




Eigenvectors/values are only applicable to square matrices. But $A^T A$ and $AA^T$ are square matrices with equal rank to $A$.
– Theo Bendit
May 20 '17 at 14:50


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1349907%2fwhat-is-the-relation-between-rank-of-a-matrix-its-eigenvalues-and-eigenvectors%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei