Distributive law for matrices

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











up vote
-1
down vote

favorite












Unless I'm mistaken, matrices follow a distributive law, provided that the dimensions line up, so $X(Y+Z) = XY + XZ$. I'm struggling somewhat to prove this fact, though. Is it enough to say that because matrices represent linear transformations, we're simply applying the linearity of $X$? Or is a more rigorous derivation, likely requiring the summation representation of a matrix, required?



A hint on this would be very helpful. I'm mainly interested on the 'how' here rather than the proof itself, as it's very possible I'm misunderstanding the definition of linearity.







share|cite|improve this question



















  • Linearity seems enough to support your statement.
    – xbh
    Jul 29 at 14:12














up vote
-1
down vote

favorite












Unless I'm mistaken, matrices follow a distributive law, provided that the dimensions line up, so $X(Y+Z) = XY + XZ$. I'm struggling somewhat to prove this fact, though. Is it enough to say that because matrices represent linear transformations, we're simply applying the linearity of $X$? Or is a more rigorous derivation, likely requiring the summation representation of a matrix, required?



A hint on this would be very helpful. I'm mainly interested on the 'how' here rather than the proof itself, as it's very possible I'm misunderstanding the definition of linearity.







share|cite|improve this question



















  • Linearity seems enough to support your statement.
    – xbh
    Jul 29 at 14:12












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











Unless I'm mistaken, matrices follow a distributive law, provided that the dimensions line up, so $X(Y+Z) = XY + XZ$. I'm struggling somewhat to prove this fact, though. Is it enough to say that because matrices represent linear transformations, we're simply applying the linearity of $X$? Or is a more rigorous derivation, likely requiring the summation representation of a matrix, required?



A hint on this would be very helpful. I'm mainly interested on the 'how' here rather than the proof itself, as it's very possible I'm misunderstanding the definition of linearity.







share|cite|improve this question











Unless I'm mistaken, matrices follow a distributive law, provided that the dimensions line up, so $X(Y+Z) = XY + XZ$. I'm struggling somewhat to prove this fact, though. Is it enough to say that because matrices represent linear transformations, we're simply applying the linearity of $X$? Or is a more rigorous derivation, likely requiring the summation representation of a matrix, required?



A hint on this would be very helpful. I'm mainly interested on the 'how' here rather than the proof itself, as it's very possible I'm misunderstanding the definition of linearity.









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 29 at 14:06









Matt.P

666313




666313











  • Linearity seems enough to support your statement.
    – xbh
    Jul 29 at 14:12
















  • Linearity seems enough to support your statement.
    – xbh
    Jul 29 at 14:12















Linearity seems enough to support your statement.
– xbh
Jul 29 at 14:12




Linearity seems enough to support your statement.
– xbh
Jul 29 at 14:12










2 Answers
2






active

oldest

votes

















up vote
1
down vote













If you've established:



  • the correspondence between matrices and linear transformations

  • matrix multiplication corresponds to composition of transformations

  • matrix addition corresponds to addition of transformations

  • linear transformations satisfy this law

then that is enough to conclude it for matrices as well. Explicitly, if $X$ is a matrix transformation, let $overlineX$ denote the associated linear transformation, and you have



$$ overlineX(Y+Z) = overlineX circ overline(Y+Z)
= overlineX circ left( overlineY + overlineZ right)
= overlineX circ overlineY + overlineX circ overlineZ
= overlineXY + overlineXZ
= overlineXY + XZ$$



Since the associated transformations are equal, the matrices $X(Y+Z)$ and $XY + XZ$ are equal. Observe how all of the bullet points above are used in this calculation.






