Finding Eigenvalues of matrix with sum of all rows being equal











up vote
0
down vote

favorite












$begin{bmatrix}
101 & 2 &3 &4 &5 \
1 & 102 &3 &4 &5 \
1 & 2 & 103 &4 &5 \
1& 2 &3 &104 &5 \
1 & 2 &3 &4 & 105
end{bmatrix}$



Sum of all rows of this matrix is 115 hence $exists lambda = 115$



Now is there any property that can be used to find out remaining eigenvalues of this matrix?



remaining 4 eigenvalues are 100.










share|cite|improve this question
























  • another property is that the trace is the sum of all eigenvalues.
    – pointguard0
    Nov 15 at 9:03










  • that tells us sum of remaining eigenvalues is 400 but i can't guess from that the remaining all are 100
    – Mk Utkarsh
    Nov 15 at 9:06















up vote
0
down vote

favorite












$begin{bmatrix}
101 & 2 &3 &4 &5 \
1 & 102 &3 &4 &5 \
1 & 2 & 103 &4 &5 \
1& 2 &3 &104 &5 \
1 & 2 &3 &4 & 105
end{bmatrix}$



Sum of all rows of this matrix is 115 hence $exists lambda = 115$



Now is there any property that can be used to find out remaining eigenvalues of this matrix?



remaining 4 eigenvalues are 100.










share|cite|improve this question
























  • another property is that the trace is the sum of all eigenvalues.
    – pointguard0
    Nov 15 at 9:03










  • that tells us sum of remaining eigenvalues is 400 but i can't guess from that the remaining all are 100
    – Mk Utkarsh
    Nov 15 at 9:06













up vote
0
down vote

favorite









up vote
0
down vote

favorite











$begin{bmatrix}
101 & 2 &3 &4 &5 \
1 & 102 &3 &4 &5 \
1 & 2 & 103 &4 &5 \
1& 2 &3 &104 &5 \
1 & 2 &3 &4 & 105
end{bmatrix}$



Sum of all rows of this matrix is 115 hence $exists lambda = 115$



Now is there any property that can be used to find out remaining eigenvalues of this matrix?



remaining 4 eigenvalues are 100.










share|cite|improve this question















$begin{bmatrix}
101 & 2 &3 &4 &5 \
1 & 102 &3 &4 &5 \
1 & 2 & 103 &4 &5 \
1& 2 &3 &104 &5 \
1 & 2 &3 &4 & 105
end{bmatrix}$



Sum of all rows of this matrix is 115 hence $exists lambda = 115$



Now is there any property that can be used to find out remaining eigenvalues of this matrix?



remaining 4 eigenvalues are 100.







linear-algebra 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 15 at 9:06









José Carlos Santos

141k19111207




141k19111207










asked Nov 15 at 8:50









Mk Utkarsh

87110




87110












  • another property is that the trace is the sum of all eigenvalues.
    – pointguard0
    Nov 15 at 9:03










  • that tells us sum of remaining eigenvalues is 400 but i can't guess from that the remaining all are 100
    – Mk Utkarsh
    Nov 15 at 9:06


















  • another property is that the trace is the sum of all eigenvalues.
    – pointguard0
    Nov 15 at 9:03










  • that tells us sum of remaining eigenvalues is 400 but i can't guess from that the remaining all are 100
    – Mk Utkarsh
    Nov 15 at 9:06
















another property is that the trace is the sum of all eigenvalues.
– pointguard0
Nov 15 at 9:03




another property is that the trace is the sum of all eigenvalues.
– pointguard0
Nov 15 at 9:03












that tells us sum of remaining eigenvalues is 400 but i can't guess from that the remaining all are 100
– Mk Utkarsh
Nov 15 at 9:06




that tells us sum of remaining eigenvalues is 400 but i can't guess from that the remaining all are 100
– Mk Utkarsh
Nov 15 at 9:06










1 Answer
1






active

oldest

votes

















up vote
3
down vote













Let $A$ be your matrix and let$$B=begin{bmatrix}1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5end{bmatrix};$$then $A=B+100operatorname{Id}$. Since the dimension of the space spanned by the columns of $B$ is $1$ and since $B$ is a $5times5$ matrix, the characteristic polynomial of $B$ is of the type $x^4(a-x)=ax^4-x^5$, for some $ainmathbb R$. On the other hand, by the same argument that you used, $15$ is an eigenvalue of $B$. Therefore, the eigenvalues of $B$ are $0$ ($4$ times) and $15$. So, the eigenvalues of $A$ are $100$ ($4$ times) and $115$.






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%2f2999434%2ffinding-eigenvalues-of-matrix-with-sum-of-all-rows-being-equal%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
    3
    down vote













    Let $A$ be your matrix and let$$B=begin{bmatrix}1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5end{bmatrix};$$then $A=B+100operatorname{Id}$. Since the dimension of the space spanned by the columns of $B$ is $1$ and since $B$ is a $5times5$ matrix, the characteristic polynomial of $B$ is of the type $x^4(a-x)=ax^4-x^5$, for some $ainmathbb R$. On the other hand, by the same argument that you used, $15$ is an eigenvalue of $B$. Therefore, the eigenvalues of $B$ are $0$ ($4$ times) and $15$. So, the eigenvalues of $A$ are $100$ ($4$ times) and $115$.






    share|cite|improve this answer

























      up vote
      3
      down vote













      Let $A$ be your matrix and let$$B=begin{bmatrix}1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5end{bmatrix};$$then $A=B+100operatorname{Id}$. Since the dimension of the space spanned by the columns of $B$ is $1$ and since $B$ is a $5times5$ matrix, the characteristic polynomial of $B$ is of the type $x^4(a-x)=ax^4-x^5$, for some $ainmathbb R$. On the other hand, by the same argument that you used, $15$ is an eigenvalue of $B$. Therefore, the eigenvalues of $B$ are $0$ ($4$ times) and $15$. So, the eigenvalues of $A$ are $100$ ($4$ times) and $115$.






      share|cite|improve this answer























        up vote
        3
        down vote










        up vote
        3
        down vote









        Let $A$ be your matrix and let$$B=begin{bmatrix}1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5end{bmatrix};$$then $A=B+100operatorname{Id}$. Since the dimension of the space spanned by the columns of $B$ is $1$ and since $B$ is a $5times5$ matrix, the characteristic polynomial of $B$ is of the type $x^4(a-x)=ax^4-x^5$, for some $ainmathbb R$. On the other hand, by the same argument that you used, $15$ is an eigenvalue of $B$. Therefore, the eigenvalues of $B$ are $0$ ($4$ times) and $15$. So, the eigenvalues of $A$ are $100$ ($4$ times) and $115$.






        share|cite|improve this answer












        Let $A$ be your matrix and let$$B=begin{bmatrix}1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5\1&2&3&4&5end{bmatrix};$$then $A=B+100operatorname{Id}$. Since the dimension of the space spanned by the columns of $B$ is $1$ and since $B$ is a $5times5$ matrix, the characteristic polynomial of $B$ is of the type $x^4(a-x)=ax^4-x^5$, for some $ainmathbb R$. On the other hand, by the same argument that you used, $15$ is an eigenvalue of $B$. Therefore, the eigenvalues of $B$ are $0$ ($4$ times) and $15$. So, the eigenvalues of $A$ are $100$ ($4$ times) and $115$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 15 at 9:05









        José Carlos Santos

        141k19111207




        141k19111207






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2999434%2ffinding-eigenvalues-of-matrix-with-sum-of-all-rows-being-equal%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...