Ask Your Question

ChrisBerg's profile - activity

2015-01-25 04:12:20 +0200 received badge  Famous Question (source)
2013-04-15 22:47:33 +0200 received badge  Notable Question (source)
2012-08-29 15:17:16 +0200 received badge  Popular Question (source)
2011-05-03 11:06:56 +0200 asked a question Tensor Product of Two Matrices coming from Algebra Representations

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?