Find the values for which the matrix is diagonalizable
$begingroup$
I have this matrix A= $$begin{bmatrix} 2&0&3\0&L&0\1&0&4end{bmatrix}$$ and for find characteristic matrix I do $lambda I - A$ so I've got $$begin{bmatrix} lambda - 2&0&-3\0&lambda-L&0\-1&0&lambda-4end {bmatrix}$$ and here I'm in stuck, I think it's something simple but I can't to calcolate this: $(lambda-2)(lambda-L)(lambda-4)-(3lambda-L)=lambda^3-6lambda^2-Llambda^2+6lambda+6Llambda-8L$ and it's not correct. Is here someone who can explain to me whot I'm doing wrong or whot rule or theorem I must to study. Here I used Sarrus for find determinant of the matrix.
matrix-calculus
$endgroup$
add a comment |
$begingroup$
I have this matrix A= $$begin{bmatrix} 2&0&3\0&L&0\1&0&4end{bmatrix}$$ and for find characteristic matrix I do $lambda I - A$ so I've got $$begin{bmatrix} lambda - 2&0&-3\0&lambda-L&0\-1&0&lambda-4end {bmatrix}$$ and here I'm in stuck, I think it's something simple but I can't to calcolate this: $(lambda-2)(lambda-L)(lambda-4)-(3lambda-L)=lambda^3-6lambda^2-Llambda^2+6lambda+6Llambda-8L$ and it's not correct. Is here someone who can explain to me whot I'm doing wrong or whot rule or theorem I must to study. Here I used Sarrus for find determinant of the matrix.
matrix-calculus
$endgroup$
$begingroup$
you miscalculated you nebative diagonal, it should be $(-1)(-3)(lambda - L)=3(lambda - L) = (3 lambda - 3 L)$
$endgroup$
– Enkidu
Dec 7 '18 at 11:33
add a comment |
$begingroup$
I have this matrix A= $$begin{bmatrix} 2&0&3\0&L&0\1&0&4end{bmatrix}$$ and for find characteristic matrix I do $lambda I - A$ so I've got $$begin{bmatrix} lambda - 2&0&-3\0&lambda-L&0\-1&0&lambda-4end {bmatrix}$$ and here I'm in stuck, I think it's something simple but I can't to calcolate this: $(lambda-2)(lambda-L)(lambda-4)-(3lambda-L)=lambda^3-6lambda^2-Llambda^2+6lambda+6Llambda-8L$ and it's not correct. Is here someone who can explain to me whot I'm doing wrong or whot rule or theorem I must to study. Here I used Sarrus for find determinant of the matrix.
matrix-calculus
$endgroup$
I have this matrix A= $$begin{bmatrix} 2&0&3\0&L&0\1&0&4end{bmatrix}$$ and for find characteristic matrix I do $lambda I - A$ so I've got $$begin{bmatrix} lambda - 2&0&-3\0&lambda-L&0\-1&0&lambda-4end {bmatrix}$$ and here I'm in stuck, I think it's something simple but I can't to calcolate this: $(lambda-2)(lambda-L)(lambda-4)-(3lambda-L)=lambda^3-6lambda^2-Llambda^2+6lambda+6Llambda-8L$ and it's not correct. Is here someone who can explain to me whot I'm doing wrong or whot rule or theorem I must to study. Here I used Sarrus for find determinant of the matrix.
matrix-calculus
matrix-calculus
edited Dec 7 '18 at 11:27
José Carlos Santos
155k22124227
155k22124227
asked Dec 7 '18 at 11:25
CiaoCiao
94
94
$begingroup$
you miscalculated you nebative diagonal, it should be $(-1)(-3)(lambda - L)=3(lambda - L) = (3 lambda - 3 L)$
$endgroup$
– Enkidu
Dec 7 '18 at 11:33
add a comment |
$begingroup$
you miscalculated you nebative diagonal, it should be $(-1)(-3)(lambda - L)=3(lambda - L) = (3 lambda - 3 L)$
$endgroup$
– Enkidu
Dec 7 '18 at 11:33
$begingroup$
you miscalculated you nebative diagonal, it should be $(-1)(-3)(lambda - L)=3(lambda - L) = (3 lambda - 3 L)$
$endgroup$
– Enkidu
Dec 7 '18 at 11:33
$begingroup$
you miscalculated you nebative diagonal, it should be $(-1)(-3)(lambda - L)=3(lambda - L) = (3 lambda - 3 L)$
$endgroup$
– Enkidu
Dec 7 '18 at 11:33
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Just use the fact that the middle column has two zeros:$$begin{vmatrix}lambda-2&0&-3\0&lambda-L&0\-1&0&lambda-4end{vmatrix}=(lambda-L)begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}.$$So, the eigenvalues are $L$ and the roots of the quadratic equation$$begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}=0.$$
$endgroup$
add a comment |
$begingroup$
You can find the eigenvalues of this matrix by inspection by looking for simple eigenvectors. The second column only has a non-zero entry in its second element, so $(0,1,0)^T$ is an eigenvector with eigenvalue $L$. Adding up the first and third columns gives you $(5,0,5)^T = 5(1,0,1)^T$, but this column addition is equivalent to multiplying by $(1,0,1)^T$, so that’s an eigenvector with eigenvalue $5$. You get the last eigenvalue “for free” by using the trace: $(L+6)-L-5=1$. The characteristic polynomial is therefore $(lambda-L)(lambda-5)(lambda-1)$, so you’ll need to investigate what happens when $L=5$ or $L=1$.
$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%2f3029800%2ffind-the-values-for-which-the-matrix-is-diagonalizable%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$
Just use the fact that the middle column has two zeros:$$begin{vmatrix}lambda-2&0&-3\0&lambda-L&0\-1&0&lambda-4end{vmatrix}=(lambda-L)begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}.$$So, the eigenvalues are $L$ and the roots of the quadratic equation$$begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}=0.$$
$endgroup$
add a comment |
$begingroup$
Just use the fact that the middle column has two zeros:$$begin{vmatrix}lambda-2&0&-3\0&lambda-L&0\-1&0&lambda-4end{vmatrix}=(lambda-L)begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}.$$So, the eigenvalues are $L$ and the roots of the quadratic equation$$begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}=0.$$
$endgroup$
add a comment |
$begingroup$
Just use the fact that the middle column has two zeros:$$begin{vmatrix}lambda-2&0&-3\0&lambda-L&0\-1&0&lambda-4end{vmatrix}=(lambda-L)begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}.$$So, the eigenvalues are $L$ and the roots of the quadratic equation$$begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}=0.$$
$endgroup$
Just use the fact that the middle column has two zeros:$$begin{vmatrix}lambda-2&0&-3\0&lambda-L&0\-1&0&lambda-4end{vmatrix}=(lambda-L)begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}.$$So, the eigenvalues are $L$ and the roots of the quadratic equation$$begin{vmatrix}lambda-2&-3\-1&lambda-4end{vmatrix}=0.$$
answered Dec 7 '18 at 11:31
José Carlos SantosJosé Carlos Santos
155k22124227
155k22124227
add a comment |
add a comment |
$begingroup$
You can find the eigenvalues of this matrix by inspection by looking for simple eigenvectors. The second column only has a non-zero entry in its second element, so $(0,1,0)^T$ is an eigenvector with eigenvalue $L$. Adding up the first and third columns gives you $(5,0,5)^T = 5(1,0,1)^T$, but this column addition is equivalent to multiplying by $(1,0,1)^T$, so that’s an eigenvector with eigenvalue $5$. You get the last eigenvalue “for free” by using the trace: $(L+6)-L-5=1$. The characteristic polynomial is therefore $(lambda-L)(lambda-5)(lambda-1)$, so you’ll need to investigate what happens when $L=5$ or $L=1$.
$endgroup$
add a comment |
$begingroup$
You can find the eigenvalues of this matrix by inspection by looking for simple eigenvectors. The second column only has a non-zero entry in its second element, so $(0,1,0)^T$ is an eigenvector with eigenvalue $L$. Adding up the first and third columns gives you $(5,0,5)^T = 5(1,0,1)^T$, but this column addition is equivalent to multiplying by $(1,0,1)^T$, so that’s an eigenvector with eigenvalue $5$. You get the last eigenvalue “for free” by using the trace: $(L+6)-L-5=1$. The characteristic polynomial is therefore $(lambda-L)(lambda-5)(lambda-1)$, so you’ll need to investigate what happens when $L=5$ or $L=1$.
$endgroup$
add a comment |
$begingroup$
You can find the eigenvalues of this matrix by inspection by looking for simple eigenvectors. The second column only has a non-zero entry in its second element, so $(0,1,0)^T$ is an eigenvector with eigenvalue $L$. Adding up the first and third columns gives you $(5,0,5)^T = 5(1,0,1)^T$, but this column addition is equivalent to multiplying by $(1,0,1)^T$, so that’s an eigenvector with eigenvalue $5$. You get the last eigenvalue “for free” by using the trace: $(L+6)-L-5=1$. The characteristic polynomial is therefore $(lambda-L)(lambda-5)(lambda-1)$, so you’ll need to investigate what happens when $L=5$ or $L=1$.
$endgroup$
You can find the eigenvalues of this matrix by inspection by looking for simple eigenvectors. The second column only has a non-zero entry in its second element, so $(0,1,0)^T$ is an eigenvector with eigenvalue $L$. Adding up the first and third columns gives you $(5,0,5)^T = 5(1,0,1)^T$, but this column addition is equivalent to multiplying by $(1,0,1)^T$, so that’s an eigenvector with eigenvalue $5$. You get the last eigenvalue “for free” by using the trace: $(L+6)-L-5=1$. The characteristic polynomial is therefore $(lambda-L)(lambda-5)(lambda-1)$, so you’ll need to investigate what happens when $L=5$ or $L=1$.
answered Dec 7 '18 at 21:09
amdamd
29.6k21050
29.6k21050
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%2f3029800%2ffind-the-values-for-which-the-matrix-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
$begingroup$
you miscalculated you nebative diagonal, it should be $(-1)(-3)(lambda - L)=3(lambda - L) = (3 lambda - 3 L)$
$endgroup$
– Enkidu
Dec 7 '18 at 11:33