| Is there a command in sage to compute the tensor product of two Matrices coming from Algebra representations? In groups, x(v tensor w) = xv tensor xw, and the sage command Matrix1.tensor_product(Matrix2) appears to give the matrix corresponding to this. But in an algebra x(v tensor w) = xv tensor w + v tensor xw. How can I compute the corresponding matrix here? |
| Hi, If M1 is your first matrix (of dimension n1) and M2 is your second matrix (of dimension n2), then the answer should be: Vincent |
Asked: May 03 '11
Seen: 269 times
Last updated: Aug 03 '12
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.