Is there an efficient method to find all the self-inverse matrices with integers in a given range?












4














Given $n$ and a range, for example $[-10,10]$, is there an efficient method to find
all $n times n$-matrices $A$ with integers in the given range, which are self-inverse (that means the equation $A=A^{-1}$ holds)?



Some necessary conditions for $A$:




  • $det(A)=-1$ or $det(A)=1$

  • $A$ has no eigenvalues other than $-1$ and $1$


  • The minimal polynomial of $A$ divides $x^2-1$



    With $A$, the matrices $-A$ , $A^T$ and $B^{-1}AB$ for any invertible matrix B
    are also self-inverse.



    So, is there a method to find the matrices systematically without checking
    all possible matrices, which would be infeasible for, lets say $n = 4$ and
    range $[-10,10]$?












share|cite|improve this question
























  • See also my related question, if the only eigenvalues of a self-inverse matrix are -1 and 1.
    – Peter
    Jun 13 '14 at 10:43












  • Without loss of generality, we can assume $a_{11}ge0$ and $a_{12}ge a_{21}$ to reduce the number of matrices.
    – Peter
    Jun 13 '14 at 10:53


















4














Given $n$ and a range, for example $[-10,10]$, is there an efficient method to find
all $n times n$-matrices $A$ with integers in the given range, which are self-inverse (that means the equation $A=A^{-1}$ holds)?



Some necessary conditions for $A$:




  • $det(A)=-1$ or $det(A)=1$

  • $A$ has no eigenvalues other than $-1$ and $1$


  • The minimal polynomial of $A$ divides $x^2-1$



    With $A$, the matrices $-A$ , $A^T$ and $B^{-1}AB$ for any invertible matrix B
    are also self-inverse.



    So, is there a method to find the matrices systematically without checking
    all possible matrices, which would be infeasible for, lets say $n = 4$ and
    range $[-10,10]$?












share|cite|improve this question
























  • See also my related question, if the only eigenvalues of a self-inverse matrix are -1 and 1.
    – Peter
    Jun 13 '14 at 10:43












  • Without loss of generality, we can assume $a_{11}ge0$ and $a_{12}ge a_{21}$ to reduce the number of matrices.
    – Peter
    Jun 13 '14 at 10:53
















4












4








4


2





Given $n$ and a range, for example $[-10,10]$, is there an efficient method to find
all $n times n$-matrices $A$ with integers in the given range, which are self-inverse (that means the equation $A=A^{-1}$ holds)?



Some necessary conditions for $A$:




  • $det(A)=-1$ or $det(A)=1$

  • $A$ has no eigenvalues other than $-1$ and $1$


  • The minimal polynomial of $A$ divides $x^2-1$



    With $A$, the matrices $-A$ , $A^T$ and $B^{-1}AB$ for any invertible matrix B
    are also self-inverse.



    So, is there a method to find the matrices systematically without checking
    all possible matrices, which would be infeasible for, lets say $n = 4$ and
    range $[-10,10]$?












share|cite|improve this question















Given $n$ and a range, for example $[-10,10]$, is there an efficient method to find
all $n times n$-matrices $A$ with integers in the given range, which are self-inverse (that means the equation $A=A^{-1}$ holds)?



Some necessary conditions for $A$:




  • $det(A)=-1$ or $det(A)=1$

  • $A$ has no eigenvalues other than $-1$ and $1$


  • The minimal polynomial of $A$ divides $x^2-1$



    With $A$, the matrices $-A$ , $A^T$ and $B^{-1}AB$ for any invertible matrix B
    are also self-inverse.



    So, is there a method to find the matrices systematically without checking
    all possible matrices, which would be infeasible for, lets say $n = 4$ and
    range $[-10,10]$?









linear-algebra matrices inverse






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jun 9 '15 at 3:56









Ken

3,62151728




3,62151728










asked Jun 13 '14 at 10:39









PeterPeter

46.8k1039125




