Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7399097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:00:49+00:00 2026-05-29T04:00:49+00:00

I need to obtain a matrix vvT formed by a column vector v .

  • 0

I need to obtain a matrix vvT formed by a column vector v. i.e. the column vector v matrix times its transpose.

I found Mathematica doesn’t support column vector. Please help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T04:00:49+00:00Added an answer on May 29, 2026 at 4:00 am

    Does this do what you want?

    v = List /@ Range@5;
    vT = Transpose[v];
    vvT = v.vT;
    
    v // MatrixForm
    vT // MatrixForm
    vvT // MatrixForm
    

    Mathematica graphics

    To get {1, 2, 3, 4, 5} into {{1}, {2}, {3}, {4}, {5}} you can use any of:

    List /@ {1, 2, 3, 4, 5}
    
    { {1, 2, 3, 4, 5} }\[Transpose]
    
    Partition[{1, 2, 3, 4, 5}, 1]
    

    You may find one of these more convenient than the others. Usually on long lists you will find Partition to be the fastest.

    Also, your specific operation can be done in different ways:

    x = {1, 2, 3, 4, 5};
    
    Outer[Times, x, x]
    

    Syntactically shortest:

    {Range@5}; %[Transpose].%

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to obtain the Handle to a process using its Image Name so
I need to obtain CPU information on Android. After some research, I found out
Please i need you help my script. I'm generating a new column, whereby a
I need to obtain the number of parameters a given block takes. For example:
I have written a small java application for which I need to obtain performance
I need to obtain the velocity of an android device, based on the accelerometer
I need to obtain the String for the file that is being uploaded from
I need to obtain the version of my Windows service programmatically and store it
I need to obtain the supplement of an angle. Exactly what I need to
I need to obtain a Social Security Number in my app, but I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.