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} $
How to find an example of matrix $A$ that satisfies $A^{-1} = \frac{1}{n} A$, where $A = [a_{ij}]_{n \times n}$?
2
$\begingroup$
matrices
-
1Hint: if $A$ is the diagonal matrix $\alpha I$, what is $A^{-1}$? – 2012-11-27
-
0You said "$A\in n\times n$". I have never seen notations like this. Did you mean $A$ is an $n\times n$ matrix, or its entries are positive integers in $\{1,2,\ldots,n\}$, or something else? – 2012-11-27
-
0I meant that $A = [a_{ij}]_{n \times n}$ – 2012-11-27
3 Answers
1
Hadamard matrices all have this property.
3
The easiest way is to let $A$ be a multiple of the identity. These are easy to invert.
3
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.
-
0followup question: give counterexample that $AA = A^2$( $A \in n \times n$) – 2012-11-27
-
0@alvoutila: What is AA? – 2012-11-27
-
0$AA=A \cdot A$ where $\cdot$ is matrix product. – 2012-11-27
-
0$AA$ is always $A^2$. $A^2$ is shorthand for $AA$ so I'm not sure what you mean. – 2012-11-27
-
0to me $A^2= \left( \begin{array}{ccc} 1^2 & 1^2 & 1^2\\ 1^2 & i^2 & i^4\\ 1^2 & i^4 & i^8 \\ \end{array} \right) \neq A \cdot A $. – 2012-11-27
-
0Ok, please do not re-define existing notation without at least telling us what it means. There is no one who could've possibly guessed what you wanted $A^2$ to be. If you want your $"A^2"$ to equal $A$, then each entry needs to satisfy $a^2 = a$. Each entry therefore needs to be $0$ or $1$. – 2012-11-27