Tr
Tr(matrix)computes the trace of the
matrix.
See
Examples
>> Tr({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}})15Symbolic trace:
>> Tr({{a, b, c}, {d, e, f}, {g, h, i}})a+e+iImplementation status
- ✅ - full supported
Tr(matrix)computes the trace of the
matrix.
See
>> Tr({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}})15Symbolic trace:
>> Tr({{a, b, c}, {d, e, f}, {g, h, i}})a+e+i