For A, B such that AB is square, prove trAB = trBA.

參考資料:https://math.vanderbilt.edu/sapirmv/msapir/prtrace.html


Here is the theorem about traces.

 Theorem. The following properties of traces hold:

  1. tr(A+B)=tr(A)+tr(B)
  2. tr(kA)=k tr(A)
  3. tr(AT)=tr(A)
  4. tr(AB)=tr(BA)

 Proof. Properties 1,2 and 3 immediately follow from the definition of the trace. Let us prove the fourth property:

The trace of AB is the sum of diagonal entries of this matrix. By the definition of the product of two matrices, these entries are:

               A(1,1)B(1,1)+A(1,2)B(2,1)+...+A(1,n)B(n,1),
               A(2,1)B(1,2)+A(2,2)B(2,2)+...+A(2,n)B(n,2),
               ..........................................
               A(m,1)B(1,m)+A(m,2)B(2,m)+...+A(m,n)B(n,m)

Then the trace of AB is the sum of all these n2 products. We can compute the sum of these products in a different way: first compute the sum of the products in each column and then take the sum of these sums:

               A(1,1)B(1,1)+A(2,1)B(1,2)+...+A(m,1)B(1,m)+
               A(1,2)B(2,1)+A(2,2)B(2,2)+...+A(m,2)B(2,m)+
               ...........................................
               A(1,n)B(n,1)+A(2,n)B(n,2)+...+A(m,n)B(n,m)

But this is exactly the trace of BA (the sum in the first row is the first diagonal entry of BA, the sum in the second row is the second diagonal entry, etc.):

               
               A(1,1)B(1,1)+A(2,1)B(1,2)+...+A(m,1)B(1,m),
               A(1,2)B(2,1)+A(2,2)B(2,2)+...+A(m,2)B(2,m),
               ...........................................
               A(1,n)B(n,1)+A(2,n)B(n,2)+...+A(m,n)B(n,m)

So indeed tr(AB)=tr(BA).


發佈了66 篇原創文章 · 獲贊 216 · 訪問量 110萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章