photo

Ben McSeveney


Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Creating a symmetric matrix from a single column vector
How do I create a symmetric matrix from a given column vector, e.g. [1 2 3; 2 1 2; 3 2 1] from [1; 2; 3]? I have a 84x1 colu...

circa 7 anni fa | 1 risposta | 0

1

risposta

Risposto
flip half of matrix over the diagonal to make a symmetric matrix
If I have a column vector e.g. 1 2 3 How do I quickly create a symmetric matrix i.e. [1 2 3; 2 1 2; 3...

circa 7 anni fa | 1