trace-operator
07-09-2022 || 17:32
Tags: #linear-algebra
trace-operator
Trace operator is the sum of all the diagonal entries of a matrix
Trace operator gives another way of writing frobenius-norm of a matrix
Properties of Trace operator:
- Trace operator is same for the transpose matrix
- In trace operator calculation, you can move the last factor to the first and the resulting value would be same. The resultant matrix should be square in that case
- The cyclic permutation holds even if the resulting matrix has different shape, like for
and ,
even if
- Trace of a scaler value is also a scaler