What does a non-invertible affine transformation look like geometrically in terms of rotation/shear/scaling?

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











up vote
0
down vote

favorite












For whatever reason, the scipy implementation of affine transformation requires an inverse transformation matrix: https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.affine_transform.html



How can I know in advance whether a certain combination of scaling/rotation/shearing will give me a non-invertible matrix, and what would that look like geometrically?







share|cite|improve this question























    up vote
    0
    down vote

    favorite












    For whatever reason, the scipy implementation of affine transformation requires an inverse transformation matrix: https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.affine_transform.html



    How can I know in advance whether a certain combination of scaling/rotation/shearing will give me a non-invertible matrix, and what would that look like geometrically?







    share|cite|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      For whatever reason, the scipy implementation of affine transformation requires an inverse transformation matrix: https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.affine_transform.html



      How can I know in advance whether a certain combination of scaling/rotation/shearing will give me a non-invertible matrix, and what would that look like geometrically?







      share|cite|improve this question











      For whatever reason, the scipy implementation of affine transformation requires an inverse transformation matrix: https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.affine_transform.html



      How can I know in advance whether a certain combination of scaling/rotation/shearing will give me a non-invertible matrix, and what would that look like geometrically?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Aug 7 at 18:29









      AAC

      540149




      540149




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          A non-invertible transformation collapses the space along some direction(s). If you know about eigenvalues and eigenvectors, the eigenvectors of $0$ give you the directions in which this collapse happens.



          Rotations are isometries, so they never contribute to making a transformation non-invertible. A shear shouldn’t cause any collapse, either. It shifts things parallel to some direction, which keeps areas/volumes constant, so there’s no collapse there, either. That leaves scaling as the likely culprit, but that’s easy to detect: the result is not invertible iff any of the scale factors is zero.






          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%2f2875241%2fwhat-does-a-non-invertible-affine-transformation-look-like-geometrically-in-term%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
            0
            down vote













            A non-invertible transformation collapses the space along some direction(s). If you know about eigenvalues and eigenvectors, the eigenvectors of $0$ give you the directions in which this collapse happens.



            Rotations are isometries, so they never contribute to making a transformation non-invertible. A shear shouldn’t cause any collapse, either. It shifts things parallel to some direction, which keeps areas/volumes constant, so there’s no collapse there, either. That leaves scaling as the likely culprit, but that’s easy to detect: the result is not invertible iff any of the scale factors is zero.






            share|cite|improve this answer

























              up vote
              0
              down vote













              A non-invertible transformation collapses the space along some direction(s). If you know about eigenvalues and eigenvectors, the eigenvectors of $0$ give you the directions in which this collapse happens.



              Rotations are isometries, so they never contribute to making a transformation non-invertible. A shear shouldn’t cause any collapse, either. It shifts things parallel to some direction, which keeps areas/volumes constant, so there’s no collapse there, either. That leaves scaling as the likely culprit, but that’s easy to detect: the result is not invertible iff any of the scale factors is zero.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                A non-invertible transformation collapses the space along some direction(s). If you know about eigenvalues and eigenvectors, the eigenvectors of $0$ give you the directions in which this collapse happens.



                Rotations are isometries, so they never contribute to making a transformation non-invertible. A shear shouldn’t cause any collapse, either. It shifts things parallel to some direction, which keeps areas/volumes constant, so there’s no collapse there, either. That leaves scaling as the likely culprit, but that’s easy to detect: the result is not invertible iff any of the scale factors is zero.






                share|cite|improve this answer













                A non-invertible transformation collapses the space along some direction(s). If you know about eigenvalues and eigenvectors, the eigenvectors of $0$ give you the directions in which this collapse happens.



                Rotations are isometries, so they never contribute to making a transformation non-invertible. A shear shouldn’t cause any collapse, either. It shifts things parallel to some direction, which keeps areas/volumes constant, so there’s no collapse there, either. That leaves scaling as the likely culprit, but that’s easy to detect: the result is not invertible iff any of the scale factors is zero.







                share|cite|improve this answer













                share|cite|improve this answer



                share|cite|improve this answer











                answered Aug 7 at 20:16









                amd

                26k2944




                26k2944






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2875241%2fwhat-does-a-non-invertible-affine-transformation-look-like-geometrically-in-term%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    How to combine Bézier curves to a surface?

                    Mutual Information Always Non-negative

                    Why am i infinitely getting the same tweet with the Twitter Search API?