share|cite|improve this answer




























    up vote
    1
    down vote













    The fact that matrices represent linear functions means that for a matrix $A$ and vectors $u, v$, we have $A(u +v) = A u + A v$. This doesn't tell us anything about what happens when we multiply matrices together.



    So yes, to prove distributivity you will need something more. If you consider the summation representation the proof is quite straightforward though.






    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%2f2866109%2fdistributive-law-for-matrices%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













      If you've established:



      • the correspondence between matrices and linear transformations

      • matrix multiplication corresponds to composition of transformations

      • matrix addition corresponds to addition of transformations

      • linear transformations satisfy this law

      then that is enough to conclude it for matrices as well. Explicitly, if $X$ is a matrix transformation, let $overlineX$ denote the associated linear transformation, and you have



      $$ overlineX(Y+Z) = overlineX circ overline(Y+Z)
      = overlineX circ left( overlineY + overlineZ right)
      = overlineX circ overlineY + overlineX circ overlineZ
      = overlineXY + overlineXZ
      = overlineXY + XZ$$



      Since the associated transformations are equal, the matrices $X(Y+Z)$ and $XY + XZ$ are equal. Observe how all of the bullet points above are used in this calculation.






      share|cite|improve this answer

























        up vote
        1
        down vote













        If you've established:



        • the correspondence between matrices and linear transformations

        • matrix multiplication corresponds to composition of transformations

        • matrix addition corresponds to addition of transformations

        • linear transformations satisfy this law

        then that is enough to conclude it for matrices as well. Explicitly, if $X$ is a matrix transformation, let $overlineX$ denote the associated linear transformation, and you have



        $$ overlineX(Y+Z) = overlineX circ overline(Y+Z)
        = overlineX circ left( overlineY + overlineZ right)
        = overlineX circ overlineY + overlineX circ overlineZ
        = overlineXY + overlineXZ
        = overlineXY + XZ$$



        Since the associated transformations are equal, the matrices $X(Y+Z)$ and $XY + XZ$ are equal. Observe how all of the bullet points above are used in this calculation.






        share|cite|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          If you've established:



          • the correspondence between matrices and linear transformations

          • matrix multiplication corresponds to composition of transformations

          • matrix addition corresponds to addition of transformations

          • linear transformations satisfy this law

          then that is enough to conclude it for matrices as well. Explicitly, if $X$ is a matrix transformation, let $overlineX$ denote the associated linear transformation, and you have



          $$ overlineX(Y+Z) = overlineX circ overline(Y+Z)
          = overlineX circ left( overlineY + overlineZ right)
          = overlineX circ overlineY + overlineX circ overlineZ
          = overlineXY + overlineXZ
          = overlineXY + XZ$$



          Since the associated transformations are equal, the matrices $X(Y+Z)$ and $XY + XZ$ are equal. Observe how all of the bullet points above are used in this calculation.






          share|cite|improve this answer













          If you've established:



          • the correspondence between matrices and linear transformations

          • matrix multiplication corresponds to composition of transformations

          • matrix addition corresponds to addition of transformations

          • linear transformations satisfy this law

          then that is enough to conclude it for matrices as well. Explicitly, if $X$ is a matrix transformation, let $overlineX$ denote the associated linear transformation, and you have



          $$ overlineX(Y+Z) = overlineX circ overline(Y+Z)
          = overlineX circ left( overlineY + overlineZ right)
          = overlineX circ overlineY + overlineX circ overlineZ
          = overlineXY + overlineXZ
          = overlineXY + XZ$$



          Since the associated transformations are equal, the matrices $X(Y+Z)$ and $XY + XZ$ are equal. Observe how all of the bullet points above are used in this calculation.







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 29 at 14:18









          Hurkyl

          107k9112253




          107k9112253




















              up vote
              1
              down vote













              The fact that matrices represent linear functions means that for a matrix $A$ and vectors $u, v$, we have $A(u +v) = A u + A v$. This doesn't tell us anything about what happens when we multiply matrices together.



              So yes, to prove distributivity you will need something more. If you consider the summation representation the proof is quite straightforward though.






              share|cite|improve this answer



























                up vote
                1
                down vote













                The fact that matrices represent linear functions means that for a matrix $A$ and vectors $u, v$, we have $A(u +v) = A u + A v$. This doesn't tell us anything about what happens when we multiply matrices together.



                So yes, to prove distributivity you will need something more. If you consider the summation representation the proof is quite straightforward though.






                share|cite|improve this answer

























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  The fact that matrices represent linear functions means that for a matrix $A$ and vectors $u, v$, we have $A(u +v) = A u + A v$. This doesn't tell us anything about what happens when we multiply matrices together.



                  So yes, to prove distributivity you will need something more. If you consider the summation representation the proof is quite straightforward though.






                  share|cite|improve this answer















                  The fact that matrices represent linear functions means that for a matrix $A$ and vectors $u, v$, we have $A(u +v) = A u + A v$. This doesn't tell us anything about what happens when we multiply matrices together.



                  So yes, to prove distributivity you will need something more. If you consider the summation representation the proof is quite straightforward though.







                  share|cite|improve this answer















                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Jul 29 at 14:19


























                  answered Jul 29 at 14:14









                  Daniel Mroz

                  851314




                  851314






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2866109%2fdistributive-law-for-matrices%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?