Square matrix whose sum of squared elements equals 1.

156 Views Asked by At

I'm doing some applied work where I've come across examples that involve real valued square matrices that hold the following property, which expressed using tensor notation is

$$A_{ij}A_{ij} = 1$$

And equivalently with summation notation

$$\sum_{i=1}^N\sum_{j=1}^N A_{ij}*A_{ij}=1$$

Are such matrices known as anything special?