Guessing the eigenvectors knowing the eigenvalues of a 3x3 matrix Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Finding the eigenvalues of a given Markov matrixFind eigenvalues and eigenvectors of this matrixeigenvector equivalence for subspace of matrix?Finding eigenvectors of a 3x3 matrixfinding eigenvector from 3x3 matrixFinding eigenvectors of a 3x3 matrix 2Find missing Eigenvalues and check invertabilityEigenvalues and -vectors of product matrixEigenvalues and Eigenvectors in ModelsMatrix with distinct eigenvectors corresponding to eigenvalues.
What computer would be fastest for Mathematica Home Edition?
Fishing simulator
How does modal jazz use chord progressions?
What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?
What LEGO pieces have "real-world" functionality?
Does a C shift expression have unsigned type? Why would Splint warn about a right-shift?
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Autumning in love
Communication vs. Technical skills ,which is more relevant for today's QA engineer positions?
How can I make names more distinctive without making them longer?
Can't figure this one out.. What is the missing box?
Using "nakedly" instead of "with nothing on"
I'm having difficulty getting my players to do stuff in a sandbox campaign
Active filter with series inductor and resistor - do these exist?
Array/tabular for long multiplication
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Interesting examples of non-locally compact topological groups
Is it possible to ask for a hotel room without minibar/extra services?
How many spell slots should a Fighter 11/Ranger 9 have?
Mortgage adviser recommends a longer term than necessary combined with overpayments
How to colour the US map with Yellow, Green, Red and Blue to minimize the number of states with the colour of Green
Who can trigger ship-wide alerts in Star Trek?
Simulating Exploding Dice
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Guessing the eigenvectors knowing the eigenvalues of a 3x3 matrix
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Finding the eigenvalues of a given Markov matrixFind eigenvalues and eigenvectors of this matrixeigenvector equivalence for subspace of matrix?Finding eigenvectors of a 3x3 matrixfinding eigenvector from 3x3 matrixFinding eigenvectors of a 3x3 matrix 2Find missing Eigenvalues and check invertabilityEigenvalues and -vectors of product matrixEigenvalues and Eigenvectors in ModelsMatrix with distinct eigenvectors corresponding to eigenvalues.
$begingroup$
So I'm given a matrix $A$
$$A=beginpmatrix0.4 & 0.3& 0.3\ 0.3 & 0.5 & 0.2 \ 0.3& 0.2 & 0.5 endpmatrix$$
Find the eigenvector corresponding to the eigenvalue $lambda_1=1$ then proceed to find the remaining eigenvalues using a built in command in MatLab
So far I've found the eigenvector for $lambda_1=1$ which is $v_1=beginpmatrix1\1\1endpmatrix$ and after i've used the eig command I found the remaining eigenvalues to be $lambda_2=0.3,lambda_3=0.1$ now it wants me to literary "guess" the corresponding eigenvectors.And this is where i'm stuck. I have read lots of guides and stuff about how to find eigenvectors by inspection but that was for 2x2 matrices and for 3x3 matrices they just mentioned that they need a 3rd fact which is a bit more complicated. Besides I can't see any obvious eigenvectors.....
linear-algebra eigenvalues-eigenvectors
$endgroup$
add a comment |
$begingroup$
So I'm given a matrix $A$
$$A=beginpmatrix0.4 & 0.3& 0.3\ 0.3 & 0.5 & 0.2 \ 0.3& 0.2 & 0.5 endpmatrix$$
Find the eigenvector corresponding to the eigenvalue $lambda_1=1$ then proceed to find the remaining eigenvalues using a built in command in MatLab
So far I've found the eigenvector for $lambda_1=1$ which is $v_1=beginpmatrix1\1\1endpmatrix$ and after i've used the eig command I found the remaining eigenvalues to be $lambda_2=0.3,lambda_3=0.1$ now it wants me to literary "guess" the corresponding eigenvectors.And this is where i'm stuck. I have read lots of guides and stuff about how to find eigenvectors by inspection but that was for 2x2 matrices and for 3x3 matrices they just mentioned that they need a 3rd fact which is a bit more complicated. Besides I can't see any obvious eigenvectors.....
linear-algebra eigenvalues-eigenvectors
$endgroup$
1
$begingroup$
Where does it say "guess"? eig will give you both eigenvalues and eigenvectors.
$endgroup$
– Robert Israel
Apr 8 at 19:50
$begingroup$
@RobertIsrael In my problem sheet. (Use "eig" in matlab to find the remaining eigenvalues). From what the command returns, guess the corresponding eigenvectors then verify them (the verifying part is not an issue) but the part that it says "guess" got me pretty confused
$endgroup$
– Sami Shafi
Apr 8 at 19:55
$begingroup$
hmm maybe I've misunderstood the problem? As you said you'll get both eigenvectors and values if you use [v,b] = eig maybe it's referring to guess which one of the eigenvalues is for which eigenvectors as in you get both of them so you just somehow "see" which of them is for which?
$endgroup$
– Sami Shafi
Apr 8 at 20:00
$begingroup$
This is helpful emathhelp.net/calculators/linear-algebra/…
$endgroup$
– amitava
Apr 8 at 20:55
add a comment |
$begingroup$
So I'm given a matrix $A$
$$A=beginpmatrix0.4 & 0.3& 0.3\ 0.3 & 0.5 & 0.2 \ 0.3& 0.2 & 0.5 endpmatrix$$
Find the eigenvector corresponding to the eigenvalue $lambda_1=1$ then proceed to find the remaining eigenvalues using a built in command in MatLab
So far I've found the eigenvector for $lambda_1=1$ which is $v_1=beginpmatrix1\1\1endpmatrix$ and after i've used the eig command I found the remaining eigenvalues to be $lambda_2=0.3,lambda_3=0.1$ now it wants me to literary "guess" the corresponding eigenvectors.And this is where i'm stuck. I have read lots of guides and stuff about how to find eigenvectors by inspection but that was for 2x2 matrices and for 3x3 matrices they just mentioned that they need a 3rd fact which is a bit more complicated. Besides I can't see any obvious eigenvectors.....
linear-algebra eigenvalues-eigenvectors
$endgroup$
So I'm given a matrix $A$
$$A=beginpmatrix0.4 & 0.3& 0.3\ 0.3 & 0.5 & 0.2 \ 0.3& 0.2 & 0.5 endpmatrix$$
Find the eigenvector corresponding to the eigenvalue $lambda_1=1$ then proceed to find the remaining eigenvalues using a built in command in MatLab
So far I've found the eigenvector for $lambda_1=1$ which is $v_1=beginpmatrix1\1\1endpmatrix$ and after i've used the eig command I found the remaining eigenvalues to be $lambda_2=0.3,lambda_3=0.1$ now it wants me to literary "guess" the corresponding eigenvectors.And this is where i'm stuck. I have read lots of guides and stuff about how to find eigenvectors by inspection but that was for 2x2 matrices and for 3x3 matrices they just mentioned that they need a 3rd fact which is a bit more complicated. Besides I can't see any obvious eigenvectors.....
linear-algebra eigenvalues-eigenvectors
linear-algebra eigenvalues-eigenvectors
asked Apr 8 at 19:44
Sami ShafiSami Shafi
447
447
1
$begingroup$
Where does it say "guess"? eig will give you both eigenvalues and eigenvectors.
$endgroup$
– Robert Israel
Apr 8 at 19:50
$begingroup$
@RobertIsrael In my problem sheet. (Use "eig" in matlab to find the remaining eigenvalues). From what the command returns, guess the corresponding eigenvectors then verify them (the verifying part is not an issue) but the part that it says "guess" got me pretty confused
$endgroup$
– Sami Shafi
Apr 8 at 19:55
$begingroup$
hmm maybe I've misunderstood the problem? As you said you'll get both eigenvectors and values if you use [v,b] = eig maybe it's referring to guess which one of the eigenvalues is for which eigenvectors as in you get both of them so you just somehow "see" which of them is for which?
$endgroup$
– Sami Shafi
Apr 8 at 20:00
$begingroup$
This is helpful emathhelp.net/calculators/linear-algebra/…
$endgroup$
– amitava
Apr 8 at 20:55
add a comment |
1
$begingroup$
Where does it say "guess"? eig will give you both eigenvalues and eigenvectors.
$endgroup$
– Robert Israel
Apr 8 at 19:50
$begingroup$
@RobertIsrael In my problem sheet. (Use "eig" in matlab to find the remaining eigenvalues). From what the command returns, guess the corresponding eigenvectors then verify them (the verifying part is not an issue) but the part that it says "guess" got me pretty confused
$endgroup$
– Sami Shafi
Apr 8 at 19:55
$begingroup$
hmm maybe I've misunderstood the problem? As you said you'll get both eigenvectors and values if you use [v,b] = eig maybe it's referring to guess which one of the eigenvalues is for which eigenvectors as in you get both of them so you just somehow "see" which of them is for which?
$endgroup$
– Sami Shafi
Apr 8 at 20:00
$begingroup$
This is helpful emathhelp.net/calculators/linear-algebra/…
$endgroup$
– amitava
Apr 8 at 20:55
1
1
$begingroup$
Where does it say "guess"? eig will give you both eigenvalues and eigenvectors.
$endgroup$
– Robert Israel
Apr 8 at 19:50
$begingroup$
Where does it say "guess"? eig will give you both eigenvalues and eigenvectors.
$endgroup$
– Robert Israel
Apr 8 at 19:50
$begingroup$
@RobertIsrael In my problem sheet. (Use "eig" in matlab to find the remaining eigenvalues). From what the command returns, guess the corresponding eigenvectors then verify them (the verifying part is not an issue) but the part that it says "guess" got me pretty confused
$endgroup$
– Sami Shafi
Apr 8 at 19:55
$begingroup$
@RobertIsrael In my problem sheet. (Use "eig" in matlab to find the remaining eigenvalues). From what the command returns, guess the corresponding eigenvectors then verify them (the verifying part is not an issue) but the part that it says "guess" got me pretty confused
$endgroup$
– Sami Shafi
Apr 8 at 19:55
$begingroup$
hmm maybe I've misunderstood the problem? As you said you'll get both eigenvectors and values if you use [v,b] = eig maybe it's referring to guess which one of the eigenvalues is for which eigenvectors as in you get both of them so you just somehow "see" which of them is for which?
$endgroup$
– Sami Shafi
Apr 8 at 20:00
$begingroup$
hmm maybe I've misunderstood the problem? As you said you'll get both eigenvectors and values if you use [v,b] = eig maybe it's referring to guess which one of the eigenvalues is for which eigenvectors as in you get both of them so you just somehow "see" which of them is for which?
$endgroup$
– Sami Shafi
Apr 8 at 20:00
$begingroup$
This is helpful emathhelp.net/calculators/linear-algebra/…
$endgroup$
– amitava
Apr 8 at 20:55
$begingroup$
This is helpful emathhelp.net/calculators/linear-algebra/…
$endgroup$
– amitava
Apr 8 at 20:55
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Not really "guesses", but...
Note that $$A - 0.3 I = pmatrix0.1 & 0.3 & 0.3cr
0.3 & 0.2 & 0.2cr
0.3 & 0.2 & 0.2cr $$
has its second and third columns equal. That says that $pmatrix0cr 1 cr -1cr$ will be in its null space, i.e. an eigenvector of $A$ for eigenvalue $0.3$.
Now $A$ being a symmetric matrix, its eigenvectors are orthogonal, so the eigenvector for
the remaining eigenvalue $0.1$ has sum $0$ and its second and third entries equal. Thus
it should be (a multiple of) $pmatrix2 cr -1cr -1cr$.
$endgroup$
add a comment |
Your Answer
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%2f3180110%2fguessing-the-eigenvectors-knowing-the-eigenvalues-of-a-3x3-matrix%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
$begingroup$
Not really "guesses", but...
Note that $$A - 0.3 I = pmatrix0.1 & 0.3 & 0.3cr
0.3 & 0.2 & 0.2cr
0.3 & 0.2 & 0.2cr $$
has its second and third columns equal. That says that $pmatrix0cr 1 cr -1cr$ will be in its null space, i.e. an eigenvector of $A$ for eigenvalue $0.3$.
Now $A$ being a symmetric matrix, its eigenvectors are orthogonal, so the eigenvector for
the remaining eigenvalue $0.1$ has sum $0$ and its second and third entries equal. Thus
it should be (a multiple of) $pmatrix2 cr -1cr -1cr$.
$endgroup$
add a comment |
$begingroup$
Not really "guesses", but...
Note that $$A - 0.3 I = pmatrix0.1 & 0.3 & 0.3cr
0.3 & 0.2 & 0.2cr
0.3 & 0.2 & 0.2cr $$
has its second and third columns equal. That says that $pmatrix0cr 1 cr -1cr$ will be in its null space, i.e. an eigenvector of $A$ for eigenvalue $0.3$.
Now $A$ being a symmetric matrix, its eigenvectors are orthogonal, so the eigenvector for
the remaining eigenvalue $0.1$ has sum $0$ and its second and third entries equal. Thus
it should be (a multiple of) $pmatrix2 cr -1cr -1cr$.
$endgroup$
add a comment |
$begingroup$
Not really "guesses", but...
Note that $$A - 0.3 I = pmatrix0.1 & 0.3 & 0.3cr
0.3 & 0.2 & 0.2cr
0.3 & 0.2 & 0.2cr $$
has its second and third columns equal. That says that $pmatrix0cr 1 cr -1cr$ will be in its null space, i.e. an eigenvector of $A$ for eigenvalue $0.3$.
Now $A$ being a symmetric matrix, its eigenvectors are orthogonal, so the eigenvector for
the remaining eigenvalue $0.1$ has sum $0$ and its second and third entries equal. Thus
it should be (a multiple of) $pmatrix2 cr -1cr -1cr$.
$endgroup$
Not really "guesses", but...
Note that $$A - 0.3 I = pmatrix0.1 & 0.3 & 0.3cr
0.3 & 0.2 & 0.2cr
0.3 & 0.2 & 0.2cr $$
has its second and third columns equal. That says that $pmatrix0cr 1 cr -1cr$ will be in its null space, i.e. an eigenvector of $A$ for eigenvalue $0.3$.
Now $A$ being a symmetric matrix, its eigenvectors are orthogonal, so the eigenvector for
the remaining eigenvalue $0.1$ has sum $0$ and its second and third entries equal. Thus
it should be (a multiple of) $pmatrix2 cr -1cr -1cr$.
answered Apr 9 at 3:45
Robert IsraelRobert Israel
331k23221478
331k23221478
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%2f3180110%2fguessing-the-eigenvectors-knowing-the-eigenvalues-of-a-3x3-matrix%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$
Where does it say "guess"? eig will give you both eigenvalues and eigenvectors.
$endgroup$
– Robert Israel
Apr 8 at 19:50
$begingroup$
@RobertIsrael In my problem sheet. (Use "eig" in matlab to find the remaining eigenvalues). From what the command returns, guess the corresponding eigenvectors then verify them (the verifying part is not an issue) but the part that it says "guess" got me pretty confused
$endgroup$
– Sami Shafi
Apr 8 at 19:55
$begingroup$
hmm maybe I've misunderstood the problem? As you said you'll get both eigenvectors and values if you use [v,b] = eig maybe it's referring to guess which one of the eigenvalues is for which eigenvectors as in you get both of them so you just somehow "see" which of them is for which?
$endgroup$
– Sami Shafi
Apr 8 at 20:00
$begingroup$
This is helpful emathhelp.net/calculators/linear-algebra/…
$endgroup$
– amitava
Apr 8 at 20:55