Example of diagonalisable matrix with given property
Let $Ain M_5(mathbb C)$ satisfying $(A^2-I)^2=0$ and $A$ is not diagonal matrix.
Then I have To find matrix A
But I tried but adding some terms in up to diagonal Nilpotency occur Which prevent form diagonalisable.
Please Help me to find example
linear-algebra examples-counterexamples diagonalization
add a comment |
Let $Ain M_5(mathbb C)$ satisfying $(A^2-I)^2=0$ and $A$ is not diagonal matrix.
Then I have To find matrix A
But I tried but adding some terms in up to diagonal Nilpotency occur Which prevent form diagonalisable.
Please Help me to find example
linear-algebra examples-counterexamples diagonalization
add a comment |
Let $Ain M_5(mathbb C)$ satisfying $(A^2-I)^2=0$ and $A$ is not diagonal matrix.
Then I have To find matrix A
But I tried but adding some terms in up to diagonal Nilpotency occur Which prevent form diagonalisable.
Please Help me to find example
linear-algebra examples-counterexamples diagonalization
Let $Ain M_5(mathbb C)$ satisfying $(A^2-I)^2=0$ and $A$ is not diagonal matrix.
Then I have To find matrix A
But I tried but adding some terms in up to diagonal Nilpotency occur Which prevent form diagonalisable.
Please Help me to find example
linear-algebra examples-counterexamples diagonalization
linear-algebra examples-counterexamples diagonalization
asked Jan 4 at 16:56
MathLoverMathLover
47910
47910
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Write $(A-Id)^2(A+Id)^2$ instead of $(A^2-I)^2$. Consider for instance the $(4, 4)$ matrix with diagonal entries $1,1,-1,-1, 1$, the ligne just over the diagonal $1,0,1,0$ and ll other coefficients $0$.
You can also find diagonalisable matrix : any symmetry does the job.
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
add a comment |
This is an example:
$$
A= left[begin{array}{cccc}
-11 & 6 & 0 & 0 & 0\
-20 & 11 & 0 & 0 & 0\
0 & 0 & -11 & 6 & 0\
0 & 0 & -20 & 11 & 0\
0 & 0 & 0 & 0 & 1end{array}right]
$$
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
add a comment |
If you want that the matrix is diagonalizable, the minimal polynomial must have distinct roots, so the candidate for the minimal polynomial is $x^2-1$. The eigenvalues must be $1$ and $-1$ (there must be at least two eigenvalues, because otherwise the matrix would necessarily be diagonal).
One of them has multiplicity $3$ and the other one $2$. Let's find a $2times2$ nondiagonal matrix having eigenvalues $1$ and $-1$, for instance
begin{bmatrix} 1 & 1 \ -2 & -1 end{bmatrix}
Then your example is
$$
begin{bmatrix}
1 & 1 & 0 & 0 & 0 \
-2 & -1 & 0 & 0 & 0 \
0 & 0 & 1 & 0 & 0 \
0 & 0 & 0 & 1 & 0 \
0 & 0 & 0 & 0 & -1
end{bmatrix}
$$
add a comment |
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%2f3061831%2fexample-of-diagonalisable-matrix-with-given-property%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Write $(A-Id)^2(A+Id)^2$ instead of $(A^2-I)^2$. Consider for instance the $(4, 4)$ matrix with diagonal entries $1,1,-1,-1, 1$, the ligne just over the diagonal $1,0,1,0$ and ll other coefficients $0$.
You can also find diagonalisable matrix : any symmetry does the job.
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
add a comment |
Write $(A-Id)^2(A+Id)^2$ instead of $(A^2-I)^2$. Consider for instance the $(4, 4)$ matrix with diagonal entries $1,1,-1,-1, 1$, the ligne just over the diagonal $1,0,1,0$ and ll other coefficients $0$.
You can also find diagonalisable matrix : any symmetry does the job.
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
add a comment |
Write $(A-Id)^2(A+Id)^2$ instead of $(A^2-I)^2$. Consider for instance the $(4, 4)$ matrix with diagonal entries $1,1,-1,-1, 1$, the ligne just over the diagonal $1,0,1,0$ and ll other coefficients $0$.
You can also find diagonalisable matrix : any symmetry does the job.
Write $(A-Id)^2(A+Id)^2$ instead of $(A^2-I)^2$. Consider for instance the $(4, 4)$ matrix with diagonal entries $1,1,-1,-1, 1$, the ligne just over the diagonal $1,0,1,0$ and ll other coefficients $0$.
You can also find diagonalisable matrix : any symmetry does the job.
edited Jan 5 at 9:33
answered Jan 4 at 17:39
ThomasThomas
3,874510
3,874510
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
add a comment |
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
Sir I want matrix other than diagonal matrix.I had mentioned that in question
– MathLover
Jan 5 at 5:19
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
But the line over the digaonal is (1,0,1,0) , please draw the matrix..
– Thomas
Jan 5 at 9:33
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
I tried but That is not diagonalisable
– MathLover
Jan 5 at 12:01
add a comment |
This is an example:
$$
A= left[begin{array}{cccc}
-11 & 6 & 0 & 0 & 0\
-20 & 11 & 0 & 0 & 0\
0 & 0 & -11 & 6 & 0\
0 & 0 & -20 & 11 & 0\
0 & 0 & 0 & 0 & 1end{array}right]
$$
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
add a comment |
This is an example:
$$
A= left[begin{array}{cccc}
-11 & 6 & 0 & 0 & 0\
-20 & 11 & 0 & 0 & 0\
0 & 0 & -11 & 6 & 0\
0 & 0 & -20 & 11 & 0\
0 & 0 & 0 & 0 & 1end{array}right]
$$
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
add a comment |
This is an example:
$$
A= left[begin{array}{cccc}
-11 & 6 & 0 & 0 & 0\
-20 & 11 & 0 & 0 & 0\
0 & 0 & -11 & 6 & 0\
0 & 0 & -20 & 11 & 0\
0 & 0 & 0 & 0 & 1end{array}right]
$$
This is an example:
$$
A= left[begin{array}{cccc}
-11 & 6 & 0 & 0 & 0\
-20 & 11 & 0 & 0 & 0\
0 & 0 & -11 & 6 & 0\
0 & 0 & -20 & 11 & 0\
0 & 0 & 0 & 0 & 1end{array}right]
$$
edited Jan 5 at 21:39
answered Jan 5 at 8:35
DisintegratingByPartsDisintegratingByParts
58.7k42579
58.7k42579
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
add a comment |
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
Sir but above matrix is not diagonalisable. I wanted Diagonalisable
– MathLover
Jan 5 at 11:57
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
@MathLover : I misunderstood your problem statement. Take a look at my new example.
– DisintegratingByParts
Jan 5 at 21:19
add a comment |
If you want that the matrix is diagonalizable, the minimal polynomial must have distinct roots, so the candidate for the minimal polynomial is $x^2-1$. The eigenvalues must be $1$ and $-1$ (there must be at least two eigenvalues, because otherwise the matrix would necessarily be diagonal).
One of them has multiplicity $3$ and the other one $2$. Let's find a $2times2$ nondiagonal matrix having eigenvalues $1$ and $-1$, for instance
begin{bmatrix} 1 & 1 \ -2 & -1 end{bmatrix}
Then your example is
$$
begin{bmatrix}
1 & 1 & 0 & 0 & 0 \
-2 & -1 & 0 & 0 & 0 \
0 & 0 & 1 & 0 & 0 \
0 & 0 & 0 & 1 & 0 \
0 & 0 & 0 & 0 & -1
end{bmatrix}
$$
add a comment |
If you want that the matrix is diagonalizable, the minimal polynomial must have distinct roots, so the candidate for the minimal polynomial is $x^2-1$. The eigenvalues must be $1$ and $-1$ (there must be at least two eigenvalues, because otherwise the matrix would necessarily be diagonal).
One of them has multiplicity $3$ and the other one $2$. Let's find a $2times2$ nondiagonal matrix having eigenvalues $1$ and $-1$, for instance
begin{bmatrix} 1 & 1 \ -2 & -1 end{bmatrix}
Then your example is
$$
begin{bmatrix}
1 & 1 & 0 & 0 & 0 \
-2 & -1 & 0 & 0 & 0 \
0 & 0 & 1 & 0 & 0 \
0 & 0 & 0 & 1 & 0 \
0 & 0 & 0 & 0 & -1
end{bmatrix}
$$
add a comment |
If you want that the matrix is diagonalizable, the minimal polynomial must have distinct roots, so the candidate for the minimal polynomial is $x^2-1$. The eigenvalues must be $1$ and $-1$ (there must be at least two eigenvalues, because otherwise the matrix would necessarily be diagonal).
One of them has multiplicity $3$ and the other one $2$. Let's find a $2times2$ nondiagonal matrix having eigenvalues $1$ and $-1$, for instance
begin{bmatrix} 1 & 1 \ -2 & -1 end{bmatrix}
Then your example is
$$
begin{bmatrix}
1 & 1 & 0 & 0 & 0 \
-2 & -1 & 0 & 0 & 0 \
0 & 0 & 1 & 0 & 0 \
0 & 0 & 0 & 1 & 0 \
0 & 0 & 0 & 0 & -1
end{bmatrix}
$$
If you want that the matrix is diagonalizable, the minimal polynomial must have distinct roots, so the candidate for the minimal polynomial is $x^2-1$. The eigenvalues must be $1$ and $-1$ (there must be at least two eigenvalues, because otherwise the matrix would necessarily be diagonal).
One of them has multiplicity $3$ and the other one $2$. Let's find a $2times2$ nondiagonal matrix having eigenvalues $1$ and $-1$, for instance
begin{bmatrix} 1 & 1 \ -2 & -1 end{bmatrix}
Then your example is
$$
begin{bmatrix}
1 & 1 & 0 & 0 & 0 \
-2 & -1 & 0 & 0 & 0 \
0 & 0 & 1 & 0 & 0 \
0 & 0 & 0 & 1 & 0 \
0 & 0 & 0 & 0 & -1
end{bmatrix}
$$
answered Jan 6 at 0:02
egregegreg
179k1485202
179k1485202
add a comment |
add a comment |
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%2f3061831%2fexample-of-diagonalisable-matrix-with-given-property%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