True or False, diagonalization problem
Let $B_c= left{(1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1)right}$, $T:mathbb{R}^4rightarrow mathbb{R}^4$ a linear operator such that begin{equation} detleft[T-Ilambdaright]_{B_{c}}=(2-lambda)^4qquad text{and}qquad T((0,0,0,1)) = (1,0,0,1)end{equation}
Is T diagonalizable?
I've tried to use the following reasoning: Since the algebraic multiplicity of the eigenvalue $2$ is $4$, we know that $T$ is diagonalizable if (and only if) the dimension of the eigenspace associated with the eigenvalue $2$ is $4$. But we also know that there's a vector in $mathbb{R}^4$ that don't belong to $S_{2}$ (because $(0,0,0,1)$ is not an eigenvector). Can I use this argument to show that $T$ is not diagonalizable? Thanks in advance
linear-algebra problem-solving diagonalization
add a comment |
Let $B_c= left{(1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1)right}$, $T:mathbb{R}^4rightarrow mathbb{R}^4$ a linear operator such that begin{equation} detleft[T-Ilambdaright]_{B_{c}}=(2-lambda)^4qquad text{and}qquad T((0,0,0,1)) = (1,0,0,1)end{equation}
Is T diagonalizable?
I've tried to use the following reasoning: Since the algebraic multiplicity of the eigenvalue $2$ is $4$, we know that $T$ is diagonalizable if (and only if) the dimension of the eigenspace associated with the eigenvalue $2$ is $4$. But we also know that there's a vector in $mathbb{R}^4$ that don't belong to $S_{2}$ (because $(0,0,0,1)$ is not an eigenvector). Can I use this argument to show that $T$ is not diagonalizable? Thanks in advance
linear-algebra problem-solving diagonalization
1
Yes, that's fully correct.
– egreg
Dec 31 '18 at 23:44
add a comment |
Let $B_c= left{(1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1)right}$, $T:mathbb{R}^4rightarrow mathbb{R}^4$ a linear operator such that begin{equation} detleft[T-Ilambdaright]_{B_{c}}=(2-lambda)^4qquad text{and}qquad T((0,0,0,1)) = (1,0,0,1)end{equation}
Is T diagonalizable?
I've tried to use the following reasoning: Since the algebraic multiplicity of the eigenvalue $2$ is $4$, we know that $T$ is diagonalizable if (and only if) the dimension of the eigenspace associated with the eigenvalue $2$ is $4$. But we also know that there's a vector in $mathbb{R}^4$ that don't belong to $S_{2}$ (because $(0,0,0,1)$ is not an eigenvector). Can I use this argument to show that $T$ is not diagonalizable? Thanks in advance
linear-algebra problem-solving diagonalization
Let $B_c= left{(1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1)right}$, $T:mathbb{R}^4rightarrow mathbb{R}^4$ a linear operator such that begin{equation} detleft[T-Ilambdaright]_{B_{c}}=(2-lambda)^4qquad text{and}qquad T((0,0,0,1)) = (1,0,0,1)end{equation}
Is T diagonalizable?
I've tried to use the following reasoning: Since the algebraic multiplicity of the eigenvalue $2$ is $4$, we know that $T$ is diagonalizable if (and only if) the dimension of the eigenspace associated with the eigenvalue $2$ is $4$. But we also know that there's a vector in $mathbb{R}^4$ that don't belong to $S_{2}$ (because $(0,0,0,1)$ is not an eigenvector). Can I use this argument to show that $T$ is not diagonalizable? Thanks in advance
linear-algebra problem-solving diagonalization
linear-algebra problem-solving diagonalization
asked Dec 31 '18 at 21:02


