0

The trace of a matrix is defined to be the sum of its diagonal matrix elements

$$ Tr(\Omega) = \sum_{i} \Omega_{ii} $$

Show that $Tr(\Omega \Lambda \theta) = Tr(\Lambda \theta \Omega) = Tr(\theta \Omega \Lambda).$ You may recall that $\Omega, \Lambda,$ and $\theta$ are linear operators.


When seeing the solution of this problem that's what I did not understand: $$Tr(\Omega \Lambda \theta) = \sum_{i}(\Omega \Lambda \theta)_{ii} = \sum_{i}\sum_{j}\sum_{k}\Omega_{ij}\Lambda_{jk}\theta_{ki} = \sum_{j}\sum_{k}\sum_{i}\Lambda_{jk}\theta_{ki}\Omega_{ij} = $$ $$ \sum_{j}(\Lambda\theta\Omega)_{jj} = Tr(\Lambda\theta\Omega)$$

May someone explain how these passages from an equality to the other happened? I have no clue.

Thank you in advance!

Victor Lins
  • 157
  • 6

1 Answers1

1

I think you can better understand the problem if you first make the case of two operators. If $A, B$ are linear operators and define $C = AB, \tilde{C} = BA$ then

\begin{equation*} Tr(C) = \sum_{i=1}^{n}c_{ii} = \sum_{i=1}^{n}\sum_{j=1}^{n}a_{ij}b_{ji} = \sum_{j=1}^{n}\sum_{i=1}^{n}b_{ji}a_{ij} = \sum_{j=1}^{n}\tilde{c}_{jj} = Tr(\tilde{C}) \end{equation*} the above implies that $Tr(AB) = Tr(C) = Tr(\tilde{C}) = Tr(BA)$.

Now define $A = \Omega$ and $B = \Lambda \theta$.