Answer:
c. tr(AB) = tr(A)tr(B)
Explanation:
The trace of a matrix is only valid for a square matrix, that is a n by n matrix. The trace of a matrix is the sum of all its diagonal elements. The following properties of trace holds for a matrix A and B with size n by n and a real number c.
i) The trace sum of two matrix is equal to the sum of their individual traces. That is:
tr(A + B) = tr(A) + tr(B)
ii) The trace of the product of a scalar and a matrix is the same as the product of the scalar and the trace of the product, that is:
tr(cA) = ctr(A)
iii) The trace of a transpose of a matrix is equal to the trace of the matrix, that is:
iv) The trace of a product of matrix is given as:
tr(AB) = tr(BA)