Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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