Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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