What is the relation between rank of a matrix, its eigenvalues and eigenvectors
up vote
29
down vote
favorite
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
add a comment |
up vote
29
down vote
favorite
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
3
The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
– André Nicolas
Jul 5 '15 at 6:10
add a comment |
up vote
29
down vote
favorite
up vote
29
down vote
favorite
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
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
linear-algebra eigenvalues-eigenvectors matrix-rank
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
add a comment |
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
add a comment |
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.
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
|
show 3 more comments
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.
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
|
show 3 more comments
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.
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
|
show 3 more comments
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.
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.
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
|
show 3 more comments
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
|
show 3 more comments
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.
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%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
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
3
The identity matrix has $1$ as its only eigenvalue. It has many eigenvectors.
– André Nicolas
Jul 5 '15 at 6:10