46.8k1039125












  • See also my related question, if the only eigenvalues of a self-inverse matrix are -1 and 1.
    – Peter
    Jun 13 '14 at 10:43












  • Without loss of generality, we can assume $a_{11}ge0$ and $a_{12}ge a_{21}$ to reduce the number of matrices.
    – Peter
    Jun 13 '14 at 10:53




















  • See also my related question, if the only eigenvalues of a self-inverse matrix are -1 and 1.
    – Peter
    Jun 13 '14 at 10:43












  • Without loss of generality, we can assume $a_{11}ge0$ and $a_{12}ge a_{21}$ to reduce the number of matrices.
    – Peter
    Jun 13 '14 at 10:53


















See also my related question, if the only eigenvalues of a self-inverse matrix are -1 and 1.
– Peter
Jun 13 '14 at 10:43






See also my related question, if the only eigenvalues of a self-inverse matrix are -1 and 1.
– Peter
Jun 13 '14 at 10:43














Without loss of generality, we can assume $a_{11}ge0$ and $a_{12}ge a_{21}$ to reduce the number of matrices.
– Peter
Jun 13 '14 at 10:53






Without loss of generality, we can assume $a_{11}ge0$ and $a_{12}ge a_{21}$ to reduce the number of matrices.
– Peter
Jun 13 '14 at 10:53












2 Answers
2






active

oldest

votes


















2














This doesn't seem to have been studied much in the literature. The latest paper at MathSciNet was by Robert Hanson, titled "Self-Inverse Integer Matrices" (College Mathematics Journal, Vol 16, No 3 (Jun 1985), pp. 198-198). He proves that you can generate all self-inverse integer matrices by starting with a matrix of the form $left[begin{array}{c}I&A\ 0&-Iend{array}right]$ ($A$ is a rectangular matrix), and calculating $BAB^{-1}$, where $B$ ranges over all matrices you get from the identity matrix by doing the following row operations:




  1. Swapping two rows

  2. Adding a multiple of one row to another row

  3. Multiplying all the entries in a row by -1


I'm not sure this helps much. Maybe you can limit the row operations once you know the matrix $A$.






