what will be the formula for trace(T)?

$\begingroup$

Let $M_n(K)$ denote the space of all $n\times n$ matrices with entries in a field $K$. Fix a non-singular matrix $A=(A_{ij})\in M_n(K)$, and consider the linear map $T:M_n(K)\to M_n(K)$ given by: $$T(X)=AX$$ Then:

  1. trace $(T)$ = $n\times\sum_{i=1}^nA_{ii}$

  2. trace $(T)$ = $\sum_{i=1}^n$$\sum_{j=1}^nA_{ij}$

I have proved that option 1 is true when we take $A$ and $X$ as $2\times 2$ matrix, but for a matrix of order $n$, I cannot understand how to prove it, can anyone help me to solve it out? Thanks.

$\endgroup$

1 Answer

$\begingroup$

The trace of $T$ is the trace of the Kronecker product $I\otimes A$, therefore it should be $\sum_{i=1}^n\sum_{j=1}^na_{jj}=n\operatorname{trace}(A)$.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like