I search for a matrix with matrix elements $a_{im}$ that match the following rule: $$ \sum_m a_{im}\,a_{jm}\,a_{km}\,a_{lm} = \begin{cases} \alpha \quad\text{if } i=j=k=l \\ \beta \quad \text{if }i=j\neq k=l \text{ or } i=k\neq j=l \text{ or } i=l\neq j=k \\ 0 \quad \text{otherwise} \end{cases} $$ Here $\alpha>0$ and $\beta>0$ are positive real numbers. The case $\alpha=\beta$ is allowed.
I know that if I use random numbers of the intervall $[-1,1]$ as matrix elements, the relation is approximately fulfilled if the matrix has many columns. This follows from the fact that the expectation value for a matrix element $
However, isn't it possible to create a matrix that exactly matches this relation? Or at least a matrix that approximately fulfilles this rule (but without random numbers that require a large number of columns)
I didn't make any further restrictions for the matrix, so it can be complex or whatever and I can replace individual $a_{im}$ with $a_{mi}$ or $a_{mi}^*$ in the rule. It doesn't matter.
Since an orthogonal (or unitary) matrix fulfills a similar law, I have the feeling that it should be possible...
– 2017-02-18