What is the notation for the Kronecker product of a matrix and itself?
In other words, is there a short-hand way I can express the following:
- $X⊗X$
- $X⊗X⊗X$
- $X⊗X⊗X⊗X$
Where $X$ is a matrix?
What I am looking for is analogous to the following when using the multiplication operator:
- $x$ x $x$ = $x^2$
- $x$ x $x$ x $x$ = $x^3$
- $x$ x $x$ x $x$ x $x$ = $x^4$
@IanColey suggests: $X^{⊗n}$
is this correct?