Searching for orthogonal matrices with some property

50 Views Asked by At

I am searching for orthogonal matrices $A$ with the property

$$|A|_F^2 = \deg( \chi_A(t) ) = 2 \deg( m_A(t)), tr(A) = 1$$

where $\chi_A(t)$ is the characteristic polynomial and $m_A(t)$ is the minimal polynomial and $|.|_F$ is the Frobenius norm. For some $n \in \mathbb{N}$, I have already found a matrix $A_n$ with this property, but now I am asking myself how to construct or find other matrices with this property.

If it helps: The matrices I am considering are defined as follows: The matrix $A_n$ for a natural number $n$ is defined as $A_n = \oplus_{d|n} Z_d$ where $Z_d$ is a circulant matrix with $0/1$ which is defined on Wikipedia as $Z$. If $n$ is a perfect number then one has the additional property: $2\deg(m_{A_n}(t)) = \deg(\chi_{A_n}(t))$

The other properties are fullfilled for all $n$.

Any help is highly appreciated.

1

There are 1 best solutions below

2
On BEST ANSWER

Remember that a rotation matrix $$ R = \begin{pmatrix} \cos\theta & \sin\theta\\ -\sin\theta & \cos\theta \end{pmatrix} $$ has $\exp(i\theta)$ and $\exp(-i\theta)$ as eigenvalues. Suppose now that $tr(R) = 2\cos\theta=1/2$. Such a $\theta$ is not a rational multiple of $\pi$, so $\exp(i\theta)$ is different from any eigenvalue of $Z_n$.

For any $n\ne 1$, the matrix $A = R\oplus R\oplus Z_n \oplus Z_n$ satisfies all your conditions, since $tr(A)=2 tr(R) = 1$.