which one of the following statement are/is True $?$
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
Let $ A$ and $ B$ be $n times n$ matrix.
which one of the following statement are/is True $?$
$a)$ if $A^n = 0$ for some $ n $, then $det A = 0$.
$b)$ if A and B have the same characteristic polynomial, then they are similar.
$c)$ if the eigenvalues of $A$ are $lambda_1,lambda_2,lambda_3,dots,lambda_n$, then A is similar
to the
diagonal matrix diag($lambda_1 ,lambda_2,lambda_3,dots,lambda_n$)
My answer : all options a, b and c..
For option a), take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$
For option b), take $A = beginbmatrix 0 & 1 \ 1& 0 endbmatrix$ and $B = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
For option c), take $A = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
Is it True ??....
linear-algebra
add a comment |Â
up vote
2
down vote
favorite
Let $ A$ and $ B$ be $n times n$ matrix.
which one of the following statement are/is True $?$
$a)$ if $A^n = 0$ for some $ n $, then $det A = 0$.
$b)$ if A and B have the same characteristic polynomial, then they are similar.
$c)$ if the eigenvalues of $A$ are $lambda_1,lambda_2,lambda_3,dots,lambda_n$, then A is similar
to the
diagonal matrix diag($lambda_1 ,lambda_2,lambda_3,dots,lambda_n$)
My answer : all options a, b and c..
For option a), take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$
For option b), take $A = beginbmatrix 0 & 1 \ 1& 0 endbmatrix$ and $B = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
For option c), take $A = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
Is it True ??....
linear-algebra
2
a) is right, b) and c) are wrong. You found a counterexample for b). For c), you might find a counterexample. There is no counterexample for a), you should show that the statement is true for any $ntimes n$ matrix
– Babelfish
Jul 30 at 11:42
1
Hint for a) : $det(AB)=det(A) det(B)$.
– nicomezi
Jul 30 at 11:48
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Let $ A$ and $ B$ be $n times n$ matrix.
which one of the following statement are/is True $?$
$a)$ if $A^n = 0$ for some $ n $, then $det A = 0$.
$b)$ if A and B have the same characteristic polynomial, then they are similar.
$c)$ if the eigenvalues of $A$ are $lambda_1,lambda_2,lambda_3,dots,lambda_n$, then A is similar
to the
diagonal matrix diag($lambda_1 ,lambda_2,lambda_3,dots,lambda_n$)
My answer : all options a, b and c..
For option a), take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$
For option b), take $A = beginbmatrix 0 & 1 \ 1& 0 endbmatrix$ and $B = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
For option c), take $A = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
Is it True ??....
linear-algebra
Let $ A$ and $ B$ be $n times n$ matrix.
which one of the following statement are/is True $?$
$a)$ if $A^n = 0$ for some $ n $, then $det A = 0$.
$b)$ if A and B have the same characteristic polynomial, then they are similar.
$c)$ if the eigenvalues of $A$ are $lambda_1,lambda_2,lambda_3,dots,lambda_n$, then A is similar
to the
diagonal matrix diag($lambda_1 ,lambda_2,lambda_3,dots,lambda_n$)
My answer : all options a, b and c..
For option a), take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$
For option b), take $A = beginbmatrix 0 & 1 \ 1& 0 endbmatrix$ and $B = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
For option c), take $A = beginbmatrix 1 & 0 \ 0& 1 endbmatrix$
Is it True ??....
linear-algebra
edited Jul 30 at 11:47
Bernard
110k635102
110k635102
asked Jul 30 at 11:39


