next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: tensorAssociativity

tensorAssociativity -- associativity isomorphisms for tensor products

Description

tensorAssociativity(A,B,C) -- produces the isomorphism from A**(B**C) to (A**B)**C.

Currently implemented for modules, graded modules, and chain complexes.

See also

Ways to use tensorAssociativity :

For the programmer

The object tensorAssociativity is a method function.