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?










share|cite|improve this question




























    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?










    share|cite|improve this question


























      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?










      share|cite|improve this question















      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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 17 at 12:25

























      asked Nov 17 at 12:12









      nh3

      83




      83






















          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$






          share|cite|improve this answer























            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',
            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
            });


            }
            });














            draft saved

            draft discarded


















            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

























            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$






            share|cite|improve this answer



























              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$






              share|cite|improve this answer

























                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$






                share|cite|improve this answer














                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$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Nov 17 at 12:28

























                answered Nov 17 at 12:14









                gimusi

                88.5k74394




                88.5k74394






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    QoS: MAC-Priority for clients behind a repeater

                    Ивакино (Тотемский район)

                    Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)