share|cite|improve this answer





























    -3














    I think the number is infinite...
    because all possible rotation angles (a) are possible (analogy with spin in Quantum mechanics) for n=2 we can write in general the matrix [cos(a), sin(a)](line 1) [sin(a), -cos(a)] (line 2)



    Zeno Toffano (France)






    share|cite|improve this answer





















    • the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
      – Surb
      Jan 6 '16 at 10:58






    • 1




      The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
      – Peter
      Jan 6 '16 at 20:18













    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',
    autoActivateHeartbeat: false,
    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%2f832728%2fis-there-an-efficient-method-to-find-all-the-self-inverse-matrices-with-integers%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














    This doesn't seem to have been studied much in the literature. The latest paper at MathSciNet was by Robert Hanson, titled "Self-Inverse Integer Matrices" (College Mathematics Journal, Vol 16, No 3 (Jun 1985), pp. 198-198). He proves that you can generate all self-inverse integer matrices by starting with a matrix of the form $left[begin{array}{c}I&A\ 0&-Iend{array}right]$ ($A$ is a rectangular matrix), and calculating $BAB^{-1}$, where $B$ ranges over all matrices you get from the identity matrix by doing the following row operations:




    1. Swapping two rows

    2. Adding a multiple of one row to another row

    3. Multiplying all the entries in a row by -1


    I'm not sure this helps much. Maybe you can limit the row operations once you know the matrix $A$.






    share|cite|improve this answer


























      2














      This doesn't seem to have been studied much in the literature. The latest paper at MathSciNet was by Robert Hanson, titled "Self-Inverse Integer Matrices" (College Mathematics Journal, Vol 16, No 3 (Jun 1985), pp. 198-198). He proves that you can generate all self-inverse integer matrices by starting with a matrix of the form $left[begin{array}{c}I&A\ 0&-Iend{array}right]$ ($A$ is a rectangular matrix), and calculating $BAB^{-1}$, where $B$ ranges over all matrices you get from the identity matrix by doing the following row operations:




      1. Swapping two rows

      2. Adding a multiple of one row to another row

      3. Multiplying all the entries in a row by -1


      I'm not sure this helps much. Maybe you can limit the row operations once you know the matrix $A$.






      share|cite|improve this answer
























        2












        2








        2






        This doesn't seem to have been studied much in the literature. The latest paper at MathSciNet was by Robert Hanson, titled "Self-Inverse Integer Matrices" (College Mathematics Journal, Vol 16, No 3 (Jun 1985), pp. 198-198). He proves that you can generate all self-inverse integer matrices by starting with a matrix of the form $left[begin{array}{c}I&A\ 0&-Iend{array}right]$ ($A$ is a rectangular matrix), and calculating $BAB^{-1}$, where $B$ ranges over all matrices you get from the identity matrix by doing the following row operations:




        1. Swapping two rows

        2. Adding a multiple of one row to another row

        3. Multiplying all the entries in a row by -1


        I'm not sure this helps much. Maybe you can limit the row operations once you know the matrix $A$.






        share|cite|improve this answer












        This doesn't seem to have been studied much in the literature. The latest paper at MathSciNet was by Robert Hanson, titled "Self-Inverse Integer Matrices" (College Mathematics Journal, Vol 16, No 3 (Jun 1985), pp. 198-198). He proves that you can generate all self-inverse integer matrices by starting with a matrix of the form $left[begin{array}{c}I&A\ 0&-Iend{array}right]$ ($A$ is a rectangular matrix), and calculating $BAB^{-1}$, where $B$ ranges over all matrices you get from the identity matrix by doing the following row operations:




        1. Swapping two rows

        2. Adding a multiple of one row to another row

        3. Multiplying all the entries in a row by -1


        I'm not sure this helps much. Maybe you can limit the row operations once you know the matrix $A$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Aug 11 '15 at 0:04









        Christopher Carl HeckmanChristopher Carl Heckman

        3,907920




        3,907920























            -3














            I think the number is infinite...
            because all possible rotation angles (a) are possible (analogy with spin in Quantum mechanics) for n=2 we can write in general the matrix [cos(a), sin(a)](line 1) [sin(a), -cos(a)] (line 2)



            Zeno Toffano (France)






            share|cite|improve this answer





















            • the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
              – Surb
              Jan 6 '16 at 10:58






            • 1




              The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
              – Peter
              Jan 6 '16 at 20:18


















            -3














            I think the number is infinite...
            because all possible rotation angles (a) are possible (analogy with spin in Quantum mechanics) for n=2 we can write in general the matrix [cos(a), sin(a)](line 1) [sin(a), -cos(a)] (line 2)



            Zeno Toffano (France)






            share|cite|improve this answer





















            • the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
              – Surb
              Jan 6 '16 at 10:58






            • 1




              The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
              – Peter
              Jan 6 '16 at 20:18
















            -3












            -3








            -3






            I think the number is infinite...
            because all possible rotation angles (a) are possible (analogy with spin in Quantum mechanics) for n=2 we can write in general the matrix [cos(a), sin(a)](line 1) [sin(a), -cos(a)] (line 2)



            Zeno Toffano (France)






            share|cite|improve this answer












            I think the number is infinite...
            because all possible rotation angles (a) are possible (analogy with spin in Quantum mechanics) for n=2 we can write in general the matrix [cos(a), sin(a)](line 1) [sin(a), -cos(a)] (line 2)



            Zeno Toffano (France)







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 6 '16 at 10:38









            ZenoZeno

            1




            1












            • the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
              – Surb
              Jan 6 '16 at 10:58






            • 1




              The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
              – Peter
              Jan 6 '16 at 20:18




















            • the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
              – Surb
              Jan 6 '16 at 10:58






            • 1




              The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
              – Peter
              Jan 6 '16 at 20:18


















            the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
            – Surb
            Jan 6 '16 at 10:58




            the matrix you propose do not necessarily have integer coefficients (except for a finite number of $a$)
            – Surb
            Jan 6 '16 at 10:58




            1




            1




            The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
            – Peter
            Jan 6 '16 at 20:18






            The number cannot be infinite because I have a finite range (with DISCRETE entries) and a finite matrix.
            – Peter
            Jan 6 '16 at 20:18




















            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%2f832728%2fis-there-an-efficient-method-to-find-all-the-self-inverse-matrices-with-integers%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

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith