powered by
A_x_B() function gives A Kronecker product B
A_x_B(A,B)
returns the matrix A Kronecker product B, \(A\otimes B \)
A matrix.
A=matrix(rep(1,6),3,2) B=matrix(seq(1,8),2,4 ) A_x_B(A,B)
Run the code above in your browser using DataLab