zeebek
- 27
- 0
I have a feeling that for any n x n non-trivial matrix A, trace(A*A) is always positive.
Is it true?
Is it true?
The discussion confirms that for any non-trivial n x n matrix A, the expression trace(A*A) is always non-negative. A counter-example initially proposed was the matrix A = \begin{bmatrix}0 & -1 \\ 1 & 0\end{bmatrix}, which actually results in A*A being the identity matrix I, yielding a trace of 2. The proof provided demonstrates that A*A is self-adjoint and positive semidefinite, leading to non-negative eigenvalues and thus a non-negative trace. The misunderstanding regarding the definition of A*A was clarified, affirming the original statement's validity.
PREREQUISITESMathematicians, students of linear algebra, and anyone interested in matrix theory and its applications in various fields such as physics and engineering.