Representing a linear combination of matrices as some kind of inner product.












1












$begingroup$


If I have a linear combination of two numbers $lambda_1y_1+lambda_2y_2$, I can represent it as $mathbf y cdotvec lambda$, i.e., an inner product of two vectors.



If I have a linear combination of two vectors $lambda_1mathbf y_1+lambda_2 mathbf y_2$, I can represent it as matrix-vector product $mathbf Yvec lambda$.



How can I do something similar for linear combination of two matrices $lambda_1 Y_1+lambda_2 Y_2$?










share|cite|improve this question









$endgroup$












  • $begingroup$
    Nothing stops us in using a matrix $pmatrix{Y_1\Y_2}$ with matrix entries..
    $endgroup$
    – Berci
    Jan 8 at 8:21






  • 1




    $begingroup$
    ... and if the definition of the linear function is independent of basis then $pmatrix{Y_1\Y_2}$ is a (1,2) tensor which maps the vector $pmatrix{lambda_1\ lambda_2}$ to the (1,1) tensor $lambda_1Y_2 + lambda_2Y_2$.
    $endgroup$
    – gandalf61
    Jan 8 at 9:59


















1












$begingroup$


If I have a linear combination of two numbers $lambda_1y_1+lambda_2y_2$, I can represent it as $mathbf y cdotvec lambda$, i.e., an inner product of two vectors.



If I have a linear combination of two vectors $lambda_1mathbf y_1+lambda_2 mathbf y_2$, I can represent it as matrix-vector product $mathbf Yvec lambda$.



How can I do something similar for linear combination of two matrices $lambda_1 Y_1+lambda_2 Y_2$?










share|cite|improve this question









$endgroup$












  • $begingroup$
    Nothing stops us in using a matrix $pmatrix{Y_1\Y_2}$ with matrix entries..
    $endgroup$
    – Berci
    Jan 8 at 8:21






  • 1




    $begingroup$
    ... and if the definition of the linear function is independent of basis then $pmatrix{Y_1\Y_2}$ is a (1,2) tensor which maps the vector $pmatrix{lambda_1\ lambda_2}$ to the (1,1) tensor $lambda_1Y_2 + lambda_2Y_2$.
    $endgroup$
    – gandalf61
    Jan 8 at 9:59
















1












1








1





$begingroup$


If I have a linear combination of two numbers $lambda_1y_1+lambda_2y_2$, I can represent it as $mathbf y cdotvec lambda$, i.e., an inner product of two vectors.



If I have a linear combination of two vectors $lambda_1mathbf y_1+lambda_2 mathbf y_2$, I can represent it as matrix-vector product $mathbf Yvec lambda$.



How can I do something similar for linear combination of two matrices $lambda_1 Y_1+lambda_2 Y_2$?










share|cite|improve this question









$endgroup$




If I have a linear combination of two numbers $lambda_1y_1+lambda_2y_2$, I can represent it as $mathbf y cdotvec lambda$, i.e., an inner product of two vectors.



If I have a linear combination of two vectors $lambda_1mathbf y_1+lambda_2 mathbf y_2$, I can represent it as matrix-vector product $mathbf Yvec lambda$.



How can I do something similar for linear combination of two matrices $lambda_1 Y_1+lambda_2 Y_2$?







linear-algebra products






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 8 at 7:10









Тимофей ЛомоносовТимофей Ломоносов

508314




508314












  • $begingroup$
    Nothing stops us in using a matrix $pmatrix{Y_1\Y_2}$ with matrix entries..
    $endgroup$
    – Berci
    Jan 8 at 8:21






  • 1




    $begingroup$
    ... and if the definition of the linear function is independent of basis then $pmatrix{Y_1\Y_2}$ is a (1,2) tensor which maps the vector $pmatrix{lambda_1\ lambda_2}$ to the (1,1) tensor $lambda_1Y_2 + lambda_2Y_2$.
    $endgroup$
    – gandalf61
    Jan 8 at 9:59




















  • $begingroup$
    Nothing stops us in using a matrix $pmatrix{Y_1\Y_2}$ with matrix entries..
    $endgroup$
    – Berci
    Jan 8 at 8:21






  • 1




    $begingroup$
    ... and if the definition of the linear function is independent of basis then $pmatrix{Y_1\Y_2}$ is a (1,2) tensor which maps the vector $pmatrix{lambda_1\ lambda_2}$ to the (1,1) tensor $lambda_1Y_2 + lambda_2Y_2$.
    $endgroup$
    – gandalf61
    Jan 8 at 9:59


















$begingroup$
Nothing stops us in using a matrix $pmatrix{Y_1\Y_2}$ with matrix entries..
$endgroup$
– Berci
Jan 8 at 8:21




$begingroup$
Nothing stops us in using a matrix $pmatrix{Y_1\Y_2}$ with matrix entries..
$endgroup$
– Berci
Jan 8 at 8:21




1




1




