Finding eigenvalues for symbolic matrix with known eigenvectors
up vote
1
down vote
favorite
I could not find anything specifically like this using search, so my problem is:
Find eigenvalues $lambda_1$ and $lambda_2$ for matrix $A$ when we know two of its eigenvectors. Solve variables $a$, $b$, $c$ and $d$.
$$ A = left[
begin{matrix}
a & b & 10 \
c & d & 0 \
-5 & 15 & -8
end{matrix}
right] , v_1 = left[
begin{matrix}
1 \
3 \
4
end{matrix}
right] , v_2 = left[
begin{matrix}
-1 \
1 \
2
end{matrix}
right]
$$
So if we go straight ahead and try to solve eigenvalues by characteristic polynomial, we end up with a massive polynomial with five variables and no solutions. How should I start solving this as the usual algorithm (find characteristic polynomial -> solve $lambda$ -> solve rref($A-lambda I_n$) -> determine variables) is no use?
matrices eigenvalues-eigenvectors
add a comment |
up vote
1
down vote
favorite
I could not find anything specifically like this using search, so my problem is:
Find eigenvalues $lambda_1$ and $lambda_2$ for matrix $A$ when we know two of its eigenvectors. Solve variables $a$, $b$, $c$ and $d$.
$$ A = left[
begin{matrix}
a & b & 10 \
c & d & 0 \
-5 & 15 & -8
end{matrix}
right] , v_1 = left[
begin{matrix}
1 \
3 \
4
end{matrix}
right] , v_2 = left[
begin{matrix}
-1 \
1 \
2
end{matrix}
right]
$$
So if we go straight ahead and try to solve eigenvalues by characteristic polynomial, we end up with a massive polynomial with five variables and no solutions. How should I start solving this as the usual algorithm (find characteristic polynomial -> solve $lambda$ -> solve rref($A-lambda I_n$) -> determine variables) is no use?
matrices eigenvalues-eigenvectors
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I could not find anything specifically like this using search, so my problem is:
Find eigenvalues $lambda_1$ and $lambda_2$ for matrix $A$ when we know two of its eigenvectors. Solve variables $a$, $b$, $c$ and $d$.
$$ A = left[
begin{matrix}
a & b & 10 \
c & d & 0 \
-5 & 15 & -8
end{matrix}
right] , v_1 = left[
begin{matrix}
1 \
3 \
4
end{matrix}
right] , v_2 = left[
begin{matrix}
-1 \
1 \
2
end{matrix}
right]
$$
So if we go straight ahead and try to solve eigenvalues by characteristic polynomial, we end up with a massive polynomial with five variables and no solutions. How should I start solving this as the usual algorithm (find characteristic polynomial -> solve $lambda$ -> solve rref($A-lambda I_n$) -> determine variables) is no use?
matrices eigenvalues-eigenvectors
I could not find anything specifically like this using search, so my problem is:
Find eigenvalues $lambda_1$ and $lambda_2$ for matrix $A$ when we know two of its eigenvectors. Solve variables $a$, $b$, $c$ and $d$.
$$ A = left[
begin{matrix}
a & b & 10 \
c & d & 0 \
-5 & 15 & -8
end{matrix}
right] , v_1 = left[
begin{matrix}
1 \
3 \
4
end{matrix}
right] , v_2 = left[
begin{matrix}
-1 \
1 \
2
end{matrix}
right]
$$
So if we go straight ahead and try to solve eigenvalues by characteristic polynomial, we end up with a massive polynomial with five variables and no solutions. How should I start solving this as the usual algorithm (find characteristic polynomial -> solve $lambda$ -> solve rref($A-lambda I_n$) -> determine variables) is no use?
matrices eigenvalues-eigenvectors
matrices eigenvalues-eigenvectors
edited Nov 17 at 12:25
asked Nov 17 at 12:12
nh3
83
83
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
HINT
For a full solutions, let consider and solve the system of $6$ equations in $6$ unknowns
$Av_1=lambda_1v_1$
$Av_2=lambda_2v_2$
If we need only to find the eigenvalues let consider only the third row of $A$ to obtain
- $[-5quad15quad -8]v_1=4lambda_1$
- $[-5quad15quad -8]v_2=2lambda_2$
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
HINT
For a full solutions, let consider and solve the system of $6$ equations in $6$ unknowns
$Av_1=lambda_1v_1$
$Av_2=lambda_2v_2$
If we need only to find the eigenvalues let consider only the third row of $A$ to obtain
- $[-5quad15quad -8]v_1=4lambda_1$
- $[-5quad15quad -8]v_2=2lambda_2$
add a comment |
up vote
0
down vote
accepted
HINT
For a full solutions, let consider and solve the system of $6$ equations in $6$ unknowns
$Av_1=lambda_1v_1$
$Av_2=lambda_2v_2$
If we need only to find the eigenvalues let consider only the third row of $A$ to obtain
- $[-5quad15quad -8]v_1=4lambda_1$
- $[-5quad15quad -8]v_2=2lambda_2$
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
HINT
For a full solutions, let consider and solve the system of $6$ equations in $6$ unknowns
$Av_1=lambda_1v_1$
$Av_2=lambda_2v_2$
If we need only to find the eigenvalues let consider only the third row of $A$ to obtain
- $[-5quad15quad -8]v_1=4lambda_1$
- $[-5quad15quad -8]v_2=2lambda_2$
HINT
For a full solutions, let consider and solve the system of $6$ equations in $6$ unknowns
$Av_1=lambda_1v_1$
$Av_2=lambda_2v_2$
If we need only to find the eigenvalues let consider only the third row of $A$ to obtain
- $[-5quad15quad -8]v_1=4lambda_1$
- $[-5quad15quad -8]v_2=2lambda_2$
edited Nov 17 at 12:28
answered Nov 17 at 12:14
gimusi
88.5k74394
88.5k74394
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3002292%2ffinding-eigenvalues-for-symbolic-matrix-with-known-eigenvectors%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