Is there a name for this 'multiplication table' operation of vectors?












0














Is there a name for an operation or a transformation that generates a matrix from two vectors, creating a multiplication table from its elements? This might be like multiplying a vector $mathbf{s}$ to another column vector $mathbf{v}$ as if $mathbf{s}$ were a scalar.



$$Mleft( begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}, begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix} right) = begin{bmatrix} mathbf{s}v_1 \ mathbf{s}v_2 \ mathbf{s}v_3 end{bmatrix} = begin{bmatrix} s_1v_1 & s_2v_1& s_3v_1 \ s_1v_2 & s_2v_2 & s_3v_2 \ s_1v_3 & s_2v_3 & s_3v_3end {bmatrix}$$



"Multiplication table matrix" and "vector as a scalar" gave me nothing useful in google. If there is no such name I would also appreciate suggestions on a better way to notate this besides writing out the entire matrix.










share|cite|improve this question


















  • 2




    Kronecker product
    – Michael Burr
    Nov 28 '18 at 2:48










  • Thank you sir, this is what I was looking for.
    – Matthew11
    Nov 28 '18 at 2:52






  • 1




    Your matrix $M(mathbf{v}, mathbf{s})$ also has the form of $mathbf{v} mathbf{s}^{rm T}$.
    – Rócherz
    Nov 28 '18 at 2:52








  • 1




    Actually, for a pair of vectors, this is called the outer product. The Kronecker product is a generalization of it to matrices.
    – amd
    Nov 28 '18 at 2:58










  • Yes it seems you are correct Mr. Amd, thank you for the clarification.
    – Matthew11
    Nov 28 '18 at 3:09
















0














Is there a name for an operation or a transformation that generates a matrix from two vectors, creating a multiplication table from its elements? This might be like multiplying a vector $mathbf{s}$ to another column vector $mathbf{v}$ as if $mathbf{s}$ were a scalar.



$$Mleft( begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}, begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix} right) = begin{bmatrix} mathbf{s}v_1 \ mathbf{s}v_2 \ mathbf{s}v_3 end{bmatrix} = begin{bmatrix} s_1v_1 & s_2v_1& s_3v_1 \ s_1v_2 & s_2v_2 & s_3v_2 \ s_1v_3 & s_2v_3 & s_3v_3end {bmatrix}$$



"Multiplication table matrix" and "vector as a scalar" gave me nothing useful in google. If there is no such name I would also appreciate suggestions on a better way to notate this besides writing out the entire matrix.










share|cite|improve this question


















  • 2




    Kronecker product
    – Michael Burr
    Nov 28 '18 at 2:48










  • Thank you sir, this is what I was looking for.
    – Matthew11
    Nov 28 '18 at 2:52






  • 1




    Your matrix $M(mathbf{v}, mathbf{s})$ also has the form of $mathbf{v} mathbf{s}^{rm T}$.
    – Rócherz
    Nov 28 '18 at 2:52








  • 1




    Actually, for a pair of vectors, this is called the outer product. The Kronecker product is a generalization of it to matrices.
    – amd
    Nov 28 '18 at 2:58










  • Yes it seems you are correct Mr. Amd, thank you for the clarification.
    – Matthew11
    Nov 28 '18 at 3:09














0












0








0







Is there a name for an operation or a transformation that generates a matrix from two vectors, creating a multiplication table from its elements? This might be like multiplying a vector $mathbf{s}$ to another column vector $mathbf{v}$ as if $mathbf{s}$ were a scalar.



$$Mleft( begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}, begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix} right) = begin{bmatrix} mathbf{s}v_1 \ mathbf{s}v_2 \ mathbf{s}v_3 end{bmatrix} = begin{bmatrix} s_1v_1 & s_2v_1& s_3v_1 \ s_1v_2 & s_2v_2 & s_3v_2 \ s_1v_3 & s_2v_3 & s_3v_3end {bmatrix}$$



"Multiplication table matrix" and "vector as a scalar" gave me nothing useful in google. If there is no such name I would also appreciate suggestions on a better way to notate this besides writing out the entire matrix.










share|cite|improve this question













Is there a name for an operation or a transformation that generates a matrix from two vectors, creating a multiplication table from its elements? This might be like multiplying a vector $mathbf{s}$ to another column vector $mathbf{v}$ as if $mathbf{s}$ were a scalar.



