Vector addition represented as matrix addition.

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











up vote
0
down vote

favorite












I am reading this text:



enter image description here



I assume consistency is important here right? Like if you represent one set of addition as a 1xn row, you have to represent another set of addition as a row as well right? You can't represent u+v as a 1xn row and then y+z as a column matrix in the same equation right? Because you can't add a row with a column in matrix addition right?







share|cite|improve this question
























    up vote
    0
    down vote

    favorite












    I am reading this text:



    enter image description here



    I assume consistency is important here right? Like if you represent one set of addition as a 1xn row, you have to represent another set of addition as a row as well right? You can't represent u+v as a 1xn row and then y+z as a column matrix in the same equation right? Because you can't add a row with a column in matrix addition right?







    share|cite|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am reading this text:



      enter image description here



      I assume consistency is important here right? Like if you represent one set of addition as a 1xn row, you have to represent another set of addition as a row as well right? You can't represent u+v as a 1xn row and then y+z as a column matrix in the same equation right? Because you can't add a row with a column in matrix addition right?







      share|cite|improve this question












      I am reading this text:



      enter image description here



      I assume consistency is important here right? Like if you represent one set of addition as a 1xn row, you have to represent another set of addition as a row as well right? You can't represent u+v as a 1xn row and then y+z as a column matrix in the same equation right? Because you can't add a row with a column in matrix addition right?









      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Aug 10 at 16:52









      Jwan622

      1,61211224




      1,61211224




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Exactly, the notations are all equivalent, but (at least to some degree) you have to be consistent with them.



          To be more precise, technically, tuples $(x_1,dots,x_n)$, row vectors($1times n$-matrices) $beginpmatrixx_1dots x_nendpmatrix$ and column vectors $beginpmatrixx_1\vdots\x_nendpmatrix$ are all different objects living in different spaces respectively($mathbbF^n$, $mathbbF^(1,n)$, $mathbbF^(n,1)$).



          The important thing is, that these spaces are all isomorphic and thus, the different objects can be seen as just a change of notation. This has of course different advantages, like e.g. matrix multiplication is not defined for tuples, but through its identification with row/column vectors(matrices), equations like $Ax=b$ become meaningful.



          The way you want or have to represent an object of course always depends on the context. E.g. for your question regarding addition, at least on a formal side, $(x_1,dots, x_n)+beginpmatrixx_1'\vdots\x_n'endpmatrix$ is not defined as they represents objects of different types for which (at least naturally) there is no such thing as addition.






          share|cite|improve this answer





























            up vote
            0
            down vote













            It's common to use $(x_1,x_2,x_3)$ as shorthand for $beginbmatrix x_1 \ x_2 \ x_3 endbmatrix$. Notice the change in the type of parentheses to help avoid confusion.



            For the types of row/column matrices, I'm not sure exactly what you are asking. If one addition computation is between $1 times n$ matrices, certainly another computation can involve $n times 1$ matrices. We can add whatever types of matrices we want, and a piece of writing may include several types of matrices.



            We do need to be consistent as to whether we are representing vectors in a given space $mathbbF^n$ as column or row vectors, at least if we are going to bring any matrix multiplication into consideration.






            share|cite|improve this answer






















            • But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
              – Jwan622
              Aug 10 at 17:33










            • @Jwan622 Yes, we can only add together matrices of the exact same shape.
              – Morgan Rodgers
              Aug 10 at 17:42











            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: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f2878608%2fvector-addition-represented-as-matrix-addition%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
            2
            down vote



            accepted










            Exactly, the notations are all equivalent, but (at least to some degree) you have to be consistent with them.



            To be more precise, technically, tuples $(x_1,dots,x_n)$, row vectors($1times n$-matrices) $beginpmatrixx_1dots x_nendpmatrix$ and column vectors $beginpmatrixx_1\vdots\x_nendpmatrix$ are all different objects living in different spaces respectively($mathbbF^n$, $mathbbF^(1,n)$, $mathbbF^(n,1)$).



            The important thing is, that these spaces are all isomorphic and thus, the different objects can be seen as just a change of notation. This has of course different advantages, like e.g. matrix multiplication is not defined for tuples, but through its identification with row/column vectors(matrices), equations like $Ax=b$ become meaningful.



            The way you want or have to represent an object of course always depends on the context. E.g. for your question regarding addition, at least on a formal side, $(x_1,dots, x_n)+beginpmatrixx_1'\vdots\x_n'endpmatrix$ is not defined as they represents objects of different types for which (at least naturally) there is no such thing as addition.






            share|cite|improve this answer


























              up vote
              2
              down vote



              accepted










              Exactly, the notations are all equivalent, but (at least to some degree) you have to be consistent with them.



              To be more precise, technically, tuples $(x_1,dots,x_n)$, row vectors($1times n$-matrices) $beginpmatrixx_1dots x_nendpmatrix$ and column vectors $beginpmatrixx_1\vdots\x_nendpmatrix$ are all different objects living in different spaces respectively($mathbbF^n$, $mathbbF^(1,n)$, $mathbbF^(n,1)$).



              The important thing is, that these spaces are all isomorphic and thus, the different objects can be seen as just a change of notation. This has of course different advantages, like e.g. matrix multiplication is not defined for tuples, but through its identification with row/column vectors(matrices), equations like $Ax=b$ become meaningful.



              The way you want or have to represent an object of course always depends on the context. E.g. for your question regarding addition, at least on a formal side, $(x_1,dots, x_n)+beginpmatrixx_1'\vdots\x_n'endpmatrix$ is not defined as they represents objects of different types for which (at least naturally) there is no such thing as addition.






              share|cite|improve this answer
























                up vote
                2
                down vote



                accepted







                up vote
                2
                down vote



                accepted






                Exactly, the notations are all equivalent, but (at least to some degree) you have to be consistent with them.



                To be more precise, technically, tuples $(x_1,dots,x_n)$, row vectors($1times n$-matrices) $beginpmatrixx_1dots x_nendpmatrix$ and column vectors $beginpmatrixx_1\vdots\x_nendpmatrix$ are all different objects living in different spaces respectively($mathbbF^n$, $mathbbF^(1,n)$, $mathbbF^(n,1)$).



                The important thing is, that these spaces are all isomorphic and thus, the different objects can be seen as just a change of notation. This has of course different advantages, like e.g. matrix multiplication is not defined for tuples, but through its identification with row/column vectors(matrices), equations like $Ax=b$ become meaningful.



                The way you want or have to represent an object of course always depends on the context. E.g. for your question regarding addition, at least on a formal side, $(x_1,dots, x_n)+beginpmatrixx_1'\vdots\x_n'endpmatrix$ is not defined as they represents objects of different types for which (at least naturally) there is no such thing as addition.






                share|cite|improve this answer














                Exactly, the notations are all equivalent, but (at least to some degree) you have to be consistent with them.



                To be more precise, technically, tuples $(x_1,dots,x_n)$, row vectors($1times n$-matrices) $beginpmatrixx_1dots x_nendpmatrix$ and column vectors $beginpmatrixx_1\vdots\x_nendpmatrix$ are all different objects living in different spaces respectively($mathbbF^n$, $mathbbF^(1,n)$, $mathbbF^(n,1)$).



                The important thing is, that these spaces are all isomorphic and thus, the different objects can be seen as just a change of notation. This has of course different advantages, like e.g. matrix multiplication is not defined for tuples, but through its identification with row/column vectors(matrices), equations like $Ax=b$ become meaningful.



                The way you want or have to represent an object of course always depends on the context. E.g. for your question regarding addition, at least on a formal side, $(x_1,dots, x_n)+beginpmatrixx_1'\vdots\x_n'endpmatrix$ is not defined as they represents objects of different types for which (at least naturally) there is no such thing as addition.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Aug 10 at 17:14

























                answered Aug 10 at 16:55









                zzuussee

                1,701420




                1,701420




















                    up vote
                    0
                    down vote













                    It's common to use $(x_1,x_2,x_3)$ as shorthand for $beginbmatrix x_1 \ x_2 \ x_3 endbmatrix$. Notice the change in the type of parentheses to help avoid confusion.



                    For the types of row/column matrices, I'm not sure exactly what you are asking. If one addition computation is between $1 times n$ matrices, certainly another computation can involve $n times 1$ matrices. We can add whatever types of matrices we want, and a piece of writing may include several types of matrices.



                    We do need to be consistent as to whether we are representing vectors in a given space $mathbbF^n$ as column or row vectors, at least if we are going to bring any matrix multiplication into consideration.






                    share|cite|improve this answer






















                    • But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
                      – Jwan622
                      Aug 10 at 17:33










                    • @Jwan622 Yes, we can only add together matrices of the exact same shape.
                      – Morgan Rodgers
                      Aug 10 at 17:42















                    up vote
                    0
                    down vote













                    It's common to use $(x_1,x_2,x_3)$ as shorthand for $beginbmatrix x_1 \ x_2 \ x_3 endbmatrix$. Notice the change in the type of parentheses to help avoid confusion.



                    For the types of row/column matrices, I'm not sure exactly what you are asking. If one addition computation is between $1 times n$ matrices, certainly another computation can involve $n times 1$ matrices. We can add whatever types of matrices we want, and a piece of writing may include several types of matrices.



                    We do need to be consistent as to whether we are representing vectors in a given space $mathbbF^n$ as column or row vectors, at least if we are going to bring any matrix multiplication into consideration.






                    share|cite|improve this answer






















                    • But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
                      – Jwan622
                      Aug 10 at 17:33










                    • @Jwan622 Yes, we can only add together matrices of the exact same shape.
                      – Morgan Rodgers
                      Aug 10 at 17:42













                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    It's common to use $(x_1,x_2,x_3)$ as shorthand for $beginbmatrix x_1 \ x_2 \ x_3 endbmatrix$. Notice the change in the type of parentheses to help avoid confusion.



                    For the types of row/column matrices, I'm not sure exactly what you are asking. If one addition computation is between $1 times n$ matrices, certainly another computation can involve $n times 1$ matrices. We can add whatever types of matrices we want, and a piece of writing may include several types of matrices.



                    We do need to be consistent as to whether we are representing vectors in a given space $mathbbF^n$ as column or row vectors, at least if we are going to bring any matrix multiplication into consideration.






                    share|cite|improve this answer














                    It's common to use $(x_1,x_2,x_3)$ as shorthand for $beginbmatrix x_1 \ x_2 \ x_3 endbmatrix$. Notice the change in the type of parentheses to help avoid confusion.



                    For the types of row/column matrices, I'm not sure exactly what you are asking. If one addition computation is between $1 times n$ matrices, certainly another computation can involve $n times 1$ matrices. We can add whatever types of matrices we want, and a piece of writing may include several types of matrices.



                    We do need to be consistent as to whether we are representing vectors in a given space $mathbbF^n$ as column or row vectors, at least if we are going to bring any matrix multiplication into consideration.







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Aug 10 at 17:10

























                    answered Aug 10 at 17:03









                    Morgan Rodgers

                    9,07621338




                    9,07621338











                    • But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
                      – Jwan622
                      Aug 10 at 17:33










                    • @Jwan622 Yes, we can only add together matrices of the exact same shape.
                      – Morgan Rodgers
                      Aug 10 at 17:42

















                    • But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
                      – Jwan622
                      Aug 10 at 17:33










                    • @Jwan622 Yes, we can only add together matrices of the exact same shape.
                      – Morgan Rodgers
                      Aug 10 at 17:42
















                    But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
                    – Jwan622
                    Aug 10 at 17:33




                    But in a single computation like a+b+c+d, they all have to be a row or a column right? No mixing and matching?
                    – Jwan622
                    Aug 10 at 17:33












                    @Jwan622 Yes, we can only add together matrices of the exact same shape.
                    – Morgan Rodgers
                    Aug 10 at 17:42





                    @Jwan622 Yes, we can only add together matrices of the exact same shape.
                    – Morgan Rodgers
                    Aug 10 at 17:42













                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2878608%2fvector-addition-represented-as-matrix-addition%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    tkz-euclide: tkzDrawCircle[R] not working

                    How to combine Bézier curves to a surface?

                    1st Magritte Awards