prove that the matrix A is diagonalizableBlock Diagonal Matrix DiagonalizableNew proof about normal matrix is...
Assassin's bullet with mercury
Should I tell management that I intend to leave due to bad software development practices?
Why can't we play rap on piano?
What mechanic is there to disable a threat instead of killing it?
How can I tell someone that I want to be his or her friend?
Twin primes whose sum is a cube
What killed these X2 caps?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Why does Optional.map make this assignment work?
How could indestructible materials be used in power generation?
Took a trip to a parallel universe, need help deciphering
Is it legal for company to use my work email to pretend I still work there?
Alternative to sending password over mail?
Is it possible to download Internet Explorer on my Mac running OS X El Capitan?
Reserved de-dupe rules
What's the point of deactivating Num Lock on login screens?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
Anagram holiday
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
Why is consensus so controversial in Britain?
Why does Arabsat 6A need a Falcon Heavy to launch
Plain language with long required phrases
Could gravitational lensing be used to protect a spaceship from a laser?
Can one be a co-translator of a book, if he does not know the language that the book is translated into?
prove that the matrix A is diagonalizable
Block Diagonal Matrix DiagonalizableNew proof about normal matrix is diagonalizable.Show that matrix $A$ is NOT diagonalizable.Prove a matrix is not diagonalizableHow to use inner products in C(n) to prove normal matrix is unitarily diagonalizable after knowing that normal matrix is diagonalizable?Is the Matrix Diagonalizable if $A^2=4I$Prove that $A$ is diagonalizable.Prove that a general matrix is diagonalizableDetermine $a$ to make matrix $A$ diagonalizableDiagonalizable block-diagonal matrix
$begingroup$
We have :
$A^{3}-3A^{2}-A+3I_{n} = 0 $
how can i prove that A is diagonalizable .
I don't know how to do when A is written this way
linear-algebra matrices eigenvalues-eigenvectors diagonalization
$endgroup$
add a comment |
$begingroup$
We have :
$A^{3}-3A^{2}-A+3I_{n} = 0 $
how can i prove that A is diagonalizable .
I don't know how to do when A is written this way
linear-algebra matrices eigenvalues-eigenvectors diagonalization
$endgroup$
1
$begingroup$
Note that if $A=operatorname{Id}_n$, then $A^3-3A^2-A+3operatorname{Id}_n=0$, in spite of the fact that the only root of the characteristic polynomial of $operatorname{Id}_n$ has multiplicity $n$. So, no, you don't have to prove that all roots of the characteristic polynomial of $A$ have multiplicity $1$.
$endgroup$
– José Carlos Santos
1 hour ago
$begingroup$
yes , you're right i edit my mistake
$endgroup$
– JoshuaK
58 mins ago
add a comment |
$begingroup$
We have :
$A^{3}-3A^{2}-A+3I_{n} = 0 $
how can i prove that A is diagonalizable .
I don't know how to do when A is written this way
linear-algebra matrices eigenvalues-eigenvectors diagonalization
$endgroup$
We have :
$A^{3}-3A^{2}-A+3I_{n} = 0 $
how can i prove that A is diagonalizable .
I don't know how to do when A is written this way
linear-algebra matrices eigenvalues-eigenvectors diagonalization
linear-algebra matrices eigenvalues-eigenvectors diagonalization
edited 58 mins ago
JoshuaK
asked 1 hour ago
JoshuaKJoshuaK
254
254
1
$begingroup$
Note that if $A=operatorname{Id}_n$, then $A^3-3A^2-A+3operatorname{Id}_n=0$, in spite of the fact that the only root of the characteristic polynomial of $operatorname{Id}_n$ has multiplicity $n$. So, no, you don't have to prove that all roots of the characteristic polynomial of $A$ have multiplicity $1$.
$endgroup$
– José Carlos Santos
1 hour ago
$begingroup$
yes , you're right i edit my mistake
$endgroup$
– JoshuaK
58 mins ago
add a comment |
1
$begingroup$
Note that if $A=operatorname{Id}_n$, then $A^3-3A^2-A+3operatorname{Id}_n=0$, in spite of the fact that the only root of the characteristic polynomial of $operatorname{Id}_n$ has multiplicity $n$. So, no, you don't have to prove that all roots of the characteristic polynomial of $A$ have multiplicity $1$.
$endgroup$
– José Carlos Santos
1 hour ago
$begingroup$
yes , you're right i edit my mistake
$endgroup$
– JoshuaK
58 mins ago
1
1
$begingroup$
Note that if $A=operatorname{Id}_n$, then $A^3-3A^2-A+3operatorname{Id}_n=0$, in spite of the fact that the only root of the characteristic polynomial of $operatorname{Id}_n$ has multiplicity $n$. So, no, you don't have to prove that all roots of the characteristic polynomial of $A$ have multiplicity $1$.
$endgroup$
– José Carlos Santos
1 hour ago
$begingroup$
Note that if $A=operatorname{Id}_n$, then $A^3-3A^2-A+3operatorname{Id}_n=0$, in spite of the fact that the only root of the characteristic polynomial of $operatorname{Id}_n$ has multiplicity $n$. So, no, you don't have to prove that all roots of the characteristic polynomial of $A$ have multiplicity $1$.
$endgroup$
– José Carlos Santos
1 hour ago
$begingroup$
yes , you're right i edit my mistake
$endgroup$
– JoshuaK
58 mins ago
$begingroup$
yes , you're right i edit my mistake
$endgroup$
– JoshuaK
58 mins ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The polynomial $P(X)=X^3-3X^2-X+3 = (X-1)(X-3)(X+1)$ has three distincts real roots and you have $P(A)=0$, so $A$ is diagonalizable over $mathbb{R}$.
$endgroup$
add a comment |
$begingroup$
Solving a simpler example, $A-cI_n=0$, it's clear that $a_{(i,i)}=c$ because $a_{(i,j)} - cI_{(i,j)} = 0$ for all $i,j in {1,dots,n}$. From here, a slightly more complicated example is $(A-cI)(A-dI)=0$ forces two conditions (for diagonal elements of $A$ and off-diagonal elements of $A$) that will lead you to a solution for general matrix polynomials.
$endgroup$
add a comment |
$begingroup$
We know that the minimal polynomial divides any polynomial that $A$ is a root of. It's pretty easy to guess that $x=1$ is a root, and using polynomial division you can find that the other two roots are $x=-1, x=3$. Since all the roots are of multiplicity $1$, all of the roots of the minimal polynomial are of multiplicity $1$, and so $A$ is diagonalizable.
$endgroup$
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
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%2f3175144%2fprove-that-the-matrix-a-is-diagonalizable%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$
The polynomial $P(X)=X^3-3X^2-X+3 = (X-1)(X-3)(X+1)$ has three distincts real roots and you have $P(A)=0$, so $A$ is diagonalizable over $mathbb{R}$.
$endgroup$
add a comment |
$begingroup$
The polynomial $P(X)=X^3-3X^2-X+3 = (X-1)(X-3)(X+1)$ has three distincts real roots and you have $P(A)=0$, so $A$ is diagonalizable over $mathbb{R}$.
$endgroup$
add a comment |
$begingroup$
The polynomial $P(X)=X^3-3X^2-X+3 = (X-1)(X-3)(X+1)$ has three distincts real roots and you have $P(A)=0$, so $A$ is diagonalizable over $mathbb{R}$.
$endgroup$
The polynomial $P(X)=X^3-3X^2-X+3 = (X-1)(X-3)(X+1)$ has three distincts real roots and you have $P(A)=0$, so $A$ is diagonalizable over $mathbb{R}$.
answered 57 mins ago
TheSilverDoeTheSilverDoe
5,324215
5,324215
add a comment |
add a comment |
$begingroup$
Solving a simpler example, $A-cI_n=0$, it's clear that $a_{(i,i)}=c$ because $a_{(i,j)} - cI_{(i,j)} = 0$ for all $i,j in {1,dots,n}$. From here, a slightly more complicated example is $(A-cI)(A-dI)=0$ forces two conditions (for diagonal elements of $A$ and off-diagonal elements of $A$) that will lead you to a solution for general matrix polynomials.
$endgroup$
add a comment |
$begingroup$
Solving a simpler example, $A-cI_n=0$, it's clear that $a_{(i,i)}=c$ because $a_{(i,j)} - cI_{(i,j)} = 0$ for all $i,j in {1,dots,n}$. From here, a slightly more complicated example is $(A-cI)(A-dI)=0$ forces two conditions (for diagonal elements of $A$ and off-diagonal elements of $A$) that will lead you to a solution for general matrix polynomials.
$endgroup$
add a comment |
$begingroup$
Solving a simpler example, $A-cI_n=0$, it's clear that $a_{(i,i)}=c$ because $a_{(i,j)} - cI_{(i,j)} = 0$ for all $i,j in {1,dots,n}$. From here, a slightly more complicated example is $(A-cI)(A-dI)=0$ forces two conditions (for diagonal elements of $A$ and off-diagonal elements of $A$) that will lead you to a solution for general matrix polynomials.
$endgroup$
Solving a simpler example, $A-cI_n=0$, it's clear that $a_{(i,i)}=c$ because $a_{(i,j)} - cI_{(i,j)} = 0$ for all $i,j in {1,dots,n}$. From here, a slightly more complicated example is $(A-cI)(A-dI)=0$ forces two conditions (for diagonal elements of $A$ and off-diagonal elements of $A$) that will lead you to a solution for general matrix polynomials.
answered 53 mins ago
EricEric
513
513
add a comment |
add a comment |
$begingroup$
We know that the minimal polynomial divides any polynomial that $A$ is a root of. It's pretty easy to guess that $x=1$ is a root, and using polynomial division you can find that the other two roots are $x=-1, x=3$. Since all the roots are of multiplicity $1$, all of the roots of the minimal polynomial are of multiplicity $1$, and so $A$ is diagonalizable.
$endgroup$
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
add a comment |
$begingroup$
We know that the minimal polynomial divides any polynomial that $A$ is a root of. It's pretty easy to guess that $x=1$ is a root, and using polynomial division you can find that the other two roots are $x=-1, x=3$. Since all the roots are of multiplicity $1$, all of the roots of the minimal polynomial are of multiplicity $1$, and so $A$ is diagonalizable.
$endgroup$
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
add a comment |
$begingroup$
We know that the minimal polynomial divides any polynomial that $A$ is a root of. It's pretty easy to guess that $x=1$ is a root, and using polynomial division you can find that the other two roots are $x=-1, x=3$. Since all the roots are of multiplicity $1$, all of the roots of the minimal polynomial are of multiplicity $1$, and so $A$ is diagonalizable.
$endgroup$
We know that the minimal polynomial divides any polynomial that $A$ is a root of. It's pretty easy to guess that $x=1$ is a root, and using polynomial division you can find that the other two roots are $x=-1, x=3$. Since all the roots are of multiplicity $1$, all of the roots of the minimal polynomial are of multiplicity $1$, and so $A$ is diagonalizable.
answered 55 mins ago
GSoferGSofer
8631313
8631313
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
add a comment |
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
$begingroup$
Nice way to do it using this prorpiety , i was wondering what can i say about A being inversible
$endgroup$
– JoshuaK
37 mins ago
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%2f3175144%2fprove-that-the-matrix-a-is-diagonalizable%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$
Note that if $A=operatorname{Id}_n$, then $A^3-3A^2-A+3operatorname{Id}_n=0$, in spite of the fact that the only root of the characteristic polynomial of $operatorname{Id}_n$ has multiplicity $n$. So, no, you don't have to prove that all roots of the characteristic polynomial of $A$ have multiplicity $1$.
$endgroup$
– José Carlos Santos
1 hour ago
$begingroup$
yes , you're right i edit my mistake
$endgroup$
– JoshuaK
58 mins ago