Minimal polynomial of a matrix having only 1s on the counter diagonal
$begingroup$
Consider the matrix $A=a_{ij}$ where $$a_{ij}=begin{cases}1 text{if} i+j=n+1\0 text{otherwise}end{cases}$$. Then, what can be said about the minimal polynomial of the matrix $A$.
Note that one eigenvalue is easily found by taking the eigenvector $begin{pmatrix}1\1\1\ldots\ldots\ldots\1end{pmatrix}$. Any hints. Thanks beforehand.
linear-algebra matrices minimal-polynomials
$endgroup$
add a comment |
$begingroup$
Consider the matrix $A=a_{ij}$ where $$a_{ij}=begin{cases}1 text{if} i+j=n+1\0 text{otherwise}end{cases}$$. Then, what can be said about the minimal polynomial of the matrix $A$.
Note that one eigenvalue is easily found by taking the eigenvector $begin{pmatrix}1\1\1\ldots\ldots\ldots\1end{pmatrix}$. Any hints. Thanks beforehand.
linear-algebra matrices minimal-polynomials
$endgroup$
1
$begingroup$
When $n>1$, what are $A-I, A+I$ and $(A-I)(A+I)$?
$endgroup$
– user1551
Jan 9 at 11:50
$begingroup$
@user1551 how do we compute $(A-I)(A+I)$ for large matrices? Is there any inductive/recursive process?
$endgroup$
– vidyarthi
Jan 9 at 11:53
1
$begingroup$
Hint : We have $A^2=I$ , so the minimal polynomial must divide $x^2-1$
$endgroup$
– Peter
Jan 9 at 12:04
add a comment |
$begingroup$
Consider the matrix $A=a_{ij}$ where $$a_{ij}=begin{cases}1 text{if} i+j=n+1\0 text{otherwise}end{cases}$$. Then, what can be said about the minimal polynomial of the matrix $A$.
Note that one eigenvalue is easily found by taking the eigenvector $begin{pmatrix}1\1\1\ldots\ldots\ldots\1end{pmatrix}$. Any hints. Thanks beforehand.
linear-algebra matrices minimal-polynomials
$endgroup$
Consider the matrix $A=a_{ij}$ where $$a_{ij}=begin{cases}1 text{if} i+j=n+1\0 text{otherwise}end{cases}$$. Then, what can be said about the minimal polynomial of the matrix $A$.
Note that one eigenvalue is easily found by taking the eigenvector $begin{pmatrix}1\1\1\ldots\ldots\ldots\1end{pmatrix}$. Any hints. Thanks beforehand.
linear-algebra matrices minimal-polynomials
linear-algebra matrices minimal-polynomials
asked Jan 9 at 11:45
vidyarthividyarthi
2,9311832
2,9311832
1
$begingroup$
When $n>1$, what are $A-I, A+I$ and $(A-I)(A+I)$?
$endgroup$
– user1551
Jan 9 at 11:50
$begingroup$
@user1551 how do we compute $(A-I)(A+I)$ for large matrices? Is there any inductive/recursive process?
$endgroup$
– vidyarthi
Jan 9 at 11:53
1
$begingroup$
Hint : We have $A^2=I$ , so the minimal polynomial must divide $x^2-1$
$endgroup$
– Peter
Jan 9 at 12:04
add a comment |
1
$begingroup$
When $n>1$, what are $A-I, A+I$ and $(A-I)(A+I)$?
$endgroup$
– user1551
Jan 9 at 11:50
$begingroup$
@user1551 how do we compute $(A-I)(A+I)$ for large matrices? Is there any inductive/recursive process?
$endgroup$
– vidyarthi
Jan 9 at 11:53
1
$begingroup$
Hint : We have $A^2=I$ , so the minimal polynomial must divide $x^2-1$
$endgroup$
– Peter
Jan 9 at 12:04
1
1
$begingroup$
When $n>1$, what are $A-I, A+I$ and $(A-I)(A+I)$?
$endgroup$
– user1551
Jan 9 at 11:50
$begingroup$
When $n>1$, what are $A-I, A+I$ and $(A-I)(A+I)$?
$endgroup$
– user1551
Jan 9 at 11:50
$begingroup$
@user1551 how do we compute $(A-I)(A+I)$ for large matrices? Is there any inductive/recursive process?
$endgroup$
– vidyarthi
Jan 9 at 11:53
$begingroup$
@user1551 how do we compute $(A-I)(A+I)$ for large matrices? Is there any inductive/recursive process?
$endgroup$
– vidyarthi
Jan 9 at 11:53
1
1
$begingroup$
Hint : We have $A^2=I$ , so the minimal polynomial must divide $x^2-1$
$endgroup$
– Peter
Jan 9 at 12:04
$begingroup$
Hint : We have $A^2=I$ , so the minimal polynomial must divide $x^2-1$
$endgroup$
– Peter
Jan 9 at 12:04
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Hint: Assuming $A$ is supposed to be an $n times n$ matrix, $A^2$ is very easy to calculate, and this gives you your answer almost immediately. The entry in row $i$ and column $j$ of $A^2$ is the product of the $i^mbox{th}$ row and $j^mbox{th}$ colmn of $A$ , which you know.
$endgroup$
add a comment |
$begingroup$
Thanks to @user1551, the answer is deceptively simple in this case. We have, $$A-I=begin{pmatrix}-1&0&ldots&0&1\0&-1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&-1end{pmatrix}$$. Similarly, $$A+I=begin{pmatrix}1&0&ldots&0&1\0&1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&1end{pmatrix}$$. Now multiplying would naturally give us the zero matrix as the $1$s and $-1$s cancel out in pairs at each non zero product entry .
$endgroup$
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
add a comment |
$begingroup$
First by some computation, we can quickly find that its characteristic polynomial is
$ch_A(x) = (x-1)^{big{lceil}frac{n}{2}big{rceil}}(x+1)^{big{lfloor}frac{n}{2}big{rfloor}}$,
which means that $1$ and $-1$ are the only eigenvalues of $A$.
It turns out that geometric multiplicity of both eigenvalues are only one (i.e. $m(x) = x^2-1$), since $A^2 = I$.
$endgroup$
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%2f3067359%2fminimal-polynomial-of-a-matrix-having-only-1s-on-the-counter-diagonal%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
$begingroup$
Hint: Assuming $A$ is supposed to be an $n times n$ matrix, $A^2$ is very easy to calculate, and this gives you your answer almost immediately. The entry in row $i$ and column $j$ of $A^2$ is the product of the $i^mbox{th}$ row and $j^mbox{th}$ colmn of $A$ , which you know.
$endgroup$
add a comment |
$begingroup$
Hint: Assuming $A$ is supposed to be an $n times n$ matrix, $A^2$ is very easy to calculate, and this gives you your answer almost immediately. The entry in row $i$ and column $j$ of $A^2$ is the product of the $i^mbox{th}$ row and $j^mbox{th}$ colmn of $A$ , which you know.
$endgroup$
add a comment |
$begingroup$
Hint: Assuming $A$ is supposed to be an $n times n$ matrix, $A^2$ is very easy to calculate, and this gives you your answer almost immediately. The entry in row $i$ and column $j$ of $A^2$ is the product of the $i^mbox{th}$ row and $j^mbox{th}$ colmn of $A$ , which you know.
$endgroup$
Hint: Assuming $A$ is supposed to be an $n times n$ matrix, $A^2$ is very easy to calculate, and this gives you your answer almost immediately. The entry in row $i$ and column $j$ of $A^2$ is the product of the $i^mbox{th}$ row and $j^mbox{th}$ colmn of $A$ , which you know.
answered Jan 9 at 12:07
lonza leggieralonza leggiera
3715
3715
add a comment |
add a comment |
$begingroup$
Thanks to @user1551, the answer is deceptively simple in this case. We have, $$A-I=begin{pmatrix}-1&0&ldots&0&1\0&-1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&-1end{pmatrix}$$. Similarly, $$A+I=begin{pmatrix}1&0&ldots&0&1\0&1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&1end{pmatrix}$$. Now multiplying would naturally give us the zero matrix as the $1$s and $-1$s cancel out in pairs at each non zero product entry .
$endgroup$
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
add a comment |
$begingroup$
Thanks to @user1551, the answer is deceptively simple in this case. We have, $$A-I=begin{pmatrix}-1&0&ldots&0&1\0&-1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&-1end{pmatrix}$$. Similarly, $$A+I=begin{pmatrix}1&0&ldots&0&1\0&1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&1end{pmatrix}$$. Now multiplying would naturally give us the zero matrix as the $1$s and $-1$s cancel out in pairs at each non zero product entry .
$endgroup$
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
add a comment |
$begingroup$
Thanks to @user1551, the answer is deceptively simple in this case. We have, $$A-I=begin{pmatrix}-1&0&ldots&0&1\0&-1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&-1end{pmatrix}$$. Similarly, $$A+I=begin{pmatrix}1&0&ldots&0&1\0&1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&1end{pmatrix}$$. Now multiplying would naturally give us the zero matrix as the $1$s and $-1$s cancel out in pairs at each non zero product entry .
$endgroup$
Thanks to @user1551, the answer is deceptively simple in this case. We have, $$A-I=begin{pmatrix}-1&0&ldots&0&1\0&-1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&-1end{pmatrix}$$. Similarly, $$A+I=begin{pmatrix}1&0&ldots&0&1\0&1&ldots&1&0\ldots&ldots&ldots&ldots&ldots\1&0&ldots&0&1end{pmatrix}$$. Now multiplying would naturally give us the zero matrix as the $1$s and $-1$s cancel out in pairs at each non zero product entry .
answered Jan 9 at 11:59
vidyarthividyarthi
2,9311832
2,9311832
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
add a comment |
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
$begingroup$
You'd need to distinguish odd/even order of the matrix (for the form of the sum and difference).
$endgroup$
– user376343
Jan 9 at 19:25
add a comment |
$begingroup$
First by some computation, we can quickly find that its characteristic polynomial is
$ch_A(x) = (x-1)^{big{lceil}frac{n}{2}big{rceil}}(x+1)^{big{lfloor}frac{n}{2}big{rfloor}}$,
which means that $1$ and $-1$ are the only eigenvalues of $A$.
It turns out that geometric multiplicity of both eigenvalues are only one (i.e. $m(x) = x^2-1$), since $A^2 = I$.
$endgroup$
add a comment |
$begingroup$
First by some computation, we can quickly find that its characteristic polynomial is
$ch_A(x) = (x-1)^{big{lceil}frac{n}{2}big{rceil}}(x+1)^{big{lfloor}frac{n}{2}big{rfloor}}$,
which means that $1$ and $-1$ are the only eigenvalues of $A$.
It turns out that geometric multiplicity of both eigenvalues are only one (i.e. $m(x) = x^2-1$), since $A^2 = I$.
$endgroup$
add a comment |
$begingroup$
First by some computation, we can quickly find that its characteristic polynomial is
$ch_A(x) = (x-1)^{big{lceil}frac{n}{2}big{rceil}}(x+1)^{big{lfloor}frac{n}{2}big{rfloor}}$,
which means that $1$ and $-1$ are the only eigenvalues of $A$.
It turns out that geometric multiplicity of both eigenvalues are only one (i.e. $m(x) = x^2-1$), since $A^2 = I$.
$endgroup$
First by some computation, we can quickly find that its characteristic polynomial is
$ch_A(x) = (x-1)^{big{lceil}frac{n}{2}big{rceil}}(x+1)^{big{lfloor}frac{n}{2}big{rfloor}}$,
which means that $1$ and $-1$ are the only eigenvalues of $A$.
It turns out that geometric multiplicity of both eigenvalues are only one (i.e. $m(x) = x^2-1$), since $A^2 = I$.
answered Jan 9 at 12:04
Yanger MaYanger Ma
1014
1014
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.
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%2f3067359%2fminimal-polynomial-of-a-matrix-having-only-1s-on-the-counter-diagonal%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
1
$begingroup$
When $n>1$, what are $A-I, A+I$ and $(A-I)(A+I)$?
$endgroup$
– user1551
Jan 9 at 11:50
$begingroup$
@user1551 how do we compute $(A-I)(A+I)$ for large matrices? Is there any inductive/recursive process?
$endgroup$
– vidyarthi
Jan 9 at 11:53
1
$begingroup$
Hint : We have $A^2=I$ , so the minimal polynomial must divide $x^2-1$
$endgroup$
– Peter
Jan 9 at 12:04