photo

Ben McSeveney


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 6 Jahre vor | 1