eigenvector problem: solving matrices containing e and finding eigenvectors and eigenvalues The 2019 Stack Overflow Developer Survey Results Are InQuick ways to _verify_ determinant, minimal polynomial, characteristic polynomial, eigenvalues, eigenvectors …Eigenvalues and Eigenvectors of Large MatrixSame eigenvalues, different eigenvectors but orthogonalEigenvectors of a $2 times 2$ matrix when the eigenvalues are not integerssolving for eigenvalues & eigenvectors of the product of a column vector and row vectorFinding complex eigenvaluesfinding eigenvectors given eigenvaluesFinding $det(I+A^100)$ where $Ain M_3(R)$ and eigenvalues of $A$ are $-1,0,1$Finding eigenvalues for matrix when eigenvectors are known.Finding eigenvalues for symbolic matrix with known eigenvectors
Why can't devices on different VLANs, but on the same subnet, communicate?
What do these terms in Caesar's Gallic wars mean?
Are there any other methods to apply to solving simultaneous equations?
Can a flute soloist sit?
Does adding complexity mean a more secure cipher?
Inverse Relationship Between Precision and Recall
The phrase "to the numbers born"?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
I am an eight letter word. What am I?
What do I do when my TA workload is more than expected?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Button changing its text & action. Good or terrible?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Does HR tell a hiring manager about salary negotiations?
Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?
Can we generate random numbers using irrational numbers like π and e?
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
Getting crown tickets for Statue of Liberty
For what reasons would an animal species NOT cross a *horizontal* land bridge?
How do PCB vias affect signal quality?
Geography at the pixel level
What information about me do stores get via my credit card?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
What is this sharp, curved notch on my knife for?
eigenvector problem: solving matrices containing e and finding eigenvectors and eigenvalues
The 2019 Stack Overflow Developer Survey Results Are InQuick ways to _verify_ determinant, minimal polynomial, characteristic polynomial, eigenvalues, eigenvectors …Eigenvalues and Eigenvectors of Large MatrixSame eigenvalues, different eigenvectors but orthogonalEigenvectors of a $2 times 2$ matrix when the eigenvalues are not integerssolving for eigenvalues & eigenvectors of the product of a column vector and row vectorFinding complex eigenvaluesfinding eigenvectors given eigenvaluesFinding $det(I+A^100)$ where $Ain M_3(R)$ and eigenvalues of $A$ are $-1,0,1$Finding eigenvalues for matrix when eigenvectors are known.Finding eigenvalues for symbolic matrix with known eigenvectors
$begingroup$
I have been given a matrix to solve
$S(t)$ = $1/2$ $[(e^t+e^-t),(e^t-e^-t),0,(e^t-e^-t),(e^t+e^-t),0,0,0,2]$
I am fairly sure that I have correctly calculated the first few parts of the question and have solved 3/5 questions: (** means unsolved)
Image of question
a. $det(S) = 1$
b. **Calculate the characteristic polynomial of S(t)?
c. Show $S(-t)S(t)=S(t)S(-t)= I$ //using multiplication of the matrices have solved for I
d. Using the property of S(t) derived in c., calculate $S^-1(t)$ //used the $AB = I$ rules to solve for the inverse $S^-1(t)$
e. **calculate the eigenvectors and eigenvalues of S(t)?
The two I am struggling with are $b$ and $e$, clearly calculating the characteristic polynomial is the first step of $e$; which is why I am quite stuck.
I'm sure there is a really clear way of looking at this and if anyone has any suggestions please go ahead!
matrices polynomials eigenvalues-eigenvectors
$endgroup$
add a comment |
$begingroup$
I have been given a matrix to solve
$S(t)$ = $1/2$ $[(e^t+e^-t),(e^t-e^-t),0,(e^t-e^-t),(e^t+e^-t),0,0,0,2]$
I am fairly sure that I have correctly calculated the first few parts of the question and have solved 3/5 questions: (** means unsolved)
Image of question
a. $det(S) = 1$
b. **Calculate the characteristic polynomial of S(t)?
c. Show $S(-t)S(t)=S(t)S(-t)= I$ //using multiplication of the matrices have solved for I
d. Using the property of S(t) derived in c., calculate $S^-1(t)$ //used the $AB = I$ rules to solve for the inverse $S^-1(t)$
e. **calculate the eigenvectors and eigenvalues of S(t)?
The two I am struggling with are $b$ and $e$, clearly calculating the characteristic polynomial is the first step of $e$; which is why I am quite stuck.
I'm sure there is a really clear way of looking at this and if anyone has any suggestions please go ahead!
matrices polynomials eigenvalues-eigenvectors
$endgroup$
$begingroup$
The characteristic polynomial is $det( lambda I - S)$. Why can't you calculate it?
$endgroup$
– Robert Israel
Mar 24 at 5:15
$begingroup$
Well, I think I am going about it the right way but I'm not sure. Expanding from the third row I get: (2-Y)(((e^t+e^-t)-Y)^2-(e^t-e^-t)^2). Solving for those I end up getting an answer with imaginary roots which leads me to think I may have gotten something wrong in the process.
$endgroup$
– tika-taka
Mar 24 at 7:48
$begingroup$
If you do it right, the characteristic polynomial should factor nicely. The eigenvalues are real (assuming $t$ is real).
$endgroup$
– Robert Israel
Mar 24 at 19:22
add a comment |
$begingroup$
I have been given a matrix to solve
$S(t)$ = $1/2$ $[(e^t+e^-t),(e^t-e^-t),0,(e^t-e^-t),(e^t+e^-t),0,0,0,2]$
I am fairly sure that I have correctly calculated the first few parts of the question and have solved 3/5 questions: (** means unsolved)
Image of question
a. $det(S) = 1$
b. **Calculate the characteristic polynomial of S(t)?
c. Show $S(-t)S(t)=S(t)S(-t)= I$ //using multiplication of the matrices have solved for I
d. Using the property of S(t) derived in c., calculate $S^-1(t)$ //used the $AB = I$ rules to solve for the inverse $S^-1(t)$
e. **calculate the eigenvectors and eigenvalues of S(t)?
The two I am struggling with are $b$ and $e$, clearly calculating the characteristic polynomial is the first step of $e$; which is why I am quite stuck.
I'm sure there is a really clear way of looking at this and if anyone has any suggestions please go ahead!
matrices polynomials eigenvalues-eigenvectors
$endgroup$
I have been given a matrix to solve
$S(t)$ = $1/2$ $[(e^t+e^-t),(e^t-e^-t),0,(e^t-e^-t),(e^t+e^-t),0,0,0,2]$
I am fairly sure that I have correctly calculated the first few parts of the question and have solved 3/5 questions: (** means unsolved)
Image of question
a. $det(S) = 1$
b. **Calculate the characteristic polynomial of S(t)?
c. Show $S(-t)S(t)=S(t)S(-t)= I$ //using multiplication of the matrices have solved for I
d. Using the property of S(t) derived in c., calculate $S^-1(t)$ //used the $AB = I$ rules to solve for the inverse $S^-1(t)$
e. **calculate the eigenvectors and eigenvalues of S(t)?
The two I am struggling with are $b$ and $e$, clearly calculating the characteristic polynomial is the first step of $e$; which is why I am quite stuck.
I'm sure there is a really clear way of looking at this and if anyone has any suggestions please go ahead!
matrices polynomials eigenvalues-eigenvectors
matrices polynomials eigenvalues-eigenvectors
edited Mar 24 at 5:08
Alexander Quinn
53
53
asked Mar 24 at 5:01
tika-takatika-taka
1
1
$begingroup$
The characteristic polynomial is $det( lambda I - S)$. Why can't you calculate it?
$endgroup$
– Robert Israel
Mar 24 at 5:15
$begingroup$
Well, I think I am going about it the right way but I'm not sure. Expanding from the third row I get: (2-Y)(((e^t+e^-t)-Y)^2-(e^t-e^-t)^2). Solving for those I end up getting an answer with imaginary roots which leads me to think I may have gotten something wrong in the process.
$endgroup$
– tika-taka
Mar 24 at 7:48
$begingroup$
If you do it right, the characteristic polynomial should factor nicely. The eigenvalues are real (assuming $t$ is real).
$endgroup$
– Robert Israel
Mar 24 at 19:22
add a comment |
$begingroup$
The characteristic polynomial is $det( lambda I - S)$. Why can't you calculate it?
$endgroup$
– Robert Israel
Mar 24 at 5:15
$begingroup$
Well, I think I am going about it the right way but I'm not sure. Expanding from the third row I get: (2-Y)(((e^t+e^-t)-Y)^2-(e^t-e^-t)^2). Solving for those I end up getting an answer with imaginary roots which leads me to think I may have gotten something wrong in the process.
$endgroup$
– tika-taka
Mar 24 at 7:48
$begingroup$
If you do it right, the characteristic polynomial should factor nicely. The eigenvalues are real (assuming $t$ is real).
$endgroup$
– Robert Israel
Mar 24 at 19:22
$begingroup$
The characteristic polynomial is $det( lambda I - S)$. Why can't you calculate it?
$endgroup$
– Robert Israel
Mar 24 at 5:15
$begingroup$
The characteristic polynomial is $det( lambda I - S)$. Why can't you calculate it?
$endgroup$
– Robert Israel
Mar 24 at 5:15
$begingroup$
Well, I think I am going about it the right way but I'm not sure. Expanding from the third row I get: (2-Y)(((e^t+e^-t)-Y)^2-(e^t-e^-t)^2). Solving for those I end up getting an answer with imaginary roots which leads me to think I may have gotten something wrong in the process.
$endgroup$
– tika-taka
Mar 24 at 7:48
$begingroup$
Well, I think I am going about it the right way but I'm not sure. Expanding from the third row I get: (2-Y)(((e^t+e^-t)-Y)^2-(e^t-e^-t)^2). Solving for those I end up getting an answer with imaginary roots which leads me to think I may have gotten something wrong in the process.
$endgroup$
– tika-taka
Mar 24 at 7:48
$begingroup$
If you do it right, the characteristic polynomial should factor nicely. The eigenvalues are real (assuming $t$ is real).
$endgroup$
– Robert Israel
Mar 24 at 19:22
$begingroup$
If you do it right, the characteristic polynomial should factor nicely. The eigenvalues are real (assuming $t$ is real).
$endgroup$
– Robert Israel
Mar 24 at 19:22
add a comment |
0
active
oldest
votes
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%2f3160120%2feigenvector-problem-solving-matrices-containing-e-and-finding-eigenvectors-and%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3160120%2feigenvector-problem-solving-matrices-containing-e-and-finding-eigenvectors-and%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$
The characteristic polynomial is $det( lambda I - S)$. Why can't you calculate it?
$endgroup$
– Robert Israel
Mar 24 at 5:15
$begingroup$
Well, I think I am going about it the right way but I'm not sure. Expanding from the third row I get: (2-Y)(((e^t+e^-t)-Y)^2-(e^t-e^-t)^2). Solving for those I end up getting an answer with imaginary roots which leads me to think I may have gotten something wrong in the process.
$endgroup$
– tika-taka
Mar 24 at 7:48
$begingroup$
If you do it right, the characteristic polynomial should factor nicely. The eigenvalues are real (assuming $t$ is real).
$endgroup$
– Robert Israel
Mar 24 at 19:22