$$Mleft( begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}, begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix} right) = begin{bmatrix} mathbf{s}v_1 \ mathbf{s}v_2 \ mathbf{s}v_3 end{bmatrix} = begin{bmatrix} s_1v_1 & s_2v_1& s_3v_1 \ s_1v_2 & s_2v_2 & s_3v_2 \ s_1v_3 & s_2v_3 & s_3v_3end {bmatrix}$$



"Multiplication table matrix" and "vector as a scalar" gave me nothing useful in google. If there is no such name I would also appreciate suggestions on a better way to notate this besides writing out the entire matrix.







linear-algebra matrices vectors products






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 28 '18 at 2:43









Matthew11

312110




312110








  • 2




    Kronecker product
    – Michael Burr
    Nov 28 '18 at 2:48










  • Thank you sir, this is what I was looking for.
    – Matthew11
    Nov 28 '18 at 2:52






  • 1




    Your matrix $M(mathbf{v}, mathbf{s})$ also has the form of $mathbf{v} mathbf{s}^{rm T}$.
    – Rócherz
    Nov 28 '18 at 2:52








  • 1




    Actually, for a pair of vectors, this is called the outer product. The Kronecker product is a generalization of it to matrices.
    – amd
    Nov 28 '18 at 2:58










  • Yes it seems you are correct Mr. Amd, thank you for the clarification.
    – Matthew11
    Nov 28 '18 at 3:09














  • 2




    Kronecker product
    – Michael Burr
    Nov 28 '18 at 2:48










  • Thank you sir, this is what I was looking for.
    – Matthew11
    Nov 28 '18 at 2:52






  • 1




    Your matrix $M(mathbf{v}, mathbf{s})$ also has the form of $mathbf{v} mathbf{s}^{rm T}$.
    – Rócherz
    Nov 28 '18 at 2:52








  • 1




    Actually, for a pair of vectors, this is called the outer product. The Kronecker product is a generalization of it to matrices.
    – amd
    Nov 28 '18 at 2:58










  • Yes it seems you are correct Mr. Amd, thank you for the clarification.
    – Matthew11
    Nov 28 '18 at 3:09








2




2




Kronecker product
– Michael Burr
Nov 28 '18 at 2:48




Kronecker product
– Michael Burr
Nov 28 '18 at 2:48












Thank you sir, this is what I was looking for.
– Matthew11
Nov 28 '18 at 2:52




Thank you sir, this is what I was looking for.
– Matthew11
Nov 28 '18 at 2:52




1




1




Your matrix $M(mathbf{v}, mathbf{s})$ also has the form of $mathbf{v} mathbf{s}^{rm T}$.
– Rócherz
Nov 28 '18 at 2:52






Your matrix $M(mathbf{v}, mathbf{s})$ also has the form of $mathbf{v} mathbf{s}^{rm T}$.
– Rócherz
Nov 28 '18 at 2:52






1




1




Actually, for a pair of vectors, this is called the outer product. The Kronecker product is a generalization of it to matrices.
– amd
Nov 28 '18 at 2:58




Actually, for a pair of vectors, this is called the outer product. The Kronecker product is a generalization of it to matrices.
– amd
Nov 28 '18 at 2:58












Yes it seems you are correct Mr. Amd, thank you for the clarification.
– Matthew11
Nov 28 '18 at 3:09




Yes it seems you are correct Mr. Amd, thank you for the clarification.
– Matthew11
Nov 28 '18 at 3:09










1 Answer
1






active

oldest

votes


















1














