How to find an example of matrix $A$ that satisfies $A^{-1} = \frac{1}{n} A$, where $A \in n \times n$? For example if $A= \left( \begin{array}{ccc} 1 & 1 & 1\\ 1 & i & i^2\\ 1 & i^2 & i^4 \\ \end{array} \right)$, then $A^{-1}=\frac{1}{3} \overline{A} $
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Your matrix satisfies the polynomial $A^2 - nI = 0$. Therefore the minimal polynomial of your matrix is either $A \pm \sqrt{n}I = 0$ where the only matrices which satisfy the criteria are $A=\pm\sqrt{n}I$ or the minimal polynomial splits as $(A+\sqrt{n}I)(A-\sqrt{n}I) = 0$. In this case, you can take any matrix similar to a diagonal matrix with $\pm\sqrt{n}$ on the diagonals. |
|||||||||||
|
|
The easiest way is to let $A$ be a multiple of the identity. These are easy to invert. |
|||
|
|
