Reconciling the 'column' and the 'row' pictures for matrices












1












$begingroup$


I understand the column picture (namely considering a matrix equation $Ax=b$ as a vector equation with each column of the matrix $A$ scalarly multiplied by each coefficient of the vector $x$ to give the vector $b$) and the row picture (intersection of the planes, or hyperplanes/lines according to the dimensions).



But since these are equivalent, there has to be some way to show this equivalency? What I mean is, the vectors in the column picture must somehow directly correspond to the planes in the row picture, and the procedures we follow in either of the pictures must be equivalent. Is there an easy way to visualise this equivalency?



I do not mean equivalence, in terms of determining the solutions, that is, to determine if the planes are parallel based on the column vectors. What I mean is to get to a system/visualisation, which can connect the two pictures.



The row and the column pictures are as mentioned in the Introduction to Linear Algebra by Gilbert Strang.










share|cite|improve this question









$endgroup$












  • $begingroup$
    Linked with the topic web.mit.edu/18.06/www/Essays/newpaper_ver3.pdf
    $endgroup$
    – Widawensen
    Jul 6 '17 at 10:29
















1












$begingroup$


I understand the column picture (namely considering a matrix equation $Ax=b$ as a vector equation with each column of the matrix $A$ scalarly multiplied by each coefficient of the vector $x$ to give the vector $b$) and the row picture (intersection of the planes, or hyperplanes/lines according to the dimensions).



But since these are equivalent, there has to be some way to show this equivalency? What I mean is, the vectors in the column picture must somehow directly correspond to the planes in the row picture, and the procedures we follow in either of the pictures must be equivalent. Is there an easy way to visualise this equivalency?



I do not mean equivalence, in terms of determining the solutions, that is, to determine if the planes are parallel based on the column vectors. What I mean is to get to a system/visualisation, which can connect the two pictures.



The row and the column pictures are as mentioned in the Introduction to Linear Algebra by Gilbert Strang.










share|cite|improve this question









$endgroup$












  • $begingroup$
    Linked with the topic web.mit.edu/18.06/www/Essays/newpaper_ver3.pdf
    $endgroup$
    – Widawensen
    Jul 6 '17 at 10:29














1












1








1


2



$begingroup$


I understand the column picture (namely considering a matrix equation $Ax=b$ as a vector equation with each column of the matrix $A$ scalarly multiplied by each coefficient of the vector $x$ to give the vector $b$) and the row picture (intersection of the planes, or hyperplanes/lines according to the dimensions).



But since these are equivalent, there has to be some way to show this equivalency? What I mean is, the vectors in the column picture must somehow directly correspond to the planes in the row picture, and the procedures we follow in either of the pictures must be equivalent. Is there an easy way to visualise this equivalency?



I do not mean equivalence, in terms of determining the solutions, that is, to determine if the planes are parallel based on the column vectors. What I mean is to get to a system/visualisation, which can connect the two pictures.



The row and the column pictures are as mentioned in the Introduction to Linear Algebra by Gilbert Strang.










share|cite|improve this question









$endgroup$




I understand the column picture (namely considering a matrix equation $Ax=b$ as a vector equation with each column of the matrix $A$ scalarly multiplied by each coefficient of the vector $x$ to give the vector $b$) and the row picture (intersection of the planes, or hyperplanes/lines according to the dimensions).



But since these are equivalent, there has to be some way to show this equivalency? What I mean is, the vectors in the column picture must somehow directly correspond to the planes in the row picture, and the procedures we follow in either of the pictures must be equivalent. Is there an easy way to visualise this equivalency?



I do not mean equivalence, in terms of determining the solutions, that is, to determine if the planes are parallel based on the column vectors. What I mean is to get to a system/visualisation, which can connect the two pictures.



The row and the column pictures are as mentioned in the Introduction to Linear Algebra by Gilbert Strang.







linear-algebra matrices systems-of-equations matrix-equations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jul 6 '17 at 10:16









Satwik PasaniSatwik Pasani

313317




313317












  • $begingroup$
    Linked with the topic web.mit.edu/18.06/www/Essays/newpaper_ver3.pdf
    $endgroup$
    – Widawensen
    Jul 6 '17 at 10:29


















  • $begingroup$
    Linked with the topic web.mit.edu/18.06/www/Essays/newpaper_ver3.pdf
    $endgroup$
    – Widawensen
    Jul 6 '17 at 10:29
















$begingroup$
Linked with the topic web.mit.edu/18.06/www/Essays/newpaper_ver3.pdf
$endgroup$
– Widawensen
Jul 6 '17 at 10:29




$begingroup$
Linked with the topic web.mit.edu/18.06/www/Essays/newpaper_ver3.pdf
$endgroup$
– Widawensen
Jul 6 '17 at 10:29










