Determinant computation is equivalent to matrix powering












1












$begingroup$


It has been claimed in this paper (page 2 last paragraph) that Matrix powering is equivalent to determinant computation.



https://www.cse.iitk.ac.in/users/manindra/algebra/depth-four.pdf



Does anybody why is this the case?










share|cite|improve this question







New contributor




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







$endgroup$

















    1












    $begingroup$


    It has been claimed in this paper (page 2 last paragraph) that Matrix powering is equivalent to determinant computation.



    https://www.cse.iitk.ac.in/users/manindra/algebra/depth-four.pdf



    Does anybody why is this the case?










    share|cite|improve this question







    New contributor




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







    $endgroup$















      1












      1








      1





      $begingroup$


      It has been claimed in this paper (page 2 last paragraph) that Matrix powering is equivalent to determinant computation.



      https://www.cse.iitk.ac.in/users/manindra/algebra/depth-four.pdf



      Does anybody why is this the case?










      share|cite|improve this question







      New contributor




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







      $endgroup$




      It has been claimed in this paper (page 2 last paragraph) that Matrix powering is equivalent to determinant computation.



      https://www.cse.iitk.ac.in/users/manindra/algebra/depth-four.pdf



      Does anybody why is this the case?







      complexity-theory matrices






      share|cite|improve this question







      New contributor




      grontim 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




      grontim 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




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









      asked 4 hours ago









      grontimgrontim

      1061




      1061




      New contributor




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





      New contributor





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






      grontim 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


















          2












          $begingroup$

          It states that matrix powering is computationaly equivalent to computation.

          From another angle, Coppersmith–Winograd algorithm for matrix multiplication has complexity $mathcal O(n^{2.373})$ and the same complexity is for determinant computation by fast multiplication.

          The result comes from Triangularization and inversion via fast multiplication by James R. Bunch and John E. Hopcroft






          share|cite|improve this answer











          $endgroup$





















            1












            $begingroup$

            Look at the paper by Stephen Cook (numbered $[3]$ in the references of the paper you have mentioned). There, in proposition $5.2$ in page $13$, he shows the "computational equivalence" between matrix powering and determinant computation (and other problems).






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Perhaps you should add the paper’s title, and if possible, a link.
              $endgroup$
              – Yuval Filmus
              28 mins ago











            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: "419"
            };
            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            grontim 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%2fcs.stackexchange.com%2fquestions%2f104529%2fdeterminant-computation-is-equivalent-to-matrix-powering%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









            2












            $begingroup$

            It states that matrix powering is computationaly equivalent to computation.

            From another angle, Coppersmith–Winograd algorithm for matrix multiplication has complexity $mathcal O(n^{2.373})$ and the same complexity is for determinant computation by fast multiplication.

            The result comes from Triangularization and inversion via fast multiplication by James R. Bunch and John E. Hopcroft






            share|cite|improve this answer











            $endgroup$


















              2












              $begingroup$

              It states that matrix powering is computationaly equivalent to computation.

              From another angle, Coppersmith–Winograd algorithm for matrix multiplication has complexity $mathcal O(n^{2.373})$ and the same complexity is for determinant computation by fast multiplication.

              The result comes from Triangularization and inversion via fast multiplication by James R. Bunch and John E. Hopcroft






              share|cite|improve this answer











              $endgroup$
















                2












                2








                2





                $begingroup$

                It states that matrix powering is computationaly equivalent to computation.

                From another angle, Coppersmith–Winograd algorithm for matrix multiplication has complexity $mathcal O(n^{2.373})$ and the same complexity is for determinant computation by fast multiplication.

                The result comes from Triangularization and inversion via fast multiplication by James R. Bunch and John E. Hopcroft






                share|cite|improve this answer











                $endgroup$



                It states that matrix powering is computationaly equivalent to computation.

                From another angle, Coppersmith–Winograd algorithm for matrix multiplication has complexity $mathcal O(n^{2.373})$ and the same complexity is for determinant computation by fast multiplication.

                The result comes from Triangularization and inversion via fast multiplication by James R. Bunch and John E. Hopcroft







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 3 hours ago

























                answered 3 hours ago









                EvilEvil

                7,78342446




                7,78342446























                    1












                    $begingroup$

                    Look at the paper by Stephen Cook (numbered $[3]$ in the references of the paper you have mentioned). There, in proposition $5.2$ in page $13$, he shows the "computational equivalence" between matrix powering and determinant computation (and other problems).






                    share|cite|improve this answer









                    $endgroup$













                    • $begingroup$
                      Perhaps you should add the paper’s title, and if possible, a link.
                      $endgroup$
                      – Yuval Filmus
                      28 mins ago
















                    1












                    $begingroup$

                    Look at the paper by Stephen Cook (numbered $[3]$ in the references of the paper you have mentioned). There, in proposition $5.2$ in page $13$, he shows the "computational equivalence" between matrix powering and determinant computation (and other problems).






                    share|cite|improve this answer









                    $endgroup$













                    • $begingroup$
                      Perhaps you should add the paper’s title, and if possible, a link.
                      $endgroup$
                      – Yuval Filmus
                      28 mins ago














                    1












                    1








                    1





                    $begingroup$

                    Look at the paper by Stephen Cook (numbered $[3]$ in the references of the paper you have mentioned). There, in proposition $5.2$ in page $13$, he shows the "computational equivalence" between matrix powering and determinant computation (and other problems).






                    share|cite|improve this answer









                    $endgroup$



                    Look at the paper by Stephen Cook (numbered $[3]$ in the references of the paper you have mentioned). There, in proposition $5.2$ in page $13$, he shows the "computational equivalence" between matrix powering and determinant computation (and other problems).







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 3 hours ago









                    Don FanucciDon Fanucci

                    427311




                    427311












                    • $begingroup$
                      Perhaps you should add the paper’s title, and if possible, a link.
                      $endgroup$
                      – Yuval Filmus
                      28 mins ago


















                    • $begingroup$
                      Perhaps you should add the paper’s title, and if possible, a link.
                      $endgroup$
                      – Yuval Filmus
                      28 mins ago
















                    $begingroup$
                    Perhaps you should add the paper’s title, and if possible, a link.
                    $endgroup$
                    – Yuval Filmus
                    28 mins ago




                    $begingroup$
                    Perhaps you should add the paper’s title, and if possible, a link.
                    $endgroup$
                    – Yuval Filmus
                    28 mins ago










                    grontim is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    grontim is a new contributor. Be nice, and check out our Code of Conduct.













                    grontim is a new contributor. Be nice, and check out our Code of Conduct.












                    grontim is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to Computer Science 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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcs.stackexchange.com%2fquestions%2f104529%2fdeterminant-computation-is-equivalent-to-matrix-powering%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

                    SQL Server 17 - Attemping to backup to remote NAS but Access is denied

                    Always On Availability groups resolving state after failover - Remote harden of transaction...

                    Restoring from pg_dump with foreign key constraints