Is there any known meaning of $$Tr(Tr A)$$ where A is a $n \times $n matrix
Asked
Active
Viewed 89 times
-2
-
1Trace is defined as the (scalar) sum of the elements in the main diagonal of a square matrix. Taking the trace of a scalar is meaningless unless you "cheat" and imagine it as a $1\times1$ square matrix. Then the trace is the scalar itself. – Scene May 04 '24 at 21:00
-
@Scene PPL even cheat in mathematics now – Blue Cat Blues May 04 '24 at 21:21
1 Answers
1
For all $A \in \mathbb{R}^{n \times n}$ it holds that
$$\mathsf{tr}\left( \mathsf{tr}\left( A \right) \right) = \mathsf{tr}\left( A \right)$$
The trace operator outputs a scalar and the trace of a scalar is a no-op.
msantama
- 1,480
-
1
-
-
1
-
-
Use the property that $\mathsf{tr}(cA) = c\mathsf{tr}(A)$ for any scalar $c$ – msantama May 04 '24 at 22:10
-
could you suggest something on "https://physics.stackexchange.com/q/812241/401303" this too – Ankush May 05 '24 at 18:25