1 Answer
1






active

oldest

votes


















4












$begingroup$

You must realise that a $ntimes m$ matrix $A$ encodes a linear map $Bbb R^mtoBbb R^n$ (note the order of $m,n$) and that the spaces at departure and arrival are otherwise unrelated. Moreover, matrices are usually just a tool to numerically represent a linear map $f:Vto W$ between two more abstract vector spaces, after choosing a basis in both; that actual matrix entries one gets depend heavily on the basis used. As a consequence there cannot be a direct geometrical relation between columns, which represent vectors of $W$ in coordinates with respect to the basis chosen there, and rows, which represent linear combinations of coordinate functions (for the chosen basis) on$~V$.



Nonetheless there is a way to understand what is going on from two points of view. Solving a system of equation means trying to find the pre-image$~x$ (which must live in$~V$) under $f$ of a given vector $yin W$. The column picture says that the columns of $A$ describe particular vectors in$~W$ that are $f$-images of the chosen basis in$~V$; the question then is to find a linear combination of these that equals the given$~y$, and the corresponding linear combination of the basis vectors of $V$ will be our solution $x$ (of course there might be no solution, or infinitely many of them). The row picture uses the coordinates in$~W$ with respect to the chosen basis, one at a time. In order for an $f$-image to match$~y$, each of its coordinates must be right. Computing one coordinate of the $f$-image of an unknown $x$ amounts to computing a linear combination of the coordinates of$~x$ with respect to the basis chosen in $V$, and the coefficients of such a linear combination are given by a row of $A$. Requiring that one coordinates of the image matches the one of $y$ means that this linear combination of the coordinates of$~x$ must have a specific value, and that (usually) defines a plane in $V$. Combining these requirements means intersecting the planes in $V$ to find te set of possibilities for$~x$.






share|cite|improve this answer











