Say I have an equation $A = B \otimes C$, where $\otimes$ is the Kronecker product. A, B, C are all square, A tends to be large and C is 4x4. If I know A and C, is there a way to recover B?
I've seen another question that deals with the case where both B and C are not known, but not exactly this case. I also know that scilab has left and right Kronecker division operators, but I don't think they do this operation either.