MATRIXTENSORPRODUCT (a,b)
- are any matrix test array.
Description
- This function gives the result of Kronecker product.
- Kronecker product is also called Tens or product.
- It is denoted by .
- This product is comparatively different from usual Matix multiplication.
- Given an m×n matrix A and a p×q matrix B, their Kronecker product C=A tensor B, also called their matrix direct product, is an (mp)×(nq) matrix .
- So