Raúl AsteteRaúl Astete
496
496
1
Yes, that's fully correct.
– egreg
Dec 31 '18 at 23:44
add a comment |
1
Yes, that's fully correct.
– egreg
Dec 31 '18 at 23:44
1
1
Yes, that's fully correct.
– egreg
Dec 31 '18 at 23:44
Yes, that's fully correct.
– egreg
Dec 31 '18 at 23:44
add a comment |
3 Answers
3
active
oldest
votes
An endomorphism φ of a finite dimensional vector space over a field F
is diagonalizable if and only if its minimal polynomial factors
completely over F into distinct linear factors. The fact that there is
only one factor X − λ for every eigenvalue
from https://en.wikipedia.org/wiki/Minimal_polynomial_(linear_algebra)
I like to say that a matrix diagonalizes as some $P^{-1}AP = D$ if and only if the minimal polynomial is squarefree. They phrase that as "factors...into distinct linear factors"
If the minimal polynomial really were $lambda - 2,$ we would have $A-2I = 0,$ so that $A=2I,$ and everything would be an eigenvector. Since they give a vector that is not an eigenvector, that does it. The minimal polynomial is not linear, it is one of $(lambda-2)^2$ or $(lambda-2)^3$ or $(lambda-2)^4.$ Note that i am using the reverse order polynomial $det(lambda I - A).$ Oh, and $A$ is the square matrix defined by $T$
add a comment |
Since $T((0,0,0,1)) neq 2 cdot (0,0,0,1)$ we know that $(0,0,0,1)$ isn't in the eigenspace $operatorname{Ker}(T-2I)$. The dimension of the eigenspace is therefore strictly less than the dimension of $mathbb{R}^4$.
add a comment |
If diagonalized, the diagonal matrix would simply be $$D=2I_4$$
As the result your matrix is $$B^{-1}DB=2I_4$$
That contradicts $$A(1,0,0,0)^T=(1,0,0,1)^T$$
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%2f3058035%2ftrue-or-false-diagonalization-problem%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
An endomorphism φ of a finite dimensional vector space over a field F
is diagonalizable if and only if its minimal polynomial factors
completely over F into distinct linear factors. The fact that there is
only one factor X − λ for every eigenvalue
from https://en.wikipedia.org/wiki/Minimal_polynomial_(linear_algebra)
I like to say that a matrix diagonalizes as some $P^{-1}AP = D$ if and only if the minimal polynomial is squarefree. They phrase that as "factors...into distinct linear factors"
If the minimal polynomial really were $lambda - 2,$ we would have $A-2I = 0,$ so that $A=2I,$ and everything would be an eigenvector. Since they give a vector that is not an eigenvector, that does it. The minimal polynomial is not linear, it is one of $(lambda-2)^2$ or $(lambda-2)^3$ or $(lambda-2)^4.$ Note that i am using the reverse order polynomial $det(lambda I - A).$ Oh, and $A$ is the square matrix defined by $T$
add a comment |
An endomorphism φ of a finite dimensional vector space over a field F
is diagonalizable if and only if its minimal polynomial factors
completely over F into distinct linear factors. The fact that there is
only one factor X − λ for every eigenvalue
from https://en.wikipedia.org/wiki/Minimal_polynomial_(linear_algebra)
I like to say that a matrix diagonalizes as some $P^{-1}AP = D$ if and only if the minimal polynomial is squarefree. They phrase that as "factors...into distinct linear factors"
If the minimal polynomial really were $lambda - 2,$ we would have $A-2I = 0,$ so that $A=2I,$ and everything would be an eigenvector. Since they give a vector that is not an eigenvector, that does it. The minimal polynomial is not linear, it is one of $(lambda-2)^2$ or $(lambda-2)^3$ or $(lambda-2)^4.$ Note that i am using the reverse order polynomial $det(lambda I - A).$ Oh, and $A$ is the square matrix defined by $T$
add a comment |
An endomorphism φ of a finite dimensional vector space over a field F
is diagonalizable if and only if its minimal polynomial factors
completely over F into distinct linear factors. The fact that there is
only one factor X − λ for every eigenvalue
from https://en.wikipedia.org/wiki/Minimal_polynomial_(linear_algebra)
I like to say that a matrix diagonalizes as some $P^{-1}AP = D$ if and only if the minimal polynomial is squarefree. They phrase that as "factors...into distinct linear factors"
If the minimal polynomial really were $lambda - 2,$ we would have $A-2I = 0,$ so that $A=2I,$ and everything would be an eigenvector. Since they give a vector that is not an eigenvector, that does it. The minimal polynomial is not linear, it is one of $(lambda-2)^2$ or $(lambda-2)^3$ or $(lambda-2)^4.$ Note that i am using the reverse order polynomial $det(lambda I - A).$ Oh, and $A$ is the square matrix defined by $T$
An endomorphism φ of a finite dimensional vector space over a field F
is diagonalizable if and only if its minimal polynomial factors
completely over F into distinct linear factors. The fact that there is
only one factor X − λ for every eigenvalue
from https://en.wikipedia.org/wiki/Minimal_polynomial_(linear_algebra)
I like to say that a matrix diagonalizes as some $P^{-1}AP = D$ if and only if the minimal polynomial is squarefree. They phrase that as "factors...into distinct linear factors"
If the minimal polynomial really were $lambda - 2,$ we would have $A-2I = 0,$ so that $A=2I,$ and everything would be an eigenvector. Since they give a vector that is not an eigenvector, that does it. The minimal polynomial is not linear, it is one of $(lambda-2)^2$ or $(lambda-2)^3$ or $(lambda-2)^4.$ Note that i am using the reverse order polynomial $det(lambda I - A).$ Oh, and $A$ is the square matrix defined by $T$
answered Dec 31 '18 at 21:22
Will JagyWill Jagy
102k5100199
102k5100199
add a comment |
add a comment |
Since $T((0,0,0,1)) neq 2 cdot (0,0,0,1)$ we know that $(0,0,0,1)$ isn't in the eigenspace $operatorname{Ker}(T-2I)$. The dimension of the eigenspace is therefore strictly less than the dimension of $mathbb{R}^4$.
add a comment |
Since $T((0,0,0,1)) neq 2 cdot (0,0,0,1)$ we know that $(0,0,0,1)$ isn't in the eigenspace $operatorname{Ker}(T-2I)$. The dimension of the eigenspace is therefore strictly less than the dimension of $mathbb{R}^4$.
add a comment |
Since $T((0,0,0,1)) neq 2 cdot (0,0,0,1)$ we know that $(0,0,0,1)$ isn't in the eigenspace $operatorname{Ker}(T-2I)$. The dimension of the eigenspace is therefore strictly less than the dimension of $mathbb{R}^4$.
Since $T((0,0,0,1)) neq 2 cdot (0,0,0,1)$ we know that $(0,0,0,1)$ isn't in the eigenspace $operatorname{Ker}(T-2I)$. The dimension of the eigenspace is therefore strictly less than the dimension of $mathbb{R}^4$.
answered Dec 31 '18 at 21:31
mephistolotlmephistolotl
4701413
4701413
add a comment |
add a comment |
If diagonalized, the diagonal matrix would simply be $$D=2I_4$$
As the result your matrix is $$B^{-1}DB=2I_4$$
That contradicts $$A(1,0,0,0)^T=(1,0,0,1)^T$$
add a comment |
If diagonalized, the diagonal matrix would simply be $$D=2I_4$$
As the result your matrix is $$B^{-1}DB=2I_4$$
That contradicts $$A(1,0,0,0)^T=(1,0,0,1)^T$$
add a comment |
If diagonalized, the diagonal matrix would simply be $$D=2I_4$$
As the result your matrix is $$B^{-1}DB=2I_4$$
That contradicts $$A(1,0,0,0)^T=(1,0,0,1)^T$$
If diagonalized, the diagonal matrix would simply be $$D=2I_4$$
As the result your matrix is $$B^{-1}DB=2I_4$$
That contradicts $$A(1,0,0,0)^T=(1,0,0,1)^T$$
answered Dec 31 '18 at 21:31


Mohammad Riazi-KermaniMohammad Riazi-Kermani
41.4k42061
41.4k42061
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%2f3058035%2ftrue-or-false-diagonalization-problem%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
Yes, that's fully correct.
– egreg
Dec 31 '18 at 23:44