> Hi > > I was going through a book(on quantum computation) , which uses > tensor > products. I wanted to experiment with these tensor products. Is there > any function like tensor_product(), which will take 2 or more vectors > as input and return their tensor product? > > I tried to search but I couldn't find any. > > Sincerely > thanking you
Would tensor products of matrices do any good? Those recently got added (see http://www.sagemath.org:9002/sage_trac/ticket/2297 ) Otherwise, I have a (very basic) generic implementation, but it doesn't even do equality testing yet. - Robert --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
