Matrix determinant effect

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











up vote
4
down vote

favorite












Determinant of the matrix $$A= beginbmatrixa&b&c\d&e&f\g&h&iendbmatrix$$
is $$det A=4.$$ So what is the determinant of beginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix



I found that the row operations that were done were $3R1, -1.R2,$ and the last one doesn't matter.



So is the determinant $3times 4times(-1)= -12$
or we have to do the inverse $4times 1/3 times 1/(-1)?$










share|cite|improve this question



















  • 3




    Yes the answer is -12. Your approach is correct.
    – SchrodingersCat
    1 hour ago














up vote
4
down vote

favorite












Determinant of the matrix $$A= beginbmatrixa&b&c\d&e&f\g&h&iendbmatrix$$
is $$det A=4.$$ So what is the determinant of beginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix



I found that the row operations that were done were $3R1, -1.R2,$ and the last one doesn't matter.



So is the determinant $3times 4times(-1)= -12$
or we have to do the inverse $4times 1/3 times 1/(-1)?$










share|cite|improve this question



















  • 3




    Yes the answer is -12. Your approach is correct.
    – SchrodingersCat
    1 hour ago












up vote
4
down vote

favorite









up vote
4
down vote

favorite











Determinant of the matrix $$A= beginbmatrixa&b&c\d&e&f\g&h&iendbmatrix$$
is $$det A=4.$$ So what is the determinant of beginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix



I found that the row operations that were done were $3R1, -1.R2,$ and the last one doesn't matter.



So is the determinant $3times 4times(-1)= -12$
or we have to do the inverse $4times 1/3 times 1/(-1)?$










share|cite|improve this question















Determinant of the matrix $$A= beginbmatrixa&b&c\d&e&f\g&h&iendbmatrix$$
is $$det A=4.$$ So what is the determinant of beginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix



I found that the row operations that were done were $3R1, -1.R2,$ and the last one doesn't matter.



So is the determinant $3times 4times(-1)= -12$
or we have to do the inverse $4times 1/3 times 1/(-1)?$







linear-algebra determinant






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 1 hour ago









user376343

2,1011715




2,1011715










asked 1 hour ago









Bakarr

345




345







  • 3




    Yes the answer is -12. Your approach is correct.
    – SchrodingersCat
    1 hour ago












  • 3




    Yes the answer is -12. Your approach is correct.
    – SchrodingersCat
    1 hour ago







3




3




Yes the answer is -12. Your approach is correct.
– SchrodingersCat
1 hour ago




Yes the answer is -12. Your approach is correct.
– SchrodingersCat
1 hour ago










2 Answers
2






active

oldest

votes

















up vote
4
down vote



accepted










Yes that's correct indeed by the Properties of the determinant we have that



$$detbeginbmatrixa&b&c\d&e&f\g&h&iendbmatrix=detbeginbmatrixa&b&c\d&e&f\g-a&h-b&i-cendbmatrix=\=frac13 detbeginbmatrix3a&3b&3c\d&e&f\g-a&h-b&i-cendbmatrix=-frac13 detbeginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix$$






