A_x_B() function gives A Kronecker product B
A_x_B(A,B)
A
A matrix.
B
A_x_B(A
B)
returns the matrix A Kronecker product B, A\otimes B
A\otimes B
A=matrix(rep(1,6),3,2) B=matrix(seq(1,8),2,4 ) A_x_B(A,B)