I have the following two linear systems:
$$\begin{bmatrix} u_{11} & u_{12} \end{bmatrix} A = 0$$ $$\begin{bmatrix} u_{21} & u_{22} \end{bmatrix} B = 0$$
Both $A,B$ are $2 \times 2$ matrices with a non-trivial kernel.
Obviously I can treat $(u_{11}, u_{12}, u_{21}, u_{22})$ as a four-dimensional vector. However I'm interested in solutions that form a unitary matrix. In the case of a vector, if a linear system has a non-trivial kernel, then there is at least one solution with norm $1$.
More generally, if I consider a linear system: $$U T = 0$$ with $U$ as $n \times n$ matrix and $T$ as $n \times n \times n$ tensor, what are the conditions for a unitary solution to exist?
I'm not familiar with tensors and tensor linear systems, so references/notes on them are welcome.