Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I'm trying to define each result of my matrix, i guess it isn't complicate but I didn't find anything about it.
Solved! Go to Solution.
Two options:
If you just want to sum the diagonal, then one way of doing it is to extract the diagonal and sum it
Alternatively, you could simply take the trace:
Stuart