Algorithm to return the characteristic polynomial formula using the characteristic polynomial itself as a...
$begingroup$
We consider an $n×n$ matrix $A$. The characteristic polynomial of $A$, denoted by $pA(t)$, is the polynomial defined by
${p_{A}(t)=det left(tI-Aright)}$
This is the 'algorithm' to have a characteristic polynomial.
Suppose we want to compute the characteristic polynomial of the matrix
${A=begin{pmatrix}2&1\-1&0end{pmatrix}}$
We now compute the determinant of
${ tI-A={begin{pmatrix}t-2&-1\1&t-0end{pmatrix}}}$
which is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$ , the characteristic polynomial of A.
Well, suppose this situation:
I take ${displaystyle t^{2}-2t+1,!}$ and I want to return the algorithm (${p_{A}(t)=det left(tI-Aright)}$ that generated (and that I know before) that characteristic polynomial using the characteristic polynomial itself as a 'vehicle' to do it.
How to do it?
polynomials algorithms characteristic-functions
$endgroup$
|
show 8 more comments
$begingroup$
We consider an $n×n$ matrix $A$. The characteristic polynomial of $A$, denoted by $pA(t)$, is the polynomial defined by
${p_{A}(t)=det left(tI-Aright)}$
This is the 'algorithm' to have a characteristic polynomial.
Suppose we want to compute the characteristic polynomial of the matrix
${A=begin{pmatrix}2&1\-1&0end{pmatrix}}$
We now compute the determinant of
${ tI-A={begin{pmatrix}t-2&-1\1&t-0end{pmatrix}}}$
which is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$ , the characteristic polynomial of A.
Well, suppose this situation:
I take ${displaystyle t^{2}-2t+1,!}$ and I want to return the algorithm (${p_{A}(t)=det left(tI-Aright)}$ that generated (and that I know before) that characteristic polynomial using the characteristic polynomial itself as a 'vehicle' to do it.
How to do it?
polynomials algorithms characteristic-functions
$endgroup$
1
$begingroup$
It's a little unclear what you're asking. Are you asking what matrix, given a characteristic polynomial, has eigenvalues equal to the roots of the polynomial?
$endgroup$
– Adrian Keister
Jan 11 at 14:52
$begingroup$
No I ask what matrix or what I need to use to represent or what algorithm to generate(not an algorithm to use to solve) I need if we know the characteristic polynomial (we know it, in this case is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$, if we know also that polynomial is defined by ${p_{A}(t)=det left(tI-Aright)}$. I want to make a link btween that characteristic polynomial ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$ generated by ${p_{A}(t)=det left(tI-Aright)}$ and the ${p_{A}(t)=det left(tI-Aright)}$ formula itself that we used to generate my characteristic polynomial
$endgroup$
– Jeff
Jan 11 at 14:59
1
$begingroup$
Sorry, I can't follow that comment at all. Any polynomial can be a characteristic polynomial of some matrix.
$endgroup$
– Adrian Keister
Jan 11 at 15:04
$begingroup$
In my situation ${p_{A}(t)=det left(tI-Aright)}$ generates the characteristic polynomial of A, denoted by pA(t). In my situation the characteristic polynomial is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$. Is the ${p_{A}(t)=det left(tI-Aright)}$ a polynomial ?
$endgroup$
– Jeff
Jan 11 at 15:08
$begingroup$
If $A$ is a finite-dimensional matrix, then $det(tI-A)$ is always a polynomial, yes.
$endgroup$
– Adrian Keister
Jan 11 at 15:09
|
show 8 more comments
$begingroup$
We consider an $n×n$ matrix $A$. The characteristic polynomial of $A$, denoted by $pA(t)$, is the polynomial defined by
${p_{A}(t)=det left(tI-Aright)}$
This is the 'algorithm' to have a characteristic polynomial.
Suppose we want to compute the characteristic polynomial of the matrix
${A=begin{pmatrix}2&1\-1&0end{pmatrix}}$
We now compute the determinant of
${ tI-A={begin{pmatrix}t-2&-1\1&t-0end{pmatrix}}}$
which is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$ , the characteristic polynomial of A.
Well, suppose this situation:
I take ${displaystyle t^{2}-2t+1,!}$ and I want to return the algorithm (${p_{A}(t)=det left(tI-Aright)}$ that generated (and that I know before) that characteristic polynomial using the characteristic polynomial itself as a 'vehicle' to do it.
How to do it?
polynomials algorithms characteristic-functions
$endgroup$
We consider an $n×n$ matrix $A$. The characteristic polynomial of $A$, denoted by $pA(t)$, is the polynomial defined by
${p_{A}(t)=det left(tI-Aright)}$
This is the 'algorithm' to have a characteristic polynomial.
Suppose we want to compute the characteristic polynomial of the matrix
${A=begin{pmatrix}2&1\-1&0end{pmatrix}}$
We now compute the determinant of
${ tI-A={begin{pmatrix}t-2&-1\1&t-0end{pmatrix}}}$
which is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$ , the characteristic polynomial of A.
Well, suppose this situation:
I take ${displaystyle t^{2}-2t+1,!}$ and I want to return the algorithm (${p_{A}(t)=det left(tI-Aright)}$ that generated (and that I know before) that characteristic polynomial using the characteristic polynomial itself as a 'vehicle' to do it.
How to do it?
polynomials algorithms characteristic-functions
polynomials algorithms characteristic-functions
asked Jan 11 at 14:45
JeffJeff
1
1
1
$begingroup$
It's a little unclear what you're asking. Are you asking what matrix, given a characteristic polynomial, has eigenvalues equal to the roots of the polynomial?
$endgroup$
– Adrian Keister
Jan 11 at 14:52
$begingroup$
No I ask what matrix or what I need to use to represent or what algorithm to generate(not an algorithm to use to solve) I need if we know the characteristic polynomial (we know it, in this case is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$, if we know also that polynomial is defined by ${p_{A}(t)=det left(tI-Aright)}$. I want to make a link btween that characteristic polynomial ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$ generated by ${p_{A}(t)=det left(tI-Aright)}$ and the ${p_{A}(t)=det left(tI-Aright)}$ formula itself that we used to generate my characteristic polynomial
$endgroup$
– Jeff
Jan 11 at 14:59
1
$begingroup$
Sorry, I can't follow that comment at all. Any polynomial can be a characteristic polynomial of some matrix.
$endgroup$
– Adrian Keister
Jan 11 at 15:04
$begingroup$
In my situation ${p_{A}(t)=det left(tI-Aright)}$ generates the characteristic polynomial of A, denoted by pA(t). In my situation the characteristic polynomial is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$. Is the ${p_{A}(t)=det left(tI-Aright)}$ a polynomial ?
$endgroup$
– Jeff
Jan 11 at 15:08
$begingroup$
If $A$ is a finite-dimensional matrix, then $det(tI-A)$ is always a polynomial, yes.
$endgroup$
– Adrian Keister
Jan 11 at 15:09
|
show 8 more comments
1
$begingroup$
It's a little unclear what you're asking. Are you asking what matrix, given a characteristic polynomial, has eigenvalues equal to the roots of the polynomial?
$endgroup$
– Adrian Keister
Jan 11 at 14:52
$begingroup$
No I ask what matrix or what I need to use to represent or what algorithm to generate(not an algorithm to use to solve) I need if we know the characteristic polynomial (we know it, in this case is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$, if we know also that polynomial is defined by ${p_{A}(t)=det left(tI-Aright)}$. I want to make a link btween that characteristic polynomial ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$ generated by ${p_{A}(t)=det left(tI-Aright)}$ and the ${p_{A}(t)=det left(tI-Aright)}$ formula itself that we used to generate my characteristic polynomial
$endgroup$
– Jeff
Jan 11 at 14:59
1
$begingroup$
Sorry, I can't follow that comment at all. Any polynomial can be a characteristic polynomial of some matrix.
$endgroup$
– Adrian Keister
Jan 11 at 15:04
$begingroup$
In my situation ${p_{A}(t)=det left(tI-Aright)}$ generates the characteristic polynomial of A, denoted by pA(t). In my situation the characteristic polynomial is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$. Is the ${p_{A}(t)=det left(tI-Aright)}$ a polynomial ?
$endgroup$
– Jeff
Jan 11 at 15:08
$begingroup$
If $A$ is a finite-dimensional matrix, then $det(tI-A)$ is always a polynomial, yes.
$endgroup$
– Adrian Keister
Jan 11 at 15:09
1
1
$begingroup$
It's a little unclear what you're asking. Are you asking what matrix, given a characteristic polynomial, has eigenvalues equal to the roots of the polynomial?
$endgroup$
– Adrian Keister
Jan 11 at 14:52
$begingroup$
It's a little unclear what you're asking. Are you asking what matrix, given a characteristic polynomial, has eigenvalues equal to the roots of the polynomial?
$endgroup$
– Adrian Keister
Jan 11 at 14:52
$begingroup$
No I ask what matrix or what I need to use to represent or what algorithm to generate(not an algorithm to use to solve) I need if we know the characteristic polynomial (we know it, in this case is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$, if we know also that polynomial is defined by ${p_{A}(t)=det left(tI-Aright)}$. I want to make a link btween that characteristic polynomial ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$ generated by ${p_{A}(t)=det left(tI-Aright)}$ and the ${p_{A}(t)=det left(tI-Aright)}$ formula itself that we used to generate my characteristic polynomial
$endgroup$
– Jeff
Jan 11 at 14:59
$begingroup$
No I ask what matrix or what I need to use to represent or what algorithm to generate(not an algorithm to use to solve) I need if we know the characteristic polynomial (we know it, in this case is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$, if we know also that polynomial is defined by ${p_{A}(t)=det left(tI-Aright)}$. I want to make a link btween that characteristic polynomial ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$ generated by ${p_{A}(t)=det left(tI-Aright)}$ and the ${p_{A}(t)=det left(tI-Aright)}$ formula itself that we used to generate my characteristic polynomial
$endgroup$
– Jeff
Jan 11 at 14:59
1
1
$begingroup$
Sorry, I can't follow that comment at all. Any polynomial can be a characteristic polynomial of some matrix.
$endgroup$
– Adrian Keister
Jan 11 at 15:04
$begingroup$
Sorry, I can't follow that comment at all. Any polynomial can be a characteristic polynomial of some matrix.
$endgroup$
– Adrian Keister
Jan 11 at 15:04
$begingroup$
In my situation ${p_{A}(t)=det left(tI-Aright)}$ generates the characteristic polynomial of A, denoted by pA(t). In my situation the characteristic polynomial is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$. Is the ${p_{A}(t)=det left(tI-Aright)}$ a polynomial ?
$endgroup$
– Jeff
Jan 11 at 15:08
$begingroup$
In my situation ${p_{A}(t)=det left(tI-Aright)}$ generates the characteristic polynomial of A, denoted by pA(t). In my situation the characteristic polynomial is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$. Is the ${p_{A}(t)=det left(tI-Aright)}$ a polynomial ?
$endgroup$
– Jeff
Jan 11 at 15:08
$begingroup$
If $A$ is a finite-dimensional matrix, then $det(tI-A)$ is always a polynomial, yes.
$endgroup$
– Adrian Keister
Jan 11 at 15:09
$begingroup$
If $A$ is a finite-dimensional matrix, then $det(tI-A)$ is always a polynomial, yes.
$endgroup$
– Adrian Keister
Jan 11 at 15:09
|
show 8 more comments
0
active
oldest
votes
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%2f3069914%2falgorithm-to-return-the-characteristic-polynomial-formula-using-the-characterist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3069914%2falgorithm-to-return-the-characteristic-polynomial-formula-using-the-characterist%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$
It's a little unclear what you're asking. Are you asking what matrix, given a characteristic polynomial, has eigenvalues equal to the roots of the polynomial?
$endgroup$
– Adrian Keister
Jan 11 at 14:52
$begingroup$
No I ask what matrix or what I need to use to represent or what algorithm to generate(not an algorithm to use to solve) I need if we know the characteristic polynomial (we know it, in this case is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$, if we know also that polynomial is defined by ${p_{A}(t)=det left(tI-Aright)}$. I want to make a link btween that characteristic polynomial ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!}$ generated by ${p_{A}(t)=det left(tI-Aright)}$ and the ${p_{A}(t)=det left(tI-Aright)}$ formula itself that we used to generate my characteristic polynomial
$endgroup$
– Jeff
Jan 11 at 14:59
1
$begingroup$
Sorry, I can't follow that comment at all. Any polynomial can be a characteristic polynomial of some matrix.
$endgroup$
– Adrian Keister
Jan 11 at 15:04
$begingroup$
In my situation ${p_{A}(t)=det left(tI-Aright)}$ generates the characteristic polynomial of A, denoted by pA(t). In my situation the characteristic polynomial is ${displaystyle (t-2)t-1(-1)=t^{2}-2t+1,!,}$. Is the ${p_{A}(t)=det left(tI-Aright)}$ a polynomial ?
$endgroup$
– Jeff
Jan 11 at 15:08
$begingroup$
If $A$ is a finite-dimensional matrix, then $det(tI-A)$ is always a polynomial, yes.
$endgroup$
– Adrian Keister
Jan 11 at 15:09