N by N matrix of order 1











up vote
-1
down vote

favorite












I am looking at a paper by Slawomir Jarek called "REMOVING INCONSISTENCY IN PAIRWISE COMPARISON MATRIX IN THE AHP" (http://cejsh.icm.edu.pl/cejsh/element/bwmeta1.element.cejsh-fdb88af9-ba25-435f-9c85-3dcedcc7be57/c/mcdm16_11__5.pdf).



I do not see how a NxN matrix can have an order of 1. Thank you for your help.










share|cite|improve this question







New contributor




Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    -1
    down vote

    favorite












    I am looking at a paper by Slawomir Jarek called "REMOVING INCONSISTENCY IN PAIRWISE COMPARISON MATRIX IN THE AHP" (http://cejsh.icm.edu.pl/cejsh/element/bwmeta1.element.cejsh-fdb88af9-ba25-435f-9c85-3dcedcc7be57/c/mcdm16_11__5.pdf).



    I do not see how a NxN matrix can have an order of 1. Thank you for your help.










    share|cite|improve this question







    New contributor




    Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      I am looking at a paper by Slawomir Jarek called "REMOVING INCONSISTENCY IN PAIRWISE COMPARISON MATRIX IN THE AHP" (http://cejsh.icm.edu.pl/cejsh/element/bwmeta1.element.cejsh-fdb88af9-ba25-435f-9c85-3dcedcc7be57/c/mcdm16_11__5.pdf).



      I do not see how a NxN matrix can have an order of 1. Thank you for your help.










      share|cite|improve this question







      New contributor




      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am looking at a paper by Slawomir Jarek called "REMOVING INCONSISTENCY IN PAIRWISE COMPARISON MATRIX IN THE AHP" (http://cejsh.icm.edu.pl/cejsh/element/bwmeta1.element.cejsh-fdb88af9-ba25-435f-9c85-3dcedcc7be57/c/mcdm16_11__5.pdf).



      I do not see how a NxN matrix can have an order of 1. Thank you for your help.







      matrices matrix-calculus






      share|cite|improve this question







      New contributor




      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|cite|improve this question







      New contributor




      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|cite|improve this question




      share|cite|improve this question






      New contributor




      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 18 at 17:16









      Ignacio Marés

      1




      1




      New contributor




      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          Thank you very much for your answer!
          Can you please explain in a bit more detail the following step:
          Thus, for each 1≤k≤n, the kth row of W is wk/w1 times its first row. Therefore there is only one linearly independent row in W, and W has rank 1.



          Thank you again!






          share|cite|improve this answer








          New contributor




          Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • I've expanded my answer.
            – Doug Chatham
            2 days ago


















          up vote
          0
          down vote













          It looks like a mistranslation. I think that ''order'' should be ''rank'', which is the number of linearly independent rows (or columns) in the square matrix.



          The matrix that the paper says has order 1 is an $n times n$ matrix $W$ where, for each $1 leq i,j leq n$, the element $W_{ij}$ in the $i^{th}$ row and $j^{th}$ column is equal to $frac{w_{i}}{w_{j}}$, where $[w_{1} ldots w_{n}]$ is a given vector of $n$ elements. The first row of $W$ is $[ frac{w_{1}}{w_{1}} frac{w_{1}}{w_{2}} ldots frac{w_{1}}{w_{n}}]$. For each $2 leq k leq n$, the $k^{th}$ row of $W$ is $[ frac{w_{k}}{w_{1}} frac{w_{k}}{w_{2}} ldots frac{w_{k}}{w_{n}}]$, which is $frac{w_{k}}{w_{1}}$ times the first row. (So (row $k$) + ($-frac{w_{k}}{w_{1}}$ times row 1) is the zero row.) So any collection of two or more rows of $W$ is linearly dependent. Any linearly independent set of rows of $W$ has at most 1 element. Hence, $W$ has rank 1.






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


            }
            });






            Ignacio Marés is a new contributor. Be nice, and check out our Code of Conduct.










             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3003815%2fn-by-n-matrix-of-order-1%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            Thank you very much for your answer!
            Can you please explain in a bit more detail the following step:
            Thus, for each 1≤k≤n, the kth row of W is wk/w1 times its first row. Therefore there is only one linearly independent row in W, and W has rank 1.



            Thank you again!






            share|cite|improve this answer








            New contributor




            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















            • I've expanded my answer.
              – Doug Chatham
              2 days ago















            up vote
            0
            down vote













            Thank you very much for your answer!
            Can you please explain in a bit more detail the following step:
            Thus, for each 1≤k≤n, the kth row of W is wk/w1 times its first row. Therefore there is only one linearly independent row in W, and W has rank 1.



            Thank you again!






            share|cite|improve this answer








            New contributor




            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















            • I've expanded my answer.
              – Doug Chatham
              2 days ago













            up vote
            0
            down vote










            up vote
            0
            down vote









            Thank you very much for your answer!
            Can you please explain in a bit more detail the following step:
            Thus, for each 1≤k≤n, the kth row of W is wk/w1 times its first row. Therefore there is only one linearly independent row in W, and W has rank 1.



            Thank you again!






            share|cite|improve this answer








            New contributor




            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            Thank you very much for your answer!
            Can you please explain in a bit more detail the following step:
            Thus, for each 1≤k≤n, the kth row of W is wk/w1 times its first row. Therefore there is only one linearly independent row in W, and W has rank 1.



            Thank you again!







            share|cite|improve this answer








            New contributor




            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            share|cite|improve this answer



            share|cite|improve this answer






            New contributor




            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            answered 2 days ago









            Ignacio Marés

            1




            1




            New contributor




            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            New contributor





            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            Ignacio Marés is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.












            • I've expanded my answer.
              – Doug Chatham
              2 days ago


















            • I've expanded my answer.
              – Doug Chatham
              2 days ago
















            I've expanded my answer.
            – Doug Chatham
            2 days ago




            I've expanded my answer.
            – Doug Chatham
            2 days ago










            up vote
            0
            down vote













            It looks like a mistranslation. I think that ''order'' should be ''rank'', which is the number of linearly independent rows (or columns) in the square matrix.



            The matrix that the paper says has order 1 is an $n times n$ matrix $W$ where, for each $1 leq i,j leq n$, the element $W_{ij}$ in the $i^{th}$ row and $j^{th}$ column is equal to $frac{w_{i}}{w_{j}}$, where $[w_{1} ldots w_{n}]$ is a given vector of $n$ elements. The first row of $W$ is $[ frac{w_{1}}{w_{1}} frac{w_{1}}{w_{2}} ldots frac{w_{1}}{w_{n}}]$. For each $2 leq k leq n$, the $k^{th}$ row of $W$ is $[ frac{w_{k}}{w_{1}} frac{w_{k}}{w_{2}} ldots frac{w_{k}}{w_{n}}]$, which is $frac{w_{k}}{w_{1}}$ times the first row. (So (row $k$) + ($-frac{w_{k}}{w_{1}}$ times row 1) is the zero row.) So any collection of two or more rows of $W$ is linearly dependent. Any linearly independent set of rows of $W$ has at most 1 element. Hence, $W$ has rank 1.






            share|cite|improve this answer



























              up vote
              0
              down vote













              It looks like a mistranslation. I think that ''order'' should be ''rank'', which is the number of linearly independent rows (or columns) in the square matrix.



              The matrix that the paper says has order 1 is an $n times n$ matrix $W$ where, for each $1 leq i,j leq n$, the element $W_{ij}$ in the $i^{th}$ row and $j^{th}$ column is equal to $frac{w_{i}}{w_{j}}$, where $[w_{1} ldots w_{n}]$ is a given vector of $n$ elements. The first row of $W$ is $[ frac{w_{1}}{w_{1}} frac{w_{1}}{w_{2}} ldots frac{w_{1}}{w_{n}}]$. For each $2 leq k leq n$, the $k^{th}$ row of $W$ is $[ frac{w_{k}}{w_{1}} frac{w_{k}}{w_{2}} ldots frac{w_{k}}{w_{n}}]$, which is $frac{w_{k}}{w_{1}}$ times the first row. (So (row $k$) + ($-frac{w_{k}}{w_{1}}$ times row 1) is the zero row.) So any collection of two or more rows of $W$ is linearly dependent. Any linearly independent set of rows of $W$ has at most 1 element. Hence, $W$ has rank 1.






              share|cite|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote









                It looks like a mistranslation. I think that ''order'' should be ''rank'', which is the number of linearly independent rows (or columns) in the square matrix.



                The matrix that the paper says has order 1 is an $n times n$ matrix $W$ where, for each $1 leq i,j leq n$, the element $W_{ij}$ in the $i^{th}$ row and $j^{th}$ column is equal to $frac{w_{i}}{w_{j}}$, where $[w_{1} ldots w_{n}]$ is a given vector of $n$ elements. The first row of $W$ is $[ frac{w_{1}}{w_{1}} frac{w_{1}}{w_{2}} ldots frac{w_{1}}{w_{n}}]$. For each $2 leq k leq n$, the $k^{th}$ row of $W$ is $[ frac{w_{k}}{w_{1}} frac{w_{k}}{w_{2}} ldots frac{w_{k}}{w_{n}}]$, which is $frac{w_{k}}{w_{1}}$ times the first row. (So (row $k$) + ($-frac{w_{k}}{w_{1}}$ times row 1) is the zero row.) So any collection of two or more rows of $W$ is linearly dependent. Any linearly independent set of rows of $W$ has at most 1 element. Hence, $W$ has rank 1.






                share|cite|improve this answer














                It looks like a mistranslation. I think that ''order'' should be ''rank'', which is the number of linearly independent rows (or columns) in the square matrix.



                The matrix that the paper says has order 1 is an $n times n$ matrix $W$ where, for each $1 leq i,j leq n$, the element $W_{ij}$ in the $i^{th}$ row and $j^{th}$ column is equal to $frac{w_{i}}{w_{j}}$, where $[w_{1} ldots w_{n}]$ is a given vector of $n$ elements. The first row of $W$ is $[ frac{w_{1}}{w_{1}} frac{w_{1}}{w_{2}} ldots frac{w_{1}}{w_{n}}]$. For each $2 leq k leq n$, the $k^{th}$ row of $W$ is $[ frac{w_{k}}{w_{1}} frac{w_{k}}{w_{2}} ldots frac{w_{k}}{w_{n}}]$, which is $frac{w_{k}}{w_{1}}$ times the first row. (So (row $k$) + ($-frac{w_{k}}{w_{1}}$ times row 1) is the zero row.) So any collection of two or more rows of $W$ is linearly dependent. Any linearly independent set of rows of $W$ has at most 1 element. Hence, $W$ has rank 1.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 2 days ago

























                answered Nov 18 at 18:09









                Doug Chatham

                1,2041916




                1,2041916






















                    Ignacio Marés is a new contributor. Be nice, and check out our Code of Conduct.










                     

                    draft saved


                    draft discarded


















                    Ignacio Marés is a new contributor. Be nice, and check out our Code of Conduct.













                    Ignacio Marés is a new contributor. Be nice, and check out our Code of Conduct.












                    Ignacio Marés is a new contributor. Be nice, and check out our Code of Conduct.















                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3003815%2fn-by-n-matrix-of-order-1%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

                    Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                    Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

                    A Topological Invariant for $pi_3(U(n))$