Find the sum of all values of such that atleast one pair of two matrices of order satisfies .
Note that and are matrices and not scalars.
Enter if no exists.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Taking trace of the matrices on both sides yields 0 on L.H.S. (since trace(AB)=trace(BA) ) and 'n' on the R.H.S.
The trace of AB is
Trace of BA is
This is infact the same sum, only rows and columns have been interchanged. So, trace(AB) = trace(BA)
Since traces differ on both sides, no solution exists.