Let $mathbf{v} =begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}$ and $mathbf{s} =begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix}$. Define
$$M(mathbf{v}, mathbf{s}) =begin{bmatrix} v_1mathbf{s} \ v_2mathbf{s} \ v_3mathbf{s} end{bmatrix} = begin{bmatrix} v_1s_1 &v_1s_2& v_1s_3 \ v_2s_1 & v_2s_2 & v_2s_3 \ v_3s_1 & v_3s_2 & v_3s_3end{bmatrix}.$$
Your matrix $M(mathbf{v}, mathbf{s})$ happens to be algebraically equal to these expressions:




  • the outer product $mathbf{v} mathbf{s}^{rm T}$,

  • the unnamed product $mathbf{v} operatorname{diag}(mathbf{s})$ where $operatorname{diag}(mathbf{s})$ is a diagonal matrix with the entries of $mathbf{s}$ along the diagonal, and

  • a Kronecker matrix product of the form $mathbf{v} otimes mathbf{s}^{rm T}$.






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%2f3016632%2fis-there-a-name-for-this-multiplication-table-operation-of-vectors%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









    1














    Let $mathbf{v} =begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}$ and $mathbf{s} =begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix}$. Define
    $$M(mathbf{v}, mathbf{s}) =begin{bmatrix} v_1mathbf{s} \ v_2mathbf{s} \ v_3mathbf{s} end{bmatrix} = begin{bmatrix} v_1s_1 &v_1s_2& v_1s_3 \ v_2s_1 & v_2s_2 & v_2s_3 \ v_3s_1 & v_3s_2 & v_3s_3end{bmatrix}.$$
    Your matrix $M(mathbf{v}, mathbf{s})$ happens to be algebraically equal to these expressions:




    • the outer product $mathbf{v} mathbf{s}^{rm T}$,

    • the unnamed product $mathbf{v} operatorname{diag}(mathbf{s})$ where $operatorname{diag}(mathbf{s})$ is a diagonal matrix with the entries of $mathbf{s}$ along the diagonal, and

    • a Kronecker matrix product of the form $mathbf{v} otimes mathbf{s}^{rm T}$.






    share|cite|improve this answer


























      1














      Let $mathbf{v} =begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}$ and $mathbf{s} =begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix}$. Define
      $$M(mathbf{v}, mathbf{s}) =begin{bmatrix} v_1mathbf{s} \ v_2mathbf{s} \ v_3mathbf{s} end{bmatrix} = begin{bmatrix} v_1s_1 &v_1s_2& v_1s_3 \ v_2s_1 & v_2s_2 & v_2s_3 \ v_3s_1 & v_3s_2 & v_3s_3end{bmatrix}.$$
      Your matrix $M(mathbf{v}, mathbf{s})$ happens to be algebraically equal to these expressions:




      • the outer product $mathbf{v} mathbf{s}^{rm T}$,

      • the unnamed product $mathbf{v} operatorname{diag}(mathbf{s})$ where $operatorname{diag}(mathbf{s})$ is a diagonal matrix with the entries of $mathbf{s}$ along the diagonal, and

      • a Kronecker matrix product of the form $mathbf{v} otimes mathbf{s}^{rm T}$.






      share|cite|improve this answer
























        1












        1








        1






        Let $mathbf{v} =begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}$ and $mathbf{s} =begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix}$. Define
        $$M(mathbf{v}, mathbf{s}) =begin{bmatrix} v_1mathbf{s} \ v_2mathbf{s} \ v_3mathbf{s} end{bmatrix} = begin{bmatrix} v_1s_1 &v_1s_2& v_1s_3 \ v_2s_1 & v_2s_2 & v_2s_3 \ v_3s_1 & v_3s_2 & v_3s_3end{bmatrix}.$$
        Your matrix $M(mathbf{v}, mathbf{s})$ happens to be algebraically equal to these expressions:




        • the outer product $mathbf{v} mathbf{s}^{rm T}$,

        • the unnamed product $mathbf{v} operatorname{diag}(mathbf{s})$ where $operatorname{diag}(mathbf{s})$ is a diagonal matrix with the entries of $mathbf{s}$ along the diagonal, and

        • a Kronecker matrix product of the form $mathbf{v} otimes mathbf{s}^{rm T}$.






        share|cite|improve this answer












        Let $mathbf{v} =begin{bmatrix} v_1 \ v_2 \ v_3 end{bmatrix}$ and $mathbf{s} =begin{bmatrix} s_1 \ s_2 \ s_3 end{bmatrix}$. Define
        $$M(mathbf{v}, mathbf{s}) =begin{bmatrix} v_1mathbf{s} \ v_2mathbf{s} \ v_3mathbf{s} end{bmatrix} = begin{bmatrix} v_1s_1 &v_1s_2& v_1s_3 \ v_2s_1 & v_2s_2 & v_2s_3 \ v_3s_1 & v_3s_2 & v_3s_3end{bmatrix}.$$
        Your matrix $M(mathbf{v}, mathbf{s})$ happens to be algebraically equal to these expressions:




        • the outer product $mathbf{v} mathbf{s}^{rm T}$,

        • the unnamed product $mathbf{v} operatorname{diag}(mathbf{s})$ where $operatorname{diag}(mathbf{s})$ is a diagonal matrix with the entries of $mathbf{s}$ along the diagonal, and

        • a Kronecker matrix product of the form $mathbf{v} otimes mathbf{s}^{rm T}$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 28 '18 at 3:15









        Rócherz

        2,7762721




        2,7762721






























            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%2f3016632%2fis-there-a-name-for-this-multiplication-table-operation-of-vectors%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

            How do I know what Microsoft account the skydrive app is syncing to?

            When does type information flow backwards in C++?

            Grease: Live!