[Math] Problem related to positive definite , symmetric , skew symmetric matrix

linear algebra

Pick out the true statement(s):

  • (a) There exist $n \times n$ matrices with real entries such that $(I-(AB-BA))^n=0$.
  • (b) $A $ is a symmetric and positive definite $n\times n$ matrix then $(\operatorname{tr}(A))^n\ge n^n \det(A)$.
  • (c) Let $A$ be a $5 \times 5$ skew -symmetric matrix with real entries. Then $A$ is
    singular.

Best Answer

(a) If $C=AB-BA$ we see that $\operatorname{tr} C = 0$. If $(I-C)^n=0$, then $I-C$ is nilpotent and all eigenvalues are zero. Hence $\operatorname{tr} (I-C) = 0$, which implies that $\operatorname{tr}C = n$, a contradiction. Hence no such matrix can exist.

(b) The arithmetic and geometric means are related by ${x_1+...+x_n \over n} \ge \sqrt[n]{x_1\cdots x_n}$, which is equivalent to $(x_1+...+x_n)^n \ge n^n x_1\cdots x_n$. Since $\operatorname{tr} A = \lambda_1+\cdots + \lambda_n$ and $\det A = \lambda_1 \cdots \lambda_n$, we obtain the desired result.

(c) All eigenvalues of a skew symmetric matrix are imaginary. Since it is real and has odd dimension, it must have one real eigenvalue. The only number that is both real and imaginary is zero. Hence $A$ is singular.

Related Question