State whether the following simultaneous equations have a unique solution












2














I have searched online and through my textbooks but I'm completely stuck, I'm asked to verify if the following simultaneous equations have unique solutions;



$$y+2z=1\
-x+y=3\
2x+3z=2$$



I have the determinant of the matrix, but unsure how to proceed to find what is asked.










share|cite|improve this question
























  • Gaussian elimination? en.wikipedia.org/wiki/Gaussian_elimination
    – Lord Shark the Unknown
    1 hour ago










  • The determinant is non-zero, so there exists a unique solution given by $$begin{bmatrix}x\y\zend{bmatrix}=begin{bmatrix}0&1&2\-1&1&0\2&0&3 end{bmatrix}^{-1}begin{bmatrix}1\3\2end{bmatrix}$$
    – Shubham Johri
    1 hour ago












  • ... and what is the value of the determinant?
    – A.Γ.
    1 hour ago
















2














I have searched online and through my textbooks but I'm completely stuck, I'm asked to verify if the following simultaneous equations have unique solutions;



$$y+2z=1\
-x+y=3\
2x+3z=2$$



I have the determinant of the matrix, but unsure how to proceed to find what is asked.










share|cite|improve this question
























  • Gaussian elimination? en.wikipedia.org/wiki/Gaussian_elimination
    – Lord Shark the Unknown
    1 hour ago










  • The determinant is non-zero, so there exists a unique solution given by $$begin{bmatrix}x\y\zend{bmatrix}=begin{bmatrix}0&1&2\-1&1&0\2&0&3 end{bmatrix}^{-1}begin{bmatrix}1\3\2end{bmatrix}$$
    – Shubham Johri
    1 hour ago












  • ... and what is the value of the determinant?
    – A.Γ.
    1 hour ago














2












2








2







I have searched online and through my textbooks but I'm completely stuck, I'm asked to verify if the following simultaneous equations have unique solutions;



$$y+2z=1\
-x+y=3\
2x+3z=2$$



I have the determinant of the matrix, but unsure how to proceed to find what is asked.










share|cite|improve this question















I have searched online and through my textbooks but I'm completely stuck, I'm asked to verify if the following simultaneous equations have unique solutions;



$$y+2z=1\
-x+y=3\
2x+3z=2$$



I have the determinant of the matrix, but unsure how to proceed to find what is asked.







linear-algebra






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 1 hour ago









A.Γ.

22k22455




22k22455










asked 1 hour ago









RocketKangaroo

284




284












  • Gaussian elimination? en.wikipedia.org/wiki/Gaussian_elimination
    – Lord Shark the Unknown
    1 hour ago










  • The determinant is non-zero, so there exists a unique solution given by $$begin{bmatrix}x\y\zend{bmatrix}=begin{bmatrix}0&1&2\-1&1&0\2&0&3 end{bmatrix}^{-1}begin{bmatrix}1\3\2end{bmatrix}$$
    – Shubham Johri
    1 hour ago












  • ... and what is the value of the determinant?
    – A.Γ.
    1 hour ago


















  • Gaussian elimination? en.wikipedia.org/wiki/Gaussian_elimination
    – Lord Shark the Unknown
    1 hour ago










  • The determinant is non-zero, so there exists a unique solution given by $$begin{bmatrix}x\y\zend{bmatrix}=begin{bmatrix}0&1&2\-1&1&0\2&0&3 end{bmatrix}^{-1}begin{bmatrix}1\3\2end{bmatrix}$$
    – Shubham Johri
    1 hour ago












  • ... and what is the value of the determinant?
    – A.Γ.
    1 hour ago
















Gaussian elimination? en.wikipedia.org/wiki/Gaussian_elimination
– Lord Shark the Unknown
1 hour ago




Gaussian elimination? en.wikipedia.org/wiki/Gaussian_elimination
– Lord Shark the Unknown
1 hour ago












The determinant is non-zero, so there exists a unique solution given by $$begin{bmatrix}x\y\zend{bmatrix}=begin{bmatrix}0&1&2\-1&1&0\2&0&3 end{bmatrix}^{-1}begin{bmatrix}1\3\2end{bmatrix}$$
– Shubham Johri
1 hour ago






The determinant is non-zero, so there exists a unique solution given by $$begin{bmatrix}x\y\zend{bmatrix}=begin{bmatrix}0&1&2\-1&1&0\2&0&3 end{bmatrix}^{-1}begin{bmatrix}1\3\2end{bmatrix}$$
– Shubham Johri
1 hour ago














... and what is the value of the determinant?
– A.Γ.
1 hour ago




... and what is the value of the determinant?
– A.Γ.
1 hour ago










