Skip to main content
12-Amethyst
September 22, 2022
Solved

fill in matrix element from another element in same matrix

  • September 22, 2022
  • 2 replies
  • 1071 views

I'm building a matrix where the off-diagonals are equal (e.g. M(1,3) = M(3,1) etc.).   Is there a way to reference the M(1,3) to populate the M(3,1) element?

 

That way I would just need to populate the diagonal and upper triangle and below the diagonal would be completed.

 

thanks,

russ

Best answer by LucMeekes

My two cents:

LucMeekes_0-1663838522682.png

Success!
Luc

2 replies

25-Diamond I
September 22, 2022

A tiny user-defined function may do the job:

Werner_E_1-1663814074733.png

 

 

 

LucMeekes23-Emerald IVAnswer
23-Emerald IV
September 22, 2022

My two cents:

LucMeekes_0-1663838522682.png

Success!
Luc