If a matrix and its determinant given and another matrix also given how to obtain the second matrix...












0












$begingroup$


If the matrix $$ A =
pmatrix{row1 \ row2\row3} and left|begin{array}[ccc]\ A end{array}right|
=10$$



And matrix



$$ B =
pmatrix{2row1+row2-row3 \ 2row3\5row2}
$$

then find
$$
\left|begin{array}[ccc]\ B end{array}right|
= ?$$



iam stuck at this, i know that subtracting a multiple of one row from another row does not change determinate (A), and also if we do permutation of rows 1 time the sign will be negative, but i do not know if this information is useful here or not, i need help with this one and



after reading StackTD hints B, will be:
$$ B =
pmatrix{2row1\2row3\5row2}
$$

and i know the determinant of B will in negative sign because of rows swap but i couldn't obtain B determinant










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    If the matrix $$ A =
    pmatrix{row1 \ row2\row3} and left|begin{array}[ccc]\ A end{array}right|
    =10$$



    And matrix



    $$ B =
    pmatrix{2row1+row2-row3 \ 2row3\5row2}
    $$

    then find
    $$
    \left|begin{array}[ccc]\ B end{array}right|
    = ?$$



    iam stuck at this, i know that subtracting a multiple of one row from another row does not change determinate (A), and also if we do permutation of rows 1 time the sign will be negative, but i do not know if this information is useful here or not, i need help with this one and



    after reading StackTD hints B, will be:
    $$ B =
    pmatrix{2row1\2row3\5row2}
    $$

    and i know the determinant of B will in negative sign because of rows swap but i couldn't obtain B determinant










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      If the matrix $$ A =
      pmatrix{row1 \ row2\row3} and left|begin{array}[ccc]\ A end{array}right|
      =10$$



      And matrix



      $$ B =
      pmatrix{2row1+row2-row3 \ 2row3\5row2}
      $$

      then find
      $$
      \left|begin{array}[ccc]\ B end{array}right|
      = ?$$



      iam stuck at this, i know that subtracting a multiple of one row from another row does not change determinate (A), and also if we do permutation of rows 1 time the sign will be negative, but i do not know if this information is useful here or not, i need help with this one and



      after reading StackTD hints B, will be:
      $$ B =
      pmatrix{2row1\2row3\5row2}
      $$

      and i know the determinant of B will in negative sign because of rows swap but i couldn't obtain B determinant










      share|cite|improve this question











      $endgroup$




      If the matrix $$ A =
      pmatrix{row1 \ row2\row3} and left|begin{array}[ccc]\ A end{array}right|
      =10$$



      And matrix



      $$ B =
      pmatrix{2row1+row2-row3 \ 2row3\5row2}
      $$

      then find
      $$
      \left|begin{array}[ccc]\ B end{array}right|
      = ?$$



      iam stuck at this, i know that subtracting a multiple of one row from another row does not change determinate (A), and also if we do permutation of rows 1 time the sign will be negative, but i do not know if this information is useful here or not, i need help with this one and



      after reading StackTD hints B, will be:
      $$ B =
      pmatrix{2row1\2row3\5row2}
      $$

      and i know the determinant of B will in negative sign because of rows swap but i couldn't obtain B determinant







      linear-algebra matrices






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 12 '18 at 12:58









      Ethan Bolker

      43.6k551116




      43.6k551116










      asked Dec 12 '18 at 12:18









      The BeardThe Beard

      54




      54






















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          Use properties of determinants:




          • the determinant is linear in each row/column;

          • a determinant with two identical rows is $0$;

          • swapping two rows changes the sign of the determinant.


          Now start with linearity and follow up (I write $A_i$ for the $i$th row of the original matrix $A$):
          $$begin{vmatrix}
          2A_1+A_2-A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = begin{vmatrix}
          2A_1 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          A_2 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          -A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = ldots$$





          Addition after comment:
          $$begin{vmatrix}
          color{blue}{2}A_1 \
          color{green}{2}A_3 \
          color{red}{5}A_2
          end{vmatrix}=color{blue}{2}cdotcolor{green}{2}cdotcolor{red}{5}cdotbegin{vmatrix}
          A_1 \
          color{purple}{A_3} \
          color{purple}{A_2}
          end{vmatrix}=ldots$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 12:50










          • $begingroup$
            Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
            $endgroup$
            – StackTD
            Dec 12 '18 at 12:53












          • $begingroup$
            thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:00












          • $begingroup$
            Almost, $-20$ times the determinant $A$, so...?
            $endgroup$
            – StackTD
            Dec 12 '18 at 13:27










          • $begingroup$
            so then the determinant of b will be -10 ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:56











          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%2f3036614%2fif-a-matrix-and-its-determinant-given-and-another-matrix-also-given-how-to-obtai%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2












          $begingroup$

          Use properties of determinants:




          • the determinant is linear in each row/column;

          • a determinant with two identical rows is $0$;

          • swapping two rows changes the sign of the determinant.


          Now start with linearity and follow up (I write $A_i$ for the $i$th row of the original matrix $A$):
          $$begin{vmatrix}
          2A_1+A_2-A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = begin{vmatrix}
          2A_1 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          A_2 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          -A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = ldots$$





          Addition after comment:
          $$begin{vmatrix}
          color{blue}{2}A_1 \
          color{green}{2}A_3 \
          color{red}{5}A_2
          end{vmatrix}=color{blue}{2}cdotcolor{green}{2}cdotcolor{red}{5}cdotbegin{vmatrix}
          A_1 \
          color{purple}{A_3} \
          color{purple}{A_2}
          end{vmatrix}=ldots$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 12:50










          • $begingroup$
            Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
            $endgroup$
            – StackTD
            Dec 12 '18 at 12:53












          • $begingroup$
            thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:00












          • $begingroup$
            Almost, $-20$ times the determinant $A$, so...?
            $endgroup$
            – StackTD
            Dec 12 '18 at 13:27










          • $begingroup$
            so then the determinant of b will be -10 ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:56
















          2












          $begingroup$

          Use properties of determinants:




          • the determinant is linear in each row/column;

          • a determinant with two identical rows is $0$;

          • swapping two rows changes the sign of the determinant.


          Now start with linearity and follow up (I write $A_i$ for the $i$th row of the original matrix $A$):
          $$begin{vmatrix}
          2A_1+A_2-A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = begin{vmatrix}
          2A_1 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          A_2 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          -A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = ldots$$





          Addition after comment:
          $$begin{vmatrix}
          color{blue}{2}A_1 \
          color{green}{2}A_3 \
          color{red}{5}A_2
          end{vmatrix}=color{blue}{2}cdotcolor{green}{2}cdotcolor{red}{5}cdotbegin{vmatrix}
          A_1 \
          color{purple}{A_3} \
          color{purple}{A_2}
          end{vmatrix}=ldots$$






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 12:50










          • $begingroup$
            Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
            $endgroup$
            – StackTD
            Dec 12 '18 at 12:53












          • $begingroup$
            thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:00












          • $begingroup$
            Almost, $-20$ times the determinant $A$, so...?
            $endgroup$
            – StackTD
            Dec 12 '18 at 13:27










          • $begingroup$
            so then the determinant of b will be -10 ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:56














          2












          2








          2





          $begingroup$

          Use properties of determinants:




          • the determinant is linear in each row/column;

          • a determinant with two identical rows is $0$;

          • swapping two rows changes the sign of the determinant.


          Now start with linearity and follow up (I write $A_i$ for the $i$th row of the original matrix $A$):
          $$begin{vmatrix}
          2A_1+A_2-A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = begin{vmatrix}
          2A_1 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          A_2 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          -A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = ldots$$





          Addition after comment:
          $$begin{vmatrix}
          color{blue}{2}A_1 \
          color{green}{2}A_3 \
          color{red}{5}A_2
          end{vmatrix}=color{blue}{2}cdotcolor{green}{2}cdotcolor{red}{5}cdotbegin{vmatrix}
          A_1 \
          color{purple}{A_3} \
          color{purple}{A_2}
          end{vmatrix}=ldots$$






          share|cite|improve this answer











          $endgroup$



          Use properties of determinants:




          • the determinant is linear in each row/column;

          • a determinant with two identical rows is $0$;

          • swapping two rows changes the sign of the determinant.


          Now start with linearity and follow up (I write $A_i$ for the $i$th row of the original matrix $A$):
          $$begin{vmatrix}
          2A_1+A_2-A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = begin{vmatrix}
          2A_1 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          A_2 \
          2A_3 \
          5A_2
          end{vmatrix}+begin{vmatrix}
          -A_3 \
          2A_3 \
          5A_2
          end{vmatrix} = ldots$$





          Addition after comment:
          $$begin{vmatrix}
          color{blue}{2}A_1 \
          color{green}{2}A_3 \
          color{red}{5}A_2
          end{vmatrix}=color{blue}{2}cdotcolor{green}{2}cdotcolor{red}{5}cdotbegin{vmatrix}
          A_1 \
          color{purple}{A_3} \
          color{purple}{A_2}
          end{vmatrix}=ldots$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 12 '18 at 12:55

























          answered Dec 12 '18 at 12:22









          StackTDStackTD

          22.9k2152




          22.9k2152












          • $begingroup$
            thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 12:50










          • $begingroup$
            Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
            $endgroup$
            – StackTD
            Dec 12 '18 at 12:53












          • $begingroup$
            thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:00












          • $begingroup$
            Almost, $-20$ times the determinant $A$, so...?
            $endgroup$
            – StackTD
            Dec 12 '18 at 13:27










          • $begingroup$
            so then the determinant of b will be -10 ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:56


















          • $begingroup$
            thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 12:50










          • $begingroup$
            Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
            $endgroup$
            – StackTD
            Dec 12 '18 at 12:53












          • $begingroup$
            thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:00












          • $begingroup$
            Almost, $-20$ times the determinant $A$, so...?
            $endgroup$
            – StackTD
            Dec 12 '18 at 13:27










          • $begingroup$
            so then the determinant of b will be -10 ?
            $endgroup$
            – The Beard
            Dec 12 '18 at 13:56
















          $begingroup$
          thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
          $endgroup$
          – The Beard
          Dec 12 '18 at 12:50




          $begingroup$
          thanks for explaining that to me, now i updated the subject with matrix B but i couldn't obtain B determinant is that right ?, and how we obtain b determinant ?
          $endgroup$
          – The Beard
          Dec 12 '18 at 12:50












          $begingroup$
          Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
          $endgroup$
          – StackTD
          Dec 12 '18 at 12:53






          $begingroup$
          Linearity also allows you to 'extract' the multiples (in each row!); then notice the swap of two rows. See updated answer.
          $endgroup$
          – StackTD
          Dec 12 '18 at 12:53














          $begingroup$
          thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
          $endgroup$
          – The Beard
          Dec 12 '18 at 13:00






          $begingroup$
          thank you again for explaining to me now i have more understading of determinant properties because of your help, and from what you have told me the determinant of B will be -20 right ?
          $endgroup$
          – The Beard
          Dec 12 '18 at 13:00














          $begingroup$
          Almost, $-20$ times the determinant $A$, so...?
          $endgroup$
          – StackTD
          Dec 12 '18 at 13:27




          $begingroup$
          Almost, $-20$ times the determinant $A$, so...?
          $endgroup$
          – StackTD
          Dec 12 '18 at 13:27












          $begingroup$
          so then the determinant of b will be -10 ?
          $endgroup$
          – The Beard
          Dec 12 '18 at 13:56




          $begingroup$
          so then the determinant of b will be -10 ?
          $endgroup$
          – The Beard
          Dec 12 '18 at 13:56


















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3036614%2fif-a-matrix-and-its-determinant-given-and-another-matrix-also-given-how-to-obtai%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

          Le Mesnil-Réaume

          Ida-Boy-Ed-Garten

          web3.py web3.isConnected() returns false always