3 Answers
3






active

oldest

votes


















4














Well, once you have this system of equations, its easy to write it in matrix form as you seem to have done:



$$
underbrace{begin{bmatrix}
0&1&2\
-1&1&0\
2&0&3
end{bmatrix}}_{A}
begin{bmatrix}
x\
y\
z
end{bmatrix}=
begin{bmatrix}
1\
3\
2
end{bmatrix}.$$

We have $det(A)=0cdot(1cdot 3-0cdot 0)+1cdot(1cdot 3)+2(1cdot 0-2cdot 1)=3-4=-1.$ So, the determinant is nonsingular. This implies that the matrix represents an isomorphism $mathbb{R}^3to mathbb{R}^3$. So, for any element of $mathbb{R}^3$, there exists a unique solution. In particular, the matrix equation above admits a unique solution.






share|cite|improve this answer





























    2














    Multiplying the second by $2$ and adding to the third we get
    $$2y+3z=8$$
    $$y+2z=1$$ From here we get $$z=-6,x=10,y=13$$






    share|cite|improve this answer





























      0














      The general criterion for the existence of a solution of a non-homogeneous linear system is the matrix of the homogeneous part and the augmented matrix have the same rank, i.e. here
      $$operatorname{rank}begin{bmatrix}0&1&2\-1&1&0\2&0&3end{bmatrix}=operatorname{rank}begin{bmatrix}0&1&2&1\-1&1&0&3\2&0&3&2end{bmatrix}.$$
      Furthermore, this rank is the codimension of the (affine) subspace of solutions.



      The homogeneous linear system has maximal rank ($3$) as its determinant is non-zero. Hence the augmented matrix also has rank $3$, and there exists a unique solution.






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


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3058757%2fstate-whether-the-following-simultaneous-equations-have-a-unique-solution%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









        4














        Well, once you have this system of equations, its easy to write it in matrix form as you seem to have done:



        $$
        underbrace{begin{bmatrix}
        0&1&2\
        -1&1&0\
        2&0&3
        end{bmatrix}}_{A}
        begin{bmatrix}
        x\
        y\
        z
        end{bmatrix}=
        begin{bmatrix}
        1\
        3\
        2
        end{bmatrix}.$$

        We have $det(A)=0cdot(1cdot 3-0cdot 0)+1cdot(1cdot 3)+2(1cdot 0-2cdot 1)=3-4=-1.$ So, the determinant is nonsingular. This implies that the matrix represents an isomorphism $mathbb{R}^3to mathbb{R}^3$. So, for any element of $mathbb{R}^3$, there exists a unique solution. In particular, the matrix equation above admits a unique solution.






        share|cite|improve this answer


























          4














          Well, once you have this system of equations, its easy to write it in matrix form as you seem to have done:



          $$
          underbrace{begin{bmatrix}
          0&1&2\
          -1&1&0\
          2&0&3
          end{bmatrix}}_{A}
          begin{bmatrix}
          x\
          y\
          z
          end{bmatrix}=
          begin{bmatrix}
          1\
          3\
          2
          end{bmatrix}.$$

          We have $det(A)=0cdot(1cdot 3-0cdot 0)+1cdot(1cdot 3)+2(1cdot 0-2cdot 1)=3-4=-1.$ So, the determinant is nonsingular. This implies that the matrix represents an isomorphism $mathbb{R}^3to mathbb{R}^3$. So, for any element of $mathbb{R}^3$, there exists a unique solution. In particular, the matrix equation above admits a unique solution.






          share|cite|improve this answer
























            4












            4








            4






            Well, once you have this system of equations, its easy to write it in matrix form as you seem to have done:



            $$
            underbrace{begin{bmatrix}
            0&1&2\
            -1&1&0\
            2&0&3
            end{bmatrix}}_{A}
            begin{bmatrix}
            x\
            y\
            z
            end{bmatrix}=
            begin{bmatrix}
            1\
            3\
            2
            end{bmatrix}.$$

            We have $det(A)=0cdot(1cdot 3-0cdot 0)+1cdot(1cdot 3)+2(1cdot 0-2cdot 1)=3-4=-1.$ So, the determinant is nonsingular. This implies that the matrix represents an isomorphism $mathbb{R}^3to mathbb{R}^3$. So, for any element of $mathbb{R}^3$, there exists a unique solution. In particular, the matrix equation above admits a unique solution.






            share|cite|improve this answer












            Well, once you have this system of equations, its easy to write it in matrix form as you seem to have done:



            $$
            underbrace{begin{bmatrix}
            0&1&2\
            -1&1&0\
            2&0&3
            end{bmatrix}}_{A}
            begin{bmatrix}
            x\
            y\
            z
            end{bmatrix}=
            begin{bmatrix}
            1\
            3\
            2
            end{bmatrix}.$$

            We have $det(A)=0cdot(1cdot 3-0cdot 0)+1cdot(1cdot 3)+2(1cdot 0-2cdot 1)=3-4=-1.$ So, the determinant is nonsingular. This implies that the matrix represents an isomorphism $mathbb{R}^3to mathbb{R}^3$. So, for any element of $mathbb{R}^3$, there exists a unique solution. In particular, the matrix equation above admits a unique solution.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 1 hour ago









            Antonios-Alexandros Robotis

            9,19741640




            9,19741640























                2














                Multiplying the second by $2$ and adding to the third we get
                $$2y+3z=8$$
                $$y+2z=1$$ From here we get $$z=-6,x=10,y=13$$






                share|cite|improve this answer


























                  2














                  Multiplying the second by $2$ and adding to the third we get
                  $$2y+3z=8$$
                  $$y+2z=1$$ From here we get $$z=-6,x=10,y=13$$






                  share|cite|improve this answer
























                    2












                    2








                    2






                    Multiplying the second by $2$ and adding to the third we get
                    $$2y+3z=8$$
                    $$y+2z=1$$ From here we get $$z=-6,x=10,y=13$$






                    share|cite|improve this answer












                    Multiplying the second by $2$ and adding to the third we get
                    $$2y+3z=8$$
                    $$y+2z=1$$ From here we get $$z=-6,x=10,y=13$$







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 1 hour ago









                    Dr. Sonnhard Graubner

                    73.1k42865




                    73.1k42865























                        0














                        The general criterion for the existence of a solution of a non-homogeneous linear system is the matrix of the homogeneous part and the augmented matrix have the same rank, i.e. here
                        $$operatorname{rank}begin{bmatrix}0&1&2\-1&1&0\2&0&3end{bmatrix}=operatorname{rank}begin{bmatrix}0&1&2&1\-1&1&0&3\2&0&3&2end{bmatrix}.$$
                        Furthermore, this rank is the codimension of the (affine) subspace of solutions.



                        The homogeneous linear system has maximal rank ($3$) as its determinant is non-zero. Hence the augmented matrix also has rank $3$, and there exists a unique solution.






                        share|cite|improve this answer


























                          0














                          The general criterion for the existence of a solution of a non-homogeneous linear system is the matrix of the homogeneous part and the augmented matrix have the same rank, i.e. here
                          $$operatorname{rank}begin{bmatrix}0&1&2\-1&1&0\2&0&3end{bmatrix}=operatorname{rank}begin{bmatrix}0&1&2&1\-1&1&0&3\2&0&3&2end{bmatrix}.$$
                          Furthermore, this rank is the codimension of the (affine) subspace of solutions.



                          The homogeneous linear system has maximal rank ($3$) as its determinant is non-zero. Hence the augmented matrix also has rank $3$, and there exists a unique solution.






                          share|cite|improve this answer
























                            0












                            0








                            0






                            The general criterion for the existence of a solution of a non-homogeneous linear system is the matrix of the homogeneous part and the augmented matrix have the same rank, i.e. here
                            $$operatorname{rank}begin{bmatrix}0&1&2\-1&1&0\2&0&3end{bmatrix}=operatorname{rank}begin{bmatrix}0&1&2&1\-1&1&0&3\2&0&3&2end{bmatrix}.$$
                            Furthermore, this rank is the codimension of the (affine) subspace of solutions.



                            The homogeneous linear system has maximal rank ($3$) as its determinant is non-zero. Hence the augmented matrix also has rank $3$, and there exists a unique solution.






                            share|cite|improve this answer












                            The general criterion for the existence of a solution of a non-homogeneous linear system is the matrix of the homogeneous part and the augmented matrix have the same rank, i.e. here
                            $$operatorname{rank}begin{bmatrix}0&1&2\-1&1&0\2&0&3end{bmatrix}=operatorname{rank}begin{bmatrix}0&1&2&1\-1&1&0&3\2&0&3&2end{bmatrix}.$$
                            Furthermore, this rank is the codimension of the (affine) subspace of solutions.



                            The homogeneous linear system has maximal rank ($3$) as its determinant is non-zero. Hence the augmented matrix also has rank $3$, and there exists a unique solution.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 1 hour ago









                            Bernard

                            118k639112




                            118k639112






























                                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%2f3058757%2fstate-whether-the-following-simultaneous-equations-have-a-unique-solution%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

                                Understanding the information contained in the Deep Space Network XML data?

                                Ross-on-Wye

                                Eastern Orthodox Church