Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
Solved! Go to Solution.
My two cents:
Success!
Luc