Transformation vs projection matrix, what are the differences by definition

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











up vote
2
down vote

favorite












Is there a defined difference between the terms "projection" and "transformation" matrix? Is it that e.g., a transformation preserves the vector space of the object being transformed whereas projection can also imply projecting something into a new vector space with different basis vectors?







share|cite|improve this question























    up vote
    2
    down vote

    favorite












    Is there a defined difference between the terms "projection" and "transformation" matrix? Is it that e.g., a transformation preserves the vector space of the object being transformed whereas projection can also imply projecting something into a new vector space with different basis vectors?







    share|cite|improve this question





















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      Is there a defined difference between the terms "projection" and "transformation" matrix? Is it that e.g., a transformation preserves the vector space of the object being transformed whereas projection can also imply projecting something into a new vector space with different basis vectors?







      share|cite|improve this question











      Is there a defined difference between the terms "projection" and "transformation" matrix? Is it that e.g., a transformation preserves the vector space of the object being transformed whereas projection can also imply projecting something into a new vector space with different basis vectors?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Jul 27 at 18:10









      Sebastian

      518




      518




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          A projection is a special kind of transformation that



          • goes from one space to itself

          • satisfies $$P^2=P,$$
            in the sense that applying it twice makes no difference.

          Note that if the domain and codomain were unrelated, it would make no sense to apply it twice.




          A second difference given the wording used in the question, is that a transformation is not intrinsically a matrix. A transformation can be represented by a matrix, if you have specified a basis for both the domain and codomain (which could be a different basis even if the two spaces are the same).






          share|cite|improve this answer





















          • Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
            – Sebastian
            Jul 27 at 18:29










          • @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
            – Arnaud Mortier
            Jul 27 at 19:42










          • Awesome, thanks for clearing that up!
            – Sebastian
            Jul 28 at 0:58

















          up vote
          2
          down vote













          "Transformation" can be almost anything. "Projections" map everything into a (usually) smaller subspace in which nothing changes. So a projection acts like the identity on its image. Usually this is written as $Pcirc P=P$ or $P^2=P$.






          share|cite|improve this answer





















          • Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
            – Sebastian
            Jul 27 at 18:26










          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%2f2864650%2ftransformation-vs-projection-matrix-what-are-the-differences-by-definition%23new-answer', 'question_page');

          );

          Post as a guest






























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          A projection is a special kind of transformation that



          • goes from one space to itself

          • satisfies $$P^2=P,$$
            in the sense that applying it twice makes no difference.

          Note that if the domain and codomain were unrelated, it would make no sense to apply it twice.




          A second difference given the wording used in the question, is that a transformation is not intrinsically a matrix. A transformation can be represented by a matrix, if you have specified a basis for both the domain and codomain (which could be a different basis even if the two spaces are the same).






          share|cite|improve this answer





















          • Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
            – Sebastian
            Jul 27 at 18:29










          • @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
            – Arnaud Mortier
            Jul 27 at 19:42










          • Awesome, thanks for clearing that up!
            – Sebastian
            Jul 28 at 0:58














          up vote
          1
          down vote



          accepted










          A projection is a special kind of transformation that



          • goes from one space to itself

          • satisfies $$P^2=P,$$
            in the sense that applying it twice makes no difference.

          Note that if the domain and codomain were unrelated, it would make no sense to apply it twice.




          A second difference given the wording used in the question, is that a transformation is not intrinsically a matrix. A transformation can be represented by a matrix, if you have specified a basis for both the domain and codomain (which could be a different basis even if the two spaces are the same).






          share|cite|improve this answer





















          • Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
            – Sebastian
            Jul 27 at 18:29










          • @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
            – Arnaud Mortier
            Jul 27 at 19:42










          • Awesome, thanks for clearing that up!
            – Sebastian
            Jul 28 at 0:58












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          A projection is a special kind of transformation that



          • goes from one space to itself

          • satisfies $$P^2=P,$$
            in the sense that applying it twice makes no difference.

          Note that if the domain and codomain were unrelated, it would make no sense to apply it twice.




          A second difference given the wording used in the question, is that a transformation is not intrinsically a matrix. A transformation can be represented by a matrix, if you have specified a basis for both the domain and codomain (which could be a different basis even if the two spaces are the same).






          share|cite|improve this answer













          A projection is a special kind of transformation that



          • goes from one space to itself

          • satisfies $$P^2=P,$$
            in the sense that applying it twice makes no difference.

          Note that if the domain and codomain were unrelated, it would make no sense to apply it twice.




          A second difference given the wording used in the question, is that a transformation is not intrinsically a matrix. A transformation can be represented by a matrix, if you have specified a basis for both the domain and codomain (which could be a different basis even if the two spaces are the same).







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 27 at 18:16









          Arnaud Mortier

          18.6k21958




          18.6k21958











          • Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
            – Sebastian
            Jul 27 at 18:29










          • @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
            – Arnaud Mortier
            Jul 27 at 19:42










          • Awesome, thanks for clearing that up!
            – Sebastian
            Jul 28 at 0:58
















          • Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
            – Sebastian
            Jul 27 at 18:29










          • @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
            – Arnaud Mortier
            Jul 27 at 19:42










          • Awesome, thanks for clearing that up!
            – Sebastian
            Jul 28 at 0:58















          Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
          – Sebastian
          Jul 27 at 18:29




          Ah thanks, that makes sense. So, regarding the second part of your answer, an example of a transformation would be simply a scaling by a factor (scalar). Say factor a, then a*v, then v would still be in the same vector space with the same basis vectors but just scaled by a factor or a.
          – Sebastian
          Jul 27 at 18:29












          @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
          – Arnaud Mortier
          Jul 27 at 19:42




          @Sebastian Yes. Regarding the comment you made on the other answer, you're wrong. A linear map is called a transformation even with different dimensions. Whereas for a projection matrix, you need a square matrix if you want to multiply it by itself (to check that $Ptimes P=P$).
          – Arnaud Mortier
          Jul 27 at 19:42












          Awesome, thanks for clearing that up!
          – Sebastian
          Jul 28 at 0:58




          Awesome, thanks for clearing that up!
          – Sebastian
          Jul 28 at 0:58










          up vote
          2
          down vote













          "Transformation" can be almost anything. "Projections" map everything into a (usually) smaller subspace in which nothing changes. So a projection acts like the identity on its image. Usually this is written as $Pcirc P=P$ or $P^2=P$.






          share|cite|improve this answer





















          • Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
            – Sebastian
            Jul 27 at 18:26














          up vote
          2
          down vote













          "Transformation" can be almost anything. "Projections" map everything into a (usually) smaller subspace in which nothing changes. So a projection acts like the identity on its image. Usually this is written as $Pcirc P=P$ or $P^2=P$.






          share|cite|improve this answer





















          • Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
            – Sebastian
            Jul 27 at 18:26












          up vote
          2
          down vote










          up vote
          2
          down vote









          "Transformation" can be almost anything. "Projections" map everything into a (usually) smaller subspace in which nothing changes. So a projection acts like the identity on its image. Usually this is written as $Pcirc P=P$ or $P^2=P$.






          share|cite|improve this answer













          "Transformation" can be almost anything. "Projections" map everything into a (usually) smaller subspace in which nothing changes. So a projection acts like the identity on its image. Usually this is written as $Pcirc P=P$ or $P^2=P$.







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 27 at 18:18









          Kusma

          1,097111




          1,097111











          • Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
            – Sebastian
            Jul 27 at 18:26
















          • Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
            – Sebastian
            Jul 27 at 18:26















          Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
          – Sebastian
          Jul 27 at 18:26




          Thanks, so basically a projection matrix would be a special case of a transformation matrix. If I have a mxn dimensional matrix A and an nx1 dimensional vector v, then A is a linear transformation matrix if m=n, and probably some sort of projection otherwise
          – Sebastian
          Jul 27 at 18:26












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864650%2ftransformation-vs-projection-matrix-what-are-the-differences-by-definition%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?