$begingroup$
... and if the definition of the linear function is independent of basis then $pmatrix{Y_1\Y_2}$ is a (1,2) tensor which maps the vector $pmatrix{lambda_1\ lambda_2}$ to the (1,1) tensor $lambda_1Y_2 + lambda_2Y_2$.
$endgroup$
– gandalf61
Jan 8 at 9:59






$begingroup$
... and if the definition of the linear function is independent of basis then $pmatrix{Y_1\Y_2}$ is a (1,2) tensor which maps the vector $pmatrix{lambda_1\ lambda_2}$ to the (1,1) tensor $lambda_1Y_2 + lambda_2Y_2$.
$endgroup$
– gandalf61
Jan 8 at 9:59












1 Answer
1






active

oldest

votes


















0












$begingroup$

In the language of Linear Algebra, the $y$'s are looked upon as vectors in some vector space, and what you do is writing those vectors' coordinate representation as columns of a matrix.



Hence this requires fixing a coordinate system (i.e. a basis) for the space first.



In your first example, the numbers can in fact be looked upon as vectors in the $1$-dimensional space, which is why each column's height in $mathbf{y}$ is $1$.



In your third example, matrices (say $M_{n times m}(mathbb{R})$) can also be viewed as a $nm$-dimensional space, but writing linear combinations in a similar way requires writing each matrix as a column vector. For example,



$begin{bmatrix}
1 \
2 \
3 \
4 \
end{bmatrix}$
for
$begin{bmatrix}
1 & 2 \
3 & 4 \
end{bmatrix}$
.






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%2f3065883%2frepresenting-a-linear-combination-of-matrices-as-some-kind-of-inner-product%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












    $begingroup$

    In the language of Linear Algebra, the $y$'s are looked upon as vectors in some vector space, and what you do is writing those vectors' coordinate representation as columns of a matrix.



    Hence this requires fixing a coordinate system (i.e. a basis) for the space first.



    In your first example, the numbers can in fact be looked upon as vectors in the $1$-dimensional space, which is why each column's height in $mathbf{y}$ is $1$.



    In your third example, matrices (say $M_{n times m}(mathbb{R})$) can also be viewed as a $nm$-dimensional space, but writing linear combinations in a similar way requires writing each matrix as a column vector. For example,



    $begin{bmatrix}
    1 \
    2 \
    3 \
    4 \
    end{bmatrix}$
    for
    $begin{bmatrix}
    1 & 2 \
    3 & 4 \
    end{bmatrix}$
    .






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      In the language of Linear Algebra, the $y$'s are looked upon as vectors in some vector space, and what you do is writing those vectors' coordinate representation as columns of a matrix.



      Hence this requires fixing a coordinate system (i.e. a basis) for the space first.



      In your first example, the numbers can in fact be looked upon as vectors in the $1$-dimensional space, which is why each column's height in $mathbf{y}$ is $1$.



      In your third example, matrices (say $M_{n times m}(mathbb{R})$) can also be viewed as a $nm$-dimensional space, but writing linear combinations in a similar way requires writing each matrix as a column vector. For example,



      $begin{bmatrix}
      1 \
      2 \
      3 \
      4 \
      end{bmatrix}$
      for
      $begin{bmatrix}
      1 & 2 \
      3 & 4 \
      end{bmatrix}$
      .






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        In the language of Linear Algebra, the $y$'s are looked upon as vectors in some vector space, and what you do is writing those vectors' coordinate representation as columns of a matrix.



        Hence this requires fixing a coordinate system (i.e. a basis) for the space first.



        In your first example, the numbers can in fact be looked upon as vectors in the $1$-dimensional space, which is why each column's height in $mathbf{y}$ is $1$.



        In your third example, matrices (say $M_{n times m}(mathbb{R})$) can also be viewed as a $nm$-dimensional space, but writing linear combinations in a similar way requires writing each matrix as a column vector. For example,



        $begin{bmatrix}
        1 \
        2 \
        3 \
        4 \
        end{bmatrix}$
        for
        $begin{bmatrix}
        1 & 2 \
        3 & 4 \
        end{bmatrix}$
        .






        share|cite|improve this answer









        $endgroup$



        In the language of Linear Algebra, the $y$'s are looked upon as vectors in some vector space, and what you do is writing those vectors' coordinate representation as columns of a matrix.



        Hence this requires fixing a coordinate system (i.e. a basis) for the space first.



        In your first example, the numbers can in fact be looked upon as vectors in the $1$-dimensional space, which is why each column's height in $mathbf{y}$ is $1$.



        In your third example, matrices (say $M_{n times m}(mathbb{R})$) can also be viewed as a $nm$-dimensional space, but writing linear combinations in a similar way requires writing each matrix as a column vector. For example,



        $begin{bmatrix}
        1 \
        2 \
        3 \
        4 \
        end{bmatrix}$
        for
        $begin{bmatrix}
        1 & 2 \
        3 & 4 \
        end{bmatrix}$
        .







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 8 at 8:28









        Yanger MaYanger Ma

        1014




        1014






























            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%2f3065883%2frepresenting-a-linear-combination-of-matrices-as-some-kind-of-inner-product%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

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

            A Topological Invariant for $pi_3(U(n))$