Why does eigendecomposition is in the same form of $A=CBC^{-1}$ as using eigenvectors as basis for a...











up vote
2
down vote

favorite












Let A be a linear transformation matrix f(x)=Ax, and if D is A in the eigenvector basis, $$D = Q^{-1}AQ$$, where Q is eigenvector matrix of A and a change of basis matrix changing A in standard basis to a basis of eigenvectors of A. It seems to be similar to eigendecomposition $$ A = QLambda Q^{-1} $$ $$ Lambda = Q^{-1}AQ$$ So the linear transformation matrix D with eigenvectors of A as basis is just the eigenvalues matrix of A. What are the connections here?










share|cite|improve this question
























  • Other than whether the diagonal matrix is called $D$ or $Lambda$ there seems to be no difference between your first and last equations.
    – Henning Makholm
    Jan 23 at 20:17















up vote
2
down vote

favorite












Let A be a linear transformation matrix f(x)=Ax, and if D is A in the eigenvector basis, $$D = Q^{-1}AQ$$, where Q is eigenvector matrix of A and a change of basis matrix changing A in standard basis to a basis of eigenvectors of A. It seems to be similar to eigendecomposition $$ A = QLambda Q^{-1} $$ $$ Lambda = Q^{-1}AQ$$ So the linear transformation matrix D with eigenvectors of A as basis is just the eigenvalues matrix of A. What are the connections here?










share|cite|improve this question
























  • Other than whether the diagonal matrix is called $D$ or $Lambda$ there seems to be no difference between your first and last equations.
    – Henning Makholm
    Jan 23 at 20:17













up vote
2
down vote

favorite









up vote
2
down vote

favorite











Let A be a linear transformation matrix f(x)=Ax, and if D is A in the eigenvector basis, $$D = Q^{-1}AQ$$, where Q is eigenvector matrix of A and a change of basis matrix changing A in standard basis to a basis of eigenvectors of A. It seems to be similar to eigendecomposition $$ A = QLambda Q^{-1} $$ $$ Lambda = Q^{-1}AQ$$ So the linear transformation matrix D with eigenvectors of A as basis is just the eigenvalues matrix of A. What are the connections here?










share|cite|improve this question















Let A be a linear transformation matrix f(x)=Ax, and if D is A in the eigenvector basis, $$D = Q^{-1}AQ$$, where Q is eigenvector matrix of A and a change of basis matrix changing A in standard basis to a basis of eigenvectors of A. It seems to be similar to eigendecomposition $$ A = QLambda Q^{-1} $$ $$ Lambda = Q^{-1}AQ$$ So the linear transformation matrix D with eigenvectors of A as basis is just the eigenvalues matrix of A. What are the connections here?







linear-algebra eigenvalues-eigenvectors change-of-basis






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 23 at 20:14

























asked Jan 23 at 20:06









user14042

1087




1087












  • Other than whether the diagonal matrix is called $D$ or $Lambda$ there seems to be no difference between your first and last equations.
    – Henning Makholm
    Jan 23 at 20:17


















  • Other than whether the diagonal matrix is called $D$ or $Lambda$ there seems to be no difference between your first and last equations.
    – Henning Makholm
    Jan 23 at 20:17
















Other than whether the diagonal matrix is called $D$ or $Lambda$ there seems to be no difference between your first and last equations.
– Henning Makholm
Jan 23 at 20:17




Other than whether the diagonal matrix is called $D$ or $Lambda$ there seems to be no difference between your first and last equations.
– Henning Makholm
Jan 23 at 20:17










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










You simply have different cases of the same result:




If $A$ is the matrix that represents a linear transformation in the standard basis and $Q$ is a matrix that has as columns the vectors of a new basis, than the same linear transformation is represented in this new basis by the matrix $B= Q^{-1}AQ $. This result is always true, for any matrix $A$.




Obviously we have also: $A=QBQ^{-1}$ and the eigendecomposition is a special case.



If $A$ is diagonalizable than it has a set of eigenvectors that forms a basis and, in this basis, the linear transformation is represented by a diagonal matrix $D$ that has as diagonal elements the eigenvalues. In this case the transformation matrix $Q$ has as columns the eigenvalues and, using the same formula, we have that $D=Q^{-1}AQ$



Also if the linear transformation is not diagonalizable than we can represent it in a canonical form (the Jordan canonical form) in a basis that is formed by the proper and the generalized eigenvectors. In this basis the transformation is represented by a matrix $Lambda$ that is given by the same formula $Lambda=Q^{-1}AQ$ (and $A=QLambda Q^{-1}$) where, now, $Q$ is the matrix that has as columns the proper and generalized eigenvectors of $A$.






share|cite|improve this answer























  • Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
    – user14042
    Jan 31 at 8:11






  • 1




    No. The transformation is represented by a diagonal matrix only in the eigenbasis.
    – Emilio Novati
    Jan 31 at 8:23











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2618133%2fwhy-does-eigendecomposition-is-in-the-same-form-of-a-cbc-1-as-using-eigenve%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










You simply have different cases of the same result:




If $A$ is the matrix that represents a linear transformation in the standard basis and $Q$ is a matrix that has as columns the vectors of a new basis, than the same linear transformation is represented in this new basis by the matrix $B= Q^{-1}AQ $. This result is always true, for any matrix $A$.




Obviously we have also: $A=QBQ^{-1}$ and the eigendecomposition is a special case.



If $A$ is diagonalizable than it has a set of eigenvectors that forms a basis and, in this basis, the linear transformation is represented by a diagonal matrix $D$ that has as diagonal elements the eigenvalues. In this case the transformation matrix $Q$ has as columns the eigenvalues and, using the same formula, we have that $D=Q^{-1}AQ$



