Linear algebra matrices reduced simplicity












0














So, my teacher likes to put 3x3, 4x5, 5x5 matrices on his exams, which is no problem except for that he gives us ten minutes to take his test. The last test we had was a 3x3 where had to find the eigenvalues, the eigenvectors, the matrix p, it’s inverse, multiply it by the original matrix and get D, well that’s no big deal except it’s three pages of work even with Cramer’s rule and so I ran out of time. Now you may be wondering where the question is. The question is, is there a way to put a 4x5, 5x5, ... NxM matrix into its reduced echelon form in a way that doesn’t take 2+ pages? Cause I’m not seeing a pattern to make this less tedious. Whoever can answer this thank you cause I can’t do these with ease in ten minutes if there’s more work to go after that cause we are currently on Orthonormal basis here and I’ve also got a Calc of Sev test the same day as my next Linear test.










share|cite|improve this question



























    0














    So, my teacher likes to put 3x3, 4x5, 5x5 matrices on his exams, which is no problem except for that he gives us ten minutes to take his test. The last test we had was a 3x3 where had to find the eigenvalues, the eigenvectors, the matrix p, it’s inverse, multiply it by the original matrix and get D, well that’s no big deal except it’s three pages of work even with Cramer’s rule and so I ran out of time. Now you may be wondering where the question is. The question is, is there a way to put a 4x5, 5x5, ... NxM matrix into its reduced echelon form in a way that doesn’t take 2+ pages? Cause I’m not seeing a pattern to make this less tedious. Whoever can answer this thank you cause I can’t do these with ease in ten minutes if there’s more work to go after that cause we are currently on Orthonormal basis here and I’ve also got a Calc of Sev test the same day as my next Linear test.










    share|cite|improve this question

























      0












      0








      0







      So, my teacher likes to put 3x3, 4x5, 5x5 matrices on his exams, which is no problem except for that he gives us ten minutes to take his test. The last test we had was a 3x3 where had to find the eigenvalues, the eigenvectors, the matrix p, it’s inverse, multiply it by the original matrix and get D, well that’s no big deal except it’s three pages of work even with Cramer’s rule and so I ran out of time. Now you may be wondering where the question is. The question is, is there a way to put a 4x5, 5x5, ... NxM matrix into its reduced echelon form in a way that doesn’t take 2+ pages? Cause I’m not seeing a pattern to make this less tedious. Whoever can answer this thank you cause I can’t do these with ease in ten minutes if there’s more work to go after that cause we are currently on Orthonormal basis here and I’ve also got a Calc of Sev test the same day as my next Linear test.










      share|cite|improve this question













      So, my teacher likes to put 3x3, 4x5, 5x5 matrices on his exams, which is no problem except for that he gives us ten minutes to take his test. The last test we had was a 3x3 where had to find the eigenvalues, the eigenvectors, the matrix p, it’s inverse, multiply it by the original matrix and get D, well that’s no big deal except it’s three pages of work even with Cramer’s rule and so I ran out of time. Now you may be wondering where the question is. The question is, is there a way to put a 4x5, 5x5, ... NxM matrix into its reduced echelon form in a way that doesn’t take 2+ pages? Cause I’m not seeing a pattern to make this less tedious. Whoever can answer this thank you cause I can’t do these with ease in ten minutes if there’s more work to go after that cause we are currently on Orthonormal basis here and I’ve also got a Calc of Sev test the same day as my next Linear test.







      linear-algebra






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 26 at 14:25









      DBJ970

      225




      225






















          1 Answer
          1






          active

          oldest

          votes


















          0














          One method of finding the inverse is to append the identity matrix to the NxN matrix, matching rows side by side. Then apply the 3 elementary row operations to the original matrix as well as the appended matrix. Once you have reduced the original matrix to the identity matrix, the appended matrix will have become the inverse.



          As I recall, this book has faster algorithms than typically taught in a standard introductory course on linear algebra. In particular, you might want to focus on various "pivot" methods. Never mind what programming languages it might mention, any of the books goes into detail about the algorithms themselves.



          The book is considered a legend in the field.



          Numerical Recipes



          Are you familiar with finding the inverse from the cofactor matrix? Also keep in mind the determinant is the product of the eigen values. So if you have an NxN matrix and a you know N-1 eigen values, you can find the nth. Upper and lower triangular matrices have easy to find determinants.



          There are some other properties to keep watch for that could help speed up the process in specific cases.






          share|cite|improve this answer



















          • 2




            Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
            – amd
            Nov 26 at 23:29











          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%2f3014390%2flinear-algebra-matrices-reduced-simplicity%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









          0














          One method of finding the inverse is to append the identity matrix to the NxN matrix, matching rows side by side. Then apply the 3 elementary row operations to the original matrix as well as the appended matrix. Once you have reduced the original matrix to the identity matrix, the appended matrix will have become the inverse.



          As I recall, this book has faster algorithms than typically taught in a standard introductory course on linear algebra. In particular, you might want to focus on various "pivot" methods. Never mind what programming languages it might mention, any of the books goes into detail about the algorithms themselves.



          The book is considered a legend in the field.



          Numerical Recipes



          Are you familiar with finding the inverse from the cofactor matrix? Also keep in mind the determinant is the product of the eigen values. So if you have an NxN matrix and a you know N-1 eigen values, you can find the nth. Upper and lower triangular matrices have easy to find determinants.



          There are some other properties to keep watch for that could help speed up the process in specific cases.






          share|cite|improve this answer



















          • 2




            Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
            – amd
            Nov 26 at 23:29
















          0














          One method of finding the inverse is to append the identity matrix to the NxN matrix, matching rows side by side. Then apply the 3 elementary row operations to the original matrix as well as the appended matrix. Once you have reduced the original matrix to the identity matrix, the appended matrix will have become the inverse.



          As I recall, this book has faster algorithms than typically taught in a standard introductory course on linear algebra. In particular, you might want to focus on various "pivot" methods. Never mind what programming languages it might mention, any of the books goes into detail about the algorithms themselves.



          The book is considered a legend in the field.



          Numerical Recipes



          Are you familiar with finding the inverse from the cofactor matrix? Also keep in mind the determinant is the product of the eigen values. So if you have an NxN matrix and a you know N-1 eigen values, you can find the nth. Upper and lower triangular matrices have easy to find determinants.



          There are some other properties to keep watch for that could help speed up the process in specific cases.






          share|cite|improve this answer



















          • 2




            Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
            – amd
            Nov 26 at 23:29














          0












          0








          0






          One method of finding the inverse is to append the identity matrix to the NxN matrix, matching rows side by side. Then apply the 3 elementary row operations to the original matrix as well as the appended matrix. Once you have reduced the original matrix to the identity matrix, the appended matrix will have become the inverse.



          As I recall, this book has faster algorithms than typically taught in a standard introductory course on linear algebra. In particular, you might want to focus on various "pivot" methods. Never mind what programming languages it might mention, any of the books goes into detail about the algorithms themselves.



          The book is considered a legend in the field.



          Numerical Recipes



          Are you familiar with finding the inverse from the cofactor matrix? Also keep in mind the determinant is the product of the eigen values. So if you have an NxN matrix and a you know N-1 eigen values, you can find the nth. Upper and lower triangular matrices have easy to find determinants.



          There are some other properties to keep watch for that could help speed up the process in specific cases.






          share|cite|improve this answer














          One method of finding the inverse is to append the identity matrix to the NxN matrix, matching rows side by side. Then apply the 3 elementary row operations to the original matrix as well as the appended matrix. Once you have reduced the original matrix to the identity matrix, the appended matrix will have become the inverse.



          As I recall, this book has faster algorithms than typically taught in a standard introductory course on linear algebra. In particular, you might want to focus on various "pivot" methods. Never mind what programming languages it might mention, any of the books goes into detail about the algorithms themselves.



          The book is considered a legend in the field.



          Numerical Recipes



          Are you familiar with finding the inverse from the cofactor matrix? Also keep in mind the determinant is the product of the eigen values. So if you have an NxN matrix and a you know N-1 eigen values, you can find the nth. Upper and lower triangular matrices have easy to find determinants.



          There are some other properties to keep watch for that could help speed up the process in specific cases.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 27 at 5:23

























          answered Nov 26 at 15:05









          TurlocTheRed

          828311




          828311








          • 2




            Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
            – amd
            Nov 26 at 23:29














          • 2




            Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
            – amd
            Nov 26 at 23:29








          2




          2




          Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
          – amd
          Nov 26 at 23:29




          Actually, for finding the “last” eigenvalue the trace of the matrix is just as useful and much easier to compute than a determinant.
          – amd
          Nov 26 at 23:29


















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.


          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%2f3014390%2flinear-algebra-matrices-reduced-simplicity%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

          Bundesstraße 106

          Ida-Boy-Ed-Garten