share|cite|improve this answer





























    up vote
    4
    down vote













    Sometimes you can't tell if matrix $B$ can be generated from matrix $B$ or not. In such a case, one may expand each determinant and compare the result of each. However, this approach requires careful attention to signs!



    Let $X$ be the determinant of the first matrix and $Y$ be the determinant of the 2nd matrix, then we have:



    $ X = a(ei - fh) - b(di - fg) + c(dh - eg) $



    $ X = aei - afh - bdi + bfg + cdh - ceg $



    $ Y = 3afh - 3eai + 3ecg + 3bdi - 3bfg - 3cdh $



    $ fracY-3 = -afh + eai -ecg -bdi + bfg + cdh $



    You could re-arrange the terms of any of the equations to see that:



    $X=fracY-3$



    Since X=4,



    $Y=-12$






    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: 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%2f2991712%2fmatrix-determinant-effect%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
      4
      down vote



      accepted










      Yes that's correct indeed by the Properties of the determinant we have that



      $$detbeginbmatrixa&b&c\d&e&f\g&h&iendbmatrix=detbeginbmatrixa&b&c\d&e&f\g-a&h-b&i-cendbmatrix=\=frac13 detbeginbmatrix3a&3b&3c\d&e&f\g-a&h-b&i-cendbmatrix=-frac13 detbeginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix$$






      share|cite|improve this answer


























        up vote
        4
        down vote



        accepted










        Yes that's correct indeed by the Properties of the determinant we have that



        $$detbeginbmatrixa&b&c\d&e&f\g&h&iendbmatrix=detbeginbmatrixa&b&c\d&e&f\g-a&h-b&i-cendbmatrix=\=frac13 detbeginbmatrix3a&3b&3c\d&e&f\g-a&h-b&i-cendbmatrix=-frac13 detbeginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix$$






        share|cite|improve this answer
























          up vote
          4
          down vote



          accepted







          up vote
          4
          down vote



          accepted






          Yes that's correct indeed by the Properties of the determinant we have that



          $$detbeginbmatrixa&b&c\d&e&f\g&h&iendbmatrix=detbeginbmatrixa&b&c\d&e&f\g-a&h-b&i-cendbmatrix=\=frac13 detbeginbmatrix3a&3b&3c\d&e&f\g-a&h-b&i-cendbmatrix=-frac13 detbeginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix$$






          share|cite|improve this answer














          Yes that's correct indeed by the Properties of the determinant we have that



          $$detbeginbmatrixa&b&c\d&e&f\g&h&iendbmatrix=detbeginbmatrixa&b&c\d&e&f\g-a&h-b&i-cendbmatrix=\=frac13 detbeginbmatrix3a&3b&3c\d&e&f\g-a&h-b&i-cendbmatrix=-frac13 detbeginbmatrix3a&3b&3c\-d&-e&-f\g-a&h-b&i-cendbmatrix$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited 1 hour ago

























          answered 1 hour ago









          gimusi

          82.9k74091




          82.9k74091




















              up vote
              4
              down vote













              Sometimes you can't tell if matrix $B$ can be generated from matrix $B$ or not. In such a case, one may expand each determinant and compare the result of each. However, this approach requires careful attention to signs!



              Let $X$ be the determinant of the first matrix and $Y$ be the determinant of the 2nd matrix, then we have:



              $ X = a(ei - fh) - b(di - fg) + c(dh - eg) $



              $ X = aei - afh - bdi + bfg + cdh - ceg $



              $ Y = 3afh - 3eai + 3ecg + 3bdi - 3bfg - 3cdh $



              $ fracY-3 = -afh + eai -ecg -bdi + bfg + cdh $



              You could re-arrange the terms of any of the equations to see that:



              $X=fracY-3$



              Since X=4,



              $Y=-12$






              share|cite|improve this answer


























                up vote
                4
                down vote













                Sometimes you can't tell if matrix $B$ can be generated from matrix $B$ or not. In such a case, one may expand each determinant and compare the result of each. However, this approach requires careful attention to signs!



                Let $X$ be the determinant of the first matrix and $Y$ be the determinant of the 2nd matrix, then we have:



                $ X = a(ei - fh) - b(di - fg) + c(dh - eg) $



                $ X = aei - afh - bdi + bfg + cdh - ceg $



                $ Y = 3afh - 3eai + 3ecg + 3bdi - 3bfg - 3cdh $



                $ fracY-3 = -afh + eai -ecg -bdi + bfg + cdh $



                You could re-arrange the terms of any of the equations to see that:



                $X=fracY-3$



                Since X=4,



                $Y=-12$






                share|cite|improve this answer
























                  up vote
                  4
                  down vote










                  up vote
                  4
                  down vote









                  Sometimes you can't tell if matrix $B$ can be generated from matrix $B$ or not. In such a case, one may expand each determinant and compare the result of each. However, this approach requires careful attention to signs!



                  Let $X$ be the determinant of the first matrix and $Y$ be the determinant of the 2nd matrix, then we have:



                  $ X = a(ei - fh) - b(di - fg) + c(dh - eg) $



                  $ X = aei - afh - bdi + bfg + cdh - ceg $



                  $ Y = 3afh - 3eai + 3ecg + 3bdi - 3bfg - 3cdh $



                  $ fracY-3 = -afh + eai -ecg -bdi + bfg + cdh $



                  You could re-arrange the terms of any of the equations to see that:



                  $X=fracY-3$



                  Since X=4,



                  $Y=-12$






                  share|cite|improve this answer














                  Sometimes you can't tell if matrix $B$ can be generated from matrix $B$ or not. In such a case, one may expand each determinant and compare the result of each. However, this approach requires careful attention to signs!



                  Let $X$ be the determinant of the first matrix and $Y$ be the determinant of the 2nd matrix, then we have:



                  $ X = a(ei - fh) - b(di - fg) + c(dh - eg) $



                  $ X = aei - afh - bdi + bfg + cdh - ceg $



                  $ Y = 3afh - 3eai + 3ecg + 3bdi - 3bfg - 3cdh $



                  $ fracY-3 = -afh + eai -ecg -bdi + bfg + cdh $



                  You could re-arrange the terms of any of the equations to see that:



                  $X=fracY-3$



                  Since X=4,



                  $Y=-12$







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 33 mins ago

























                  answered 52 mins ago









                  NoChance

                  3,54621221




                  3,54621221



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2991712%2fmatrix-determinant-effect%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      List of Gilmore Girls characters

                      What does second last employer means? [closed]

                      One-line joke