Do similar matrices have same characteristic equations?Jordan Canonical Form - Similar matrices and same...
Did Amazon pay $0 in taxes last year?
Rationale to prefer local variables over instance variables?
What do you call someone who likes to pick fights?
Why does Central Limit Theorem break down in my simulation?
Do Paladin Auras of Differing Oaths Stack?
Difference between `nmap local-IP-address` and `nmap localhost`
Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother
Leveling the sagging side of the home
Are all players supposed to be able to see each others' character sheets?
Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2
What is the purpose of a disclaimer like "this is not legal advice"?
Create chunks from an array
How is it possible to drive VGA displays at such high pixel clock frequencies?
Can't make sense of a paragraph from Lovecraft
When an outsider describes family relationships, which point of view are they using?
Is there a math expression equivalent to the conditional ternary operator?
Does the US political system, in principle, allow for a no-party system?
Help! My Character is too much for her story!
Movie: boy escapes the real world and goes to a fantasy world with big furry trolls
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
Should we avoid writing fiction about historical events without extensive research?
Will expression retain the same definition if particle is changed?
Smooth vector fields on a surface modulo diffeomorphisms
Is this Paypal Github SDK reference really a dangerous site?
Do similar matrices have same characteristic equations?
Jordan Canonical Form - Similar matrices and same minimal polynomialsSimilar Matrices and Characteristic PolynomialsSame characteristic polynomial $iff$ same eigenvalues?If two matrices have the same characteristic polynomials, determinant and trace, are they similar?$3 times 3$ matrices are similar if and only if they have the same characteristic and minimal polynomialHow to prove two diagonalizable matrices are similar iff they have same eigenvalue with same multiplicity.Can two matrices with the same characteristic polynomial have different eigenvalues?Are these $4$ by $4$ matrices similar?are all these matrices similar?Matrices with given characteristic polynomial are similar iff the characteristic polynomial have no repeated roots
$begingroup$
Since similar matrices have same eigenvalues and characteristic polynomials, then they must have the same characteristic equation, right?
linear-algebra
$endgroup$
add a comment |
$begingroup$
Since similar matrices have same eigenvalues and characteristic polynomials, then they must have the same characteristic equation, right?
linear-algebra
$endgroup$
add a comment |
$begingroup$
Since similar matrices have same eigenvalues and characteristic polynomials, then they must have the same characteristic equation, right?
linear-algebra
$endgroup$
Since similar matrices have same eigenvalues and characteristic polynomials, then they must have the same characteristic equation, right?
linear-algebra
linear-algebra
asked 2 hours ago
Samurai BaleSamurai Bale
483
483
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Note that $det (lambda I -A) = det S det (lambda I -A) det S^{-1} = det (lambda I - S A S^{-1})$.
$endgroup$
add a comment |
$begingroup$
Suppose $A$ and $B$ are square matrices such that $A = P B P^{-1}$ for some invertible matrix $P$. Then
begin{align*}text{charpoly}(A,t) & = det(A - tI)\
& = det(PBP^{-1} - tI)\
& = det(PBP^{-1}-tPP^{-1})\
& = det(P(B-tI)P^{-1})\
& = det(P)det(B - tI) det(P^{-1})\
& = det(P)det(B - tI) frac{1}{det(P)}\
& = det(B-tI)\
& = text{charpoly}(B,t).
end{align*}
This shows that similar matrices have the same characteristic polynomial. Note that this proof relies on several facts. In particular, the determinant is multiplicative.
$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%2f3142004%2fdo-similar-matrices-have-same-characteristic-equations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Note that $det (lambda I -A) = det S det (lambda I -A) det S^{-1} = det (lambda I - S A S^{-1})$.
$endgroup$
add a comment |
$begingroup$
Note that $det (lambda I -A) = det S det (lambda I -A) det S^{-1} = det (lambda I - S A S^{-1})$.
$endgroup$
add a comment |
$begingroup$
Note that $det (lambda I -A) = det S det (lambda I -A) det S^{-1} = det (lambda I - S A S^{-1})$.
$endgroup$
Note that $det (lambda I -A) = det S det (lambda I -A) det S^{-1} = det (lambda I - S A S^{-1})$.
answered 2 hours ago
copper.hatcopper.hat
127k559160
127k559160
add a comment |
add a comment |
$begingroup$
Suppose $A$ and $B$ are square matrices such that $A = P B P^{-1}$ for some invertible matrix $P$. Then
begin{align*}text{charpoly}(A,t) & = det(A - tI)\
& = det(PBP^{-1} - tI)\
& = det(PBP^{-1}-tPP^{-1})\
& = det(P(B-tI)P^{-1})\
& = det(P)det(B - tI) det(P^{-1})\
& = det(P)det(B - tI) frac{1}{det(P)}\
& = det(B-tI)\
& = text{charpoly}(B,t).
end{align*}
This shows that similar matrices have the same characteristic polynomial. Note that this proof relies on several facts. In particular, the determinant is multiplicative.
$endgroup$
add a comment |
$begingroup$
Suppose $A$ and $B$ are square matrices such that $A = P B P^{-1}$ for some invertible matrix $P$. Then
begin{align*}text{charpoly}(A,t) & = det(A - tI)\
& = det(PBP^{-1} - tI)\
& = det(PBP^{-1}-tPP^{-1})\
& = det(P(B-tI)P^{-1})\
& = det(P)det(B - tI) det(P^{-1})\
& = det(P)det(B - tI) frac{1}{det(P)}\
& = det(B-tI)\
& = text{charpoly}(B,t).
end{align*}
This shows that similar matrices have the same characteristic polynomial. Note that this proof relies on several facts. In particular, the determinant is multiplicative.
$endgroup$
add a comment |
$begingroup$
Suppose $A$ and $B$ are square matrices such that $A = P B P^{-1}$ for some invertible matrix $P$. Then
begin{align*}text{charpoly}(A,t) & = det(A - tI)\
& = det(PBP^{-1} - tI)\
& = det(PBP^{-1}-tPP^{-1})\
& = det(P(B-tI)P^{-1})\
& = det(P)det(B - tI) det(P^{-1})\
& = det(P)det(B - tI) frac{1}{det(P)}\
& = det(B-tI)\
& = text{charpoly}(B,t).
end{align*}
This shows that similar matrices have the same characteristic polynomial. Note that this proof relies on several facts. In particular, the determinant is multiplicative.
$endgroup$
Suppose $A$ and $B$ are square matrices such that $A = P B P^{-1}$ for some invertible matrix $P$. Then
begin{align*}text{charpoly}(A,t) & = det(A - tI)\
& = det(PBP^{-1} - tI)\
& = det(PBP^{-1}-tPP^{-1})\
& = det(P(B-tI)P^{-1})\
& = det(P)det(B - tI) det(P^{-1})\
& = det(P)det(B - tI) frac{1}{det(P)}\
& = det(B-tI)\
& = text{charpoly}(B,t).
end{align*}
This shows that similar matrices have the same characteristic polynomial. Note that this proof relies on several facts. In particular, the determinant is multiplicative.
edited 2 hours ago
J. W. Tanner
2,9541318
2,9541318
answered 2 hours ago
johnny133253johnny133253
384110
384110
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%2f3142004%2fdo-similar-matrices-have-same-characteristic-equations%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