Is echelon form a requirement to show a matrix has no solutions?












2














Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?



$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$










share|cite|improve this question







New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What entry did you pivot on?
    – coffeemath
    7 hours ago










  • I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
    – Gaussian Elimination
    7 hours ago
















2














Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?



$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$










share|cite|improve this question







New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What entry did you pivot on?
    – coffeemath
    7 hours ago










  • I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
    – Gaussian Elimination
    7 hours ago














2












2








2


1





Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?



$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$










share|cite|improve this question







New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?



$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$







linear-algebra matrices






share|cite|improve this question







New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 7 hours ago









Gaussian Elimination

112




112




New contributor




Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Gaussian Elimination is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • What entry did you pivot on?
    – coffeemath
    7 hours ago










  • I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
    – Gaussian Elimination
    7 hours ago


















  • What entry did you pivot on?
    – coffeemath
    7 hours ago










  • I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
    – Gaussian Elimination
    7 hours ago
















What entry did you pivot on?
– coffeemath
7 hours ago




What entry did you pivot on?
– coffeemath
7 hours ago












I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
– Gaussian Elimination
7 hours ago




I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
– Gaussian Elimination
7 hours ago










3 Answers
3






active

oldest

votes


















3














Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.



This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.






share|cite|improve this answer





























    2














    No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.






    share|cite|improve this answer





























      2














      You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, it is enough: the matrix of the homogeneous part has rank $2$ and the augmented matrix has rank $3$.






      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',
        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
        });


        }
        });






        Gaussian Elimination is a new contributor. Be nice, and check out our Code of Conduct.










        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3052473%2fis-echelon-form-a-requirement-to-show-a-matrix-has-no-solutions%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3














        Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.



        This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.






        share|cite|improve this answer


























          3














          Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.



          This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.






          share|cite|improve this answer
























            3












            3








            3






            Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.



            This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.






            share|cite|improve this answer












            Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.



            This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 7 hours ago









            MacRance

            956




            956























                2














                No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.






                share|cite|improve this answer


























                  2














                  No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.






                  share|cite|improve this answer
























                    2












                    2








                    2






                    No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.






                    share|cite|improve this answer












                    No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 7 hours ago









                    pwerth

                    1,609411




                    1,609411























                        2














                        You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, it is enough: the matrix of the homogeneous part has rank $2$ and the augmented matrix has rank $3$.






                        share|cite|improve this answer


























                          2














                          You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, it is enough: the matrix of the homogeneous part has rank $2$ and the augmented matrix has rank $3$.






                          share|cite|improve this answer
























                            2












                            2








                            2






                            You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, it is enough: the matrix of the homogeneous part has rank $2$ and the augmented matrix has rank $3$.






                            share|cite|improve this answer












                            You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, it is enough: the matrix of the homogeneous part has rank $2$ and the augmented matrix has rank $3$.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 7 hours ago









                            Bernard

                            118k638112




                            118k638112






















                                Gaussian Elimination is a new contributor. Be nice, and check out our Code of Conduct.










                                draft saved

                                draft discarded


















                                Gaussian Elimination is a new contributor. Be nice, and check out our Code of Conduct.













                                Gaussian Elimination is a new contributor. Be nice, and check out our Code of Conduct.












                                Gaussian Elimination is a new contributor. Be nice, and check out our Code of Conduct.
















                                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%2f3052473%2fis-echelon-form-a-requirement-to-show-a-matrix-has-no-solutions%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

                                サソリ

                                広島県道265号伴広島線

                                Setup Asymptote in Texstudio