$endgroup$













    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%2f2348233%2freconciling-the-column-and-the-row-pictures-for-matrices%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









    4












    $begingroup$

    You must realise that a $ntimes m$ matrix $A$ encodes a linear map $Bbb R^mtoBbb R^n$ (note the order of $m,n$) and that the spaces at departure and arrival are otherwise unrelated. Moreover, matrices are usually just a tool to numerically represent a linear map $f:Vto W$ between two more abstract vector spaces, after choosing a basis in both; that actual matrix entries one gets depend heavily on the basis used. As a consequence there cannot be a direct geometrical relation between columns, which represent vectors of $W$ in coordinates with respect to the basis chosen there, and rows, which represent linear combinations of coordinate functions (for the chosen basis) on$~V$.



    Nonetheless there is a way to understand what is going on from two points of view. Solving a system of equation means trying to find the pre-image$~x$ (which must live in$~V$) under $f$ of a given vector $yin W$. The column picture says that the columns of $A$ describe particular vectors in$~W$ that are $f$-images of the chosen basis in$~V$; the question then is to find a linear combination of these that equals the given$~y$, and the corresponding linear combination of the basis vectors of $V$ will be our solution $x$ (of course there might be no solution, or infinitely many of them). The row picture uses the coordinates in$~W$ with respect to the chosen basis, one at a time. In order for an $f$-image to match$~y$, each of its coordinates must be right. Computing one coordinate of the $f$-image of an unknown $x$ amounts to computing a linear combination of the coordinates of$~x$ with respect to the basis chosen in $V$, and the coefficients of such a linear combination are given by a row of $A$. Requiring that one coordinates of the image matches the one of $y$ means that this linear combination of the coordinates of$~x$ must have a specific value, and that (usually) defines a plane in $V$. Combining these requirements means intersecting the planes in $V$ to find te set of possibilities for$~x$.






    share|cite|improve this answer











    $endgroup$


















      4












      $begingroup$

      You must realise that a $ntimes m$ matrix $A$ encodes a linear map $Bbb R^mtoBbb R^n$ (note the order of $m,n$) and that the spaces at departure and arrival are otherwise unrelated. Moreover, matrices are usually just a tool to numerically represent a linear map $f:Vto W$ between two more abstract vector spaces, after choosing a basis in both; that actual matrix entries one gets depend heavily on the basis used. As a consequence there cannot be a direct geometrical relation between columns, which represent vectors of $W$ in coordinates with respect to the basis chosen there, and rows, which represent linear combinations of coordinate functions (for the chosen basis) on$~V$.



      Nonetheless there is a way to understand what is going on from two points of view. Solving a system of equation means trying to find the pre-image$~x$ (which must live in$~V$) under $f$ of a given vector $yin W$. The column picture says that the columns of $A$ describe particular vectors in$~W$ that are $f$-images of the chosen basis in$~V$; the question then is to find a linear combination of these that equals the given$~y$, and the corresponding linear combination of the basis vectors of $V$ will be our solution $x$ (of course there might be no solution, or infinitely many of them). The row picture uses the coordinates in$~W$ with respect to the chosen basis, one at a time. In order for an $f$-image to match$~y$, each of its coordinates must be right. Computing one coordinate of the $f$-image of an unknown $x$ amounts to computing a linear combination of the coordinates of$~x$ with respect to the basis chosen in $V$, and the coefficients of such a linear combination are given by a row of $A$. Requiring that one coordinates of the image matches the one of $y$ means that this linear combination of the coordinates of$~x$ must have a specific value, and that (usually) defines a plane in $V$. Combining these requirements means intersecting the planes in $V$ to find te set of possibilities for$~x$.






      share|cite|improve this answer











      $endgroup$
















        4












        4








        4





        $begingroup$

        You must realise that a $ntimes m$ matrix $A$ encodes a linear map $Bbb R^mtoBbb R^n$ (note the order of $m,n$) and that the spaces at departure and arrival are otherwise unrelated. Moreover, matrices are usually just a tool to numerically represent a linear map $f:Vto W$ between two more abstract vector spaces, after choosing a basis in both; that actual matrix entries one gets depend heavily on the basis used. As a consequence there cannot be a direct geometrical relation between columns, which represent vectors of $W$ in coordinates with respect to the basis chosen there, and rows, which represent linear combinations of coordinate functions (for the chosen basis) on$~V$.



        Nonetheless there is a way to understand what is going on from two points of view. Solving a system of equation means trying to find the pre-image$~x$ (which must live in$~V$) under $f$ of a given vector $yin W$. The column picture says that the columns of $A$ describe particular vectors in$~W$ that are $f$-images of the chosen basis in$~V$; the question then is to find a linear combination of these that equals the given$~y$, and the corresponding linear combination of the basis vectors of $V$ will be our solution $x$ (of course there might be no solution, or infinitely many of them). The row picture uses the coordinates in$~W$ with respect to the chosen basis, one at a time. In order for an $f$-image to match$~y$, each of its coordinates must be right. Computing one coordinate of the $f$-image of an unknown $x$ amounts to computing a linear combination of the coordinates of$~x$ with respect to the basis chosen in $V$, and the coefficients of such a linear combination are given by a row of $A$. Requiring that one coordinates of the image matches the one of $y$ means that this linear combination of the coordinates of$~x$ must have a specific value, and that (usually) defines a plane in $V$. Combining these requirements means intersecting the planes in $V$ to find te set of possibilities for$~x$.






        share|cite|improve this answer











        $endgroup$



        You must realise that a $ntimes m$ matrix $A$ encodes a linear map $Bbb R^mtoBbb R^n$ (note the order of $m,n$) and that the spaces at departure and arrival are otherwise unrelated. Moreover, matrices are usually just a tool to numerically represent a linear map $f:Vto W$ between two more abstract vector spaces, after choosing a basis in both; that actual matrix entries one gets depend heavily on the basis used. As a consequence there cannot be a direct geometrical relation between columns, which represent vectors of $W$ in coordinates with respect to the basis chosen there, and rows, which represent linear combinations of coordinate functions (for the chosen basis) on$~V$.



        Nonetheless there is a way to understand what is going on from two points of view. Solving a system of equation means trying to find the pre-image$~x$ (which must live in$~V$) under $f$ of a given vector $yin W$. The column picture says that the columns of $A$ describe particular vectors in$~W$ that are $f$-images of the chosen basis in$~V$; the question then is to find a linear combination of these that equals the given$~y$, and the corresponding linear combination of the basis vectors of $V$ will be our solution $x$ (of course there might be no solution, or infinitely many of them). The row picture uses the coordinates in$~W$ with respect to the chosen basis, one at a time. In order for an $f$-image to match$~y$, each of its coordinates must be right. Computing one coordinate of the $f$-image of an unknown $x$ amounts to computing a linear combination of the coordinates of$~x$ with respect to the basis chosen in $V$, and the coefficients of such a linear combination are given by a row of $A$. Requiring that one coordinates of the image matches the one of $y$ means that this linear combination of the coordinates of$~x$ must have a specific value, and that (usually) defines a plane in $V$. Combining these requirements means intersecting the planes in $V$ to find te set of possibilities for$~x$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Jan 21 at 12:06

























        answered Jul 6 '17 at 10:28









        Marc van LeeuwenMarc van Leeuwen

        87.9k5111226




        87.9k5111226






























            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%2f2348233%2freconciling-the-column-and-the-row-pictures-for-matrices%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

            MongoDB - Not Authorized To Execute Command

            How to fix TextFormField cause rebuild widget in Flutter

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith