Multiplicity of the zero eigenvalue when a symmetric matrix has $m$ identical rows
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
Let $A$ be a real symmetric matrix of order $n$.
Show that if $A$ has $m$ identical rows then $A$ has a zero eigenvalue of multiplicity at least $m-1$.
My try:
Since $A$ has $m$ identical rows by elementary row operations we have $m-1$ rows of $A$ equal to $0$.
Hence $A$ has geometric multiplicity of $0$ to be equal to atleast $m-1$.
Since $A$ is symmetric so the algebraic multiplicity of $0$ equals its geometric multiplicity and so it is atleast $m-1$.
But how to show that it is equal to exactly $m-1$?
Will you please help?
linear-algebra matrices eigenvalues-eigenvectors
add a comment |Â
up vote
4
down vote
favorite
Let $A$ be a real symmetric matrix of order $n$.
Show that if $A$ has $m$ identical rows then $A$ has a zero eigenvalue of multiplicity at least $m-1$.
My try:
Since $A$ has $m$ identical rows by elementary row operations we have $m-1$ rows of $A$ equal to $0$.
Hence $A$ has geometric multiplicity of $0$ to be equal to atleast $m-1$.
Since $A$ is symmetric so the algebraic multiplicity of $0$ equals its geometric multiplicity and so it is atleast $m-1$.
But how to show that it is equal to exactly $m-1$?
Will you please help?
linear-algebra matrices eigenvalues-eigenvectors
1
I've edited the problem statement, because the original one is false (counterexample: $A=pmatrix1&1&0\ 1&1&0\ 0&0&0$ has $m=2$ identical rows but the multiplicity of the zero eigenvalue is $m$).
â user1551
Aug 26 at 9:17
@user1551; thanks but will u say what to assume so that the problem is true
â PureMathematics
Aug 26 at 9:18
@user1551;i guess here the problem is itself wrong
â PureMathematics
Aug 26 at 9:18
1
For the original statement to hold, you need the other $n-m$ rows to be linearly independent of the $m$ identical rows.
â user1551
Aug 26 at 9:24
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
Let $A$ be a real symmetric matrix of order $n$.
Show that if $A$ has $m$ identical rows then $A$ has a zero eigenvalue of multiplicity at least $m-1$.
My try:
Since $A$ has $m$ identical rows by elementary row operations we have $m-1$ rows of $A$ equal to $0$.
Hence $A$ has geometric multiplicity of $0$ to be equal to atleast $m-1$.
Since $A$ is symmetric so the algebraic multiplicity of $0$ equals its geometric multiplicity and so it is atleast $m-1$.
But how to show that it is equal to exactly $m-1$?
Will you please help?
linear-algebra matrices eigenvalues-eigenvectors
Let $A$ be a real symmetric matrix of order $n$.
Show that if $A$ has $m$ identical rows then $A$ has a zero eigenvalue of multiplicity at least $m-1$.
My try:
Since $A$ has $m$ identical rows by elementary row operations we have $m-1$ rows of $A$ equal to $0$.
Hence $A$ has geometric multiplicity of $0$ to be equal to atleast $m-1$.
Since $A$ is symmetric so the algebraic multiplicity of $0$ equals its geometric multiplicity and so it is atleast $m-1$.
But how to show that it is equal to exactly $m-1$?
Will you please help?
linear-algebra matrices eigenvalues-eigenvectors
edited Aug 26 at 9:13
user1551
67.2k565123
67.2k565123
asked Aug 26 at 8:51
PureMathematics
976
976
1
I've edited the problem statement, because the original one is false (counterexample: $A=pmatrix1&1&0\ 1&1&0\ 0&0&0$ has $m=2$ identical rows but the multiplicity of the zero eigenvalue is $m$).
â user1551
Aug 26 at 9:17
@user1551; thanks but will u say what to assume so that the problem is true
â PureMathematics
Aug 26 at 9:18
@user1551;i guess here the problem is itself wrong
â PureMathematics
Aug 26 at 9:18
1
For the original statement to hold, you need the other $n-m$ rows to be linearly independent of the $m$ identical rows.
â user1551
Aug 26 at 9:24
add a comment |Â
1
I've edited the problem statement, because the original one is false (counterexample: $A=pmatrix1&1&0\ 1&1&0\ 0&0&0$ has $m=2$ identical rows but the multiplicity of the zero eigenvalue is $m$).
â user1551
Aug 26 at 9:17
@user1551; thanks but will u say what to assume so that the problem is true
â PureMathematics
Aug 26 at 9:18
@user1551;i guess here the problem is itself wrong
â PureMathematics
Aug 26 at 9:18
1
For the original statement to hold, you need the other $n-m$ rows to be linearly independent of the $m$ identical rows.
â user1551
Aug 26 at 9:24
1
1
I've edited the problem statement, because the original one is false (counterexample: $A=pmatrix1&1&0\ 1&1&0\ 0&0&0$ has $m=2$ identical rows but the multiplicity of the zero eigenvalue is $m$).
â user1551
Aug 26 at 9:17
I've edited the problem statement, because the original one is false (counterexample: $A=pmatrix1&1&0\ 1&1&0\ 0&0&0$ has $m=2$ identical rows but the multiplicity of the zero eigenvalue is $m$).
â user1551
Aug 26 at 9:17
@user1551; thanks but will u say what to assume so that the problem is true
â PureMathematics
Aug 26 at 9:18
@user1551; thanks but will u say what to assume so that the problem is true
â PureMathematics
Aug 26 at 9:18
@user1551;i guess here the problem is itself wrong
â PureMathematics
Aug 26 at 9:18
@user1551;i guess here the problem is itself wrong
â PureMathematics
Aug 26 at 9:18
1
1
For the original statement to hold, you need the other $n-m$ rows to be linearly independent of the $m$ identical rows.
â user1551
Aug 26 at 9:24
For the original statement to hold, you need the other $n-m$ rows to be linearly independent of the $m$ identical rows.
â user1551
Aug 26 at 9:24
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f2894833%2fmultiplicity-of-the-zero-eigenvalue-when-a-symmetric-matrix-has-m-identical-ro%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
1
I've edited the problem statement, because the original one is false (counterexample: $A=pmatrix1&1&0\ 1&1&0\ 0&0&0$ has $m=2$ identical rows but the multiplicity of the zero eigenvalue is $m$).
â user1551
Aug 26 at 9:17
@user1551; thanks but will u say what to assume so that the problem is true
â PureMathematics
Aug 26 at 9:18
@user1551;i guess here the problem is itself wrong
â PureMathematics
Aug 26 at 9:18
1
For the original statement to hold, you need the other $n-m$ rows to be linearly independent of the $m$ identical rows.
â user1551
Aug 26 at 9:24