Messi fifa
1498
1498
2
a) is right, b) and c) are wrong. You found a counterexample for b). For c), you might find a counterexample. There is no counterexample for a), you should show that the statement is true for any $ntimes n$ matrix
– Babelfish
Jul 30 at 11:42
1
Hint for a) : $det(AB)=det(A) det(B)$.
– nicomezi
Jul 30 at 11:48
add a comment |Â
2
a) is right, b) and c) are wrong. You found a counterexample for b). For c), you might find a counterexample. There is no counterexample for a), you should show that the statement is true for any $ntimes n$ matrix
– Babelfish
Jul 30 at 11:42
1
Hint for a) : $det(AB)=det(A) det(B)$.
– nicomezi
Jul 30 at 11:48
2
2
a) is right, b) and c) are wrong. You found a counterexample for b). For c), you might find a counterexample. There is no counterexample for a), you should show that the statement is true for any $ntimes n$ matrix
– Babelfish
Jul 30 at 11:42
a) is right, b) and c) are wrong. You found a counterexample for b). For c), you might find a counterexample. There is no counterexample for a), you should show that the statement is true for any $ntimes n$ matrix
– Babelfish
Jul 30 at 11:42
1
1
Hint for a) : $det(AB)=det(A) det(B)$.
– nicomezi
Jul 30 at 11:48
Hint for a) : $det(AB)=det(A) det(B)$.
– nicomezi
Jul 30 at 11:48
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
(a) is true for a nilpotent matrix has all eigenvalues zero. Since det$A$ is equal to the product of eigenvalue, det$A=0$.
(b) is not true. Take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$ and $B = beginbmatrix 0 & 0 \ 0& 0 endbmatrix$
Both have the same characteristics polynomial but $A$ and $B$ are not similar.
(c) is not true in general. It is true when $A$ is a diagonalizable matrix having eigenvalues $lambda_1, lambda_2,...,lambda_n$.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
(a) is true for a nilpotent matrix has all eigenvalues zero. Since det$A$ is equal to the product of eigenvalue, det$A=0$.
(b) is not true. Take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$ and $B = beginbmatrix 0 & 0 \ 0& 0 endbmatrix$
Both have the same characteristics polynomial but $A$ and $B$ are not similar.
(c) is not true in general. It is true when $A$ is a diagonalizable matrix having eigenvalues $lambda_1, lambda_2,...,lambda_n$.
add a comment |Â
up vote
2
down vote
accepted
(a) is true for a nilpotent matrix has all eigenvalues zero. Since det$A$ is equal to the product of eigenvalue, det$A=0$.
(b) is not true. Take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$ and $B = beginbmatrix 0 & 0 \ 0& 0 endbmatrix$
Both have the same characteristics polynomial but $A$ and $B$ are not similar.
(c) is not true in general. It is true when $A$ is a diagonalizable matrix having eigenvalues $lambda_1, lambda_2,...,lambda_n$.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
(a) is true for a nilpotent matrix has all eigenvalues zero. Since det$A$ is equal to the product of eigenvalue, det$A=0$.
(b) is not true. Take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$ and $B = beginbmatrix 0 & 0 \ 0& 0 endbmatrix$
Both have the same characteristics polynomial but $A$ and $B$ are not similar.
(c) is not true in general. It is true when $A$ is a diagonalizable matrix having eigenvalues $lambda_1, lambda_2,...,lambda_n$.
(a) is true for a nilpotent matrix has all eigenvalues zero. Since det$A$ is equal to the product of eigenvalue, det$A=0$.
(b) is not true. Take $A = beginbmatrix 0 & 1 \ 0& 0 endbmatrix$ and $B = beginbmatrix 0 & 0 \ 0& 0 endbmatrix$
Both have the same characteristics polynomial but $A$ and $B$ are not similar.
(c) is not true in general. It is true when $A$ is a diagonalizable matrix having eigenvalues $lambda_1, lambda_2,...,lambda_n$.
answered Jul 30 at 13:44
Amit
531411
531411
add a comment |Â
add a comment |Â
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%2f2866921%2fwhich-one-of-the-following-statement-are-is-true%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
2
a) is right, b) and c) are wrong. You found a counterexample for b). For c), you might find a counterexample. There is no counterexample for a), you should show that the statement is true for any $ntimes n$ matrix
– Babelfish
Jul 30 at 11:42
1
Hint for a) : $det(AB)=det(A) det(B)$.
– nicomezi
Jul 30 at 11:48