Biased eigenvalue problem

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












I came across the following "biased eigenvalue problem" when I have tried to solve a quadratic constrained optimization problem.




$$Ax = lambda (x+v), $$




where $A inmathbbS^n$ (the set of $ntimes n$ positive semidefinite matrices), and $v in mathbbR^n$ a given unit vector.



My thoughts



By substituting $y =x+v$ into the problem, we have
$$A(y-v) = lambda y implies Ay = lambda y + u,$$ where $u =Av$. Here, $lambda$ is only multiplied by the vector $y$, but still it is a biased problem.



How to find the eigenpairs $(x,lambda)$ or $(y,lambda)$? Is there a closed form or an algorithm to solve this problem?



I just need some hints or link for papers. Thanks in advance!







share|cite|improve this question

























    up vote
    0
    down vote

    favorite
    1












    I came across the following "biased eigenvalue problem" when I have tried to solve a quadratic constrained optimization problem.




    $$Ax = lambda (x+v), $$




    where $A inmathbbS^n$ (the set of $ntimes n$ positive semidefinite matrices), and $v in mathbbR^n$ a given unit vector.



    My thoughts



    By substituting $y =x+v$ into the problem, we have
    $$A(y-v) = lambda y implies Ay = lambda y + u,$$ where $u =Av$. Here, $lambda$ is only multiplied by the vector $y$, but still it is a biased problem.



    How to find the eigenpairs $(x,lambda)$ or $(y,lambda)$? Is there a closed form or an algorithm to solve this problem?



    I just need some hints or link for papers. Thanks in advance!







    share|cite|improve this question























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      I came across the following "biased eigenvalue problem" when I have tried to solve a quadratic constrained optimization problem.




      $$Ax = lambda (x+v), $$




      where $A inmathbbS^n$ (the set of $ntimes n$ positive semidefinite matrices), and $v in mathbbR^n$ a given unit vector.



      My thoughts



      By substituting $y =x+v$ into the problem, we have
      $$A(y-v) = lambda y implies Ay = lambda y + u,$$ where $u =Av$. Here, $lambda$ is only multiplied by the vector $y$, but still it is a biased problem.



      How to find the eigenpairs $(x,lambda)$ or $(y,lambda)$? Is there a closed form or an algorithm to solve this problem?



      I just need some hints or link for papers. Thanks in advance!







      share|cite|improve this question













      I came across the following "biased eigenvalue problem" when I have tried to solve a quadratic constrained optimization problem.




      $$Ax = lambda (x+v), $$




      where $A inmathbbS^n$ (the set of $ntimes n$ positive semidefinite matrices), and $v in mathbbR^n$ a given unit vector.



      My thoughts



      By substituting $y =x+v$ into the problem, we have
      $$A(y-v) = lambda y implies Ay = lambda y + u,$$ where $u =Av$. Here, $lambda$ is only multiplied by the vector $y$, but still it is a biased problem.



      How to find the eigenpairs $(x,lambda)$ or $(y,lambda)$? Is there a closed form or an algorithm to solve this problem?



      I just need some hints or link for papers. Thanks in advance!









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Jul 27 at 7:17
























      asked Jul 27 at 7:01









      Alex Silva

      2,68231232




      2,68231232




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          The problem can be written



          $$(A-lambda I)x=lambda u.$$



          In general, $A-lambda I$ is invertible (unless $lambda$ is an Eigenvalue of $A$) and the solution



          $$x=lambda (A-lambda I)^-1u$$ holds.



          The "trajectory" of the solution is a rational expression in $lambda$, nothing simple.



          With a random $3times3$ example:



          enter image description here






          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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f2864126%2fbiased-eigenvalue-problem%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            The problem can be written



            $$(A-lambda I)x=lambda u.$$



            In general, $A-lambda I$ is invertible (unless $lambda$ is an Eigenvalue of $A$) and the solution



            $$x=lambda (A-lambda I)^-1u$$ holds.



            The "trajectory" of the solution is a rational expression in $lambda$, nothing simple.



            With a random $3times3$ example:



            enter image description here






            share|cite|improve this answer



























              up vote
              1
              down vote













              The problem can be written



              $$(A-lambda I)x=lambda u.$$



              In general, $A-lambda I$ is invertible (unless $lambda$ is an Eigenvalue of $A$) and the solution



              $$x=lambda (A-lambda I)^-1u$$ holds.



              The "trajectory" of the solution is a rational expression in $lambda$, nothing simple.



              With a random $3times3$ example:



              enter image description here






              share|cite|improve this answer

























                up vote
                1
                down vote










                up vote
                1
                down vote









                The problem can be written



                $$(A-lambda I)x=lambda u.$$



                In general, $A-lambda I$ is invertible (unless $lambda$ is an Eigenvalue of $A$) and the solution



                $$x=lambda (A-lambda I)^-1u$$ holds.



                The "trajectory" of the solution is a rational expression in $lambda$, nothing simple.



                With a random $3times3$ example:



                enter image description here






                share|cite|improve this answer















                The problem can be written



                $$(A-lambda I)x=lambda u.$$



                In general, $A-lambda I$ is invertible (unless $lambda$ is an Eigenvalue of $A$) and the solution



                $$x=lambda (A-lambda I)^-1u$$ holds.



                The "trajectory" of the solution is a rational expression in $lambda$, nothing simple.



                With a random $3times3$ example:



                enter image description here







                share|cite|improve this answer















                share|cite|improve this answer



                share|cite|improve this answer








                edited Jul 27 at 9:02


























                answered Jul 27 at 8:08









                Yves Daoust

                110k665203




                110k665203






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864126%2fbiased-eigenvalue-problem%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What is the equation of a 3D cone with generalised tilt?

                    Color the edges and diagonals of a regular polygon

                    Relationship between determinant of matrix and determinant of adjoint?