| Author |
Comment/Response |
Gene Tunny
|
08/27/00 7:08pm
I want the outer product of a square matrix A with dimensions m*m and an identity matrix with dimensions n*n. When I enter:
Outer[Times,A,IdentityMatrix[n]]
I get a Tensor object with a Tensor rank of 4, when what I really want is a matrix with dimensions (m*n,m*n). Does anyone know a simple way to convert the tensor object into a matrix?
Cheers,
Gene Tunny.
URL: , |
|