Also if the linear transformation is not diagonalizable than we can represent it in a canonical form (the Jordan canonical form) in a basis that is formed by the proper and the generalized eigenvectors. In this basis the transformation is represented by a matrix $Lambda$ that is given by the same formula $Lambda=Q^{-1}AQ$ (and $A=QLambda Q^{-1}$) where, now, $Q$ is the matrix that has as columns the proper and generalized eigenvectors of $A$.






share|cite|improve this answer























  • Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
    – user14042
    Jan 31 at 8:11






  • 1




    No. The transformation is represented by a diagonal matrix only in the eigenbasis.
    – Emilio Novati
    Jan 31 at 8:23















up vote
1
down vote



accepted










You simply have different cases of the same result:




If $A$ is the matrix that represents a linear transformation in the standard basis and $Q$ is a matrix that has as columns the vectors of a new basis, than the same linear transformation is represented in this new basis by the matrix $B= Q^{-1}AQ $. This result is always true, for any matrix $A$.




Obviously we have also: $A=QBQ^{-1}$ and the eigendecomposition is a special case.



If $A$ is diagonalizable than it has a set of eigenvectors that forms a basis and, in this basis, the linear transformation is represented by a diagonal matrix $D$ that has as diagonal elements the eigenvalues. In this case the transformation matrix $Q$ has as columns the eigenvalues and, using the same formula, we have that $D=Q^{-1}AQ$



Also if the linear transformation is not diagonalizable than we can represent it in a canonical form (the Jordan canonical form) in a basis that is formed by the proper and the generalized eigenvectors. In this basis the transformation is represented by a matrix $Lambda$ that is given by the same formula $Lambda=Q^{-1}AQ$ (and $A=QLambda Q^{-1}$) where, now, $Q$ is the matrix that has as columns the proper and generalized eigenvectors of $A$.






share|cite|improve this answer























  • Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
    – user14042
    Jan 31 at 8:11






  • 1




    No. The transformation is represented by a diagonal matrix only in the eigenbasis.
    – Emilio Novati
    Jan 31 at 8:23













up vote
1
down vote



accepted







up vote
1
down vote



accepted






You simply have different cases of the same result:




If $A$ is the matrix that represents a linear transformation in the standard basis and $Q$ is a matrix that has as columns the vectors of a new basis, than the same linear transformation is represented in this new basis by the matrix $B= Q^{-1}AQ $. This result is always true, for any matrix $A$.




Obviously we have also: $A=QBQ^{-1}$ and the eigendecomposition is a special case.



If $A$ is diagonalizable than it has a set of eigenvectors that forms a basis and, in this basis, the linear transformation is represented by a diagonal matrix $D$ that has as diagonal elements the eigenvalues. In this case the transformation matrix $Q$ has as columns the eigenvalues and, using the same formula, we have that $D=Q^{-1}AQ$



Also if the linear transformation is not diagonalizable than we can represent it in a canonical form (the Jordan canonical form) in a basis that is formed by the proper and the generalized eigenvectors. In this basis the transformation is represented by a matrix $Lambda$ that is given by the same formula $Lambda=Q^{-1}AQ$ (and $A=QLambda Q^{-1}$) where, now, $Q$ is the matrix that has as columns the proper and generalized eigenvectors of $A$.






share|cite|improve this answer














You simply have different cases of the same result:




If $A$ is the matrix that represents a linear transformation in the standard basis and $Q$ is a matrix that has as columns the vectors of a new basis, than the same linear transformation is represented in this new basis by the matrix $B= Q^{-1}AQ $. This result is always true, for any matrix $A$.




Obviously we have also: $A=QBQ^{-1}$ and the eigendecomposition is a special case.



If $A$ is diagonalizable than it has a set of eigenvectors that forms a basis and, in this basis, the linear transformation is represented by a diagonal matrix $D$ that has as diagonal elements the eigenvalues. In this case the transformation matrix $Q$ has as columns the eigenvalues and, using the same formula, we have that $D=Q^{-1}AQ$



Also if the linear transformation is not diagonalizable than we can represent it in a canonical form (the Jordan canonical form) in a basis that is formed by the proper and the generalized eigenvectors. In this basis the transformation is represented by a matrix $Lambda$ that is given by the same formula $Lambda=Q^{-1}AQ$ (and $A=QLambda Q^{-1}$) where, now, $Q$ is the matrix that has as columns the proper and generalized eigenvectors of $A$.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited yesterday

























answered Jan 23 at 20:47









Emilio Novati

50.6k43372




50.6k43372












  • Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
    – user14042
    Jan 31 at 8:11






  • 1




    No. The transformation is represented by a diagonal matrix only in the eigenbasis.
    – Emilio Novati
    Jan 31 at 8:23


















  • Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
    – user14042
    Jan 31 at 8:11






  • 1




    No. The transformation is represented by a diagonal matrix only in the eigenbasis.
    – Emilio Novati
    Jan 31 at 8:23
















Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
– user14042
Jan 31 at 8:11




Thanks. If the basis is not eigenvectors, then is D still a diagonal matrix? (It is diagonal with eigenvalues when the eigenvectors are basis.)
– user14042
Jan 31 at 8:11




1




1




No. The transformation is represented by a diagonal matrix only in the eigenbasis.
– Emilio Novati
Jan 31 at 8:23




No. The transformation is represented by a diagonal matrix only in the eigenbasis.
– Emilio Novati
Jan 31 at 8:23


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2618133%2fwhy-does-eigendecomposition-is-in-the-same-form-of-a-cbc-1-as-using-eigenve%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

A Topological Invariant for $pi_3(U(n))$