TensorProductCategory(R, M, N)ΒΆ
tensor.spad line 19 [edit on github]
Category of tensor products of modules over commutative rings.
- 0: %
from AbelianMonoid
- *: (%, R) -> %
from RightModule R
- *: (Integer, %) -> %
from AbelianGroup
- *: (NonNegativeInteger, %) -> %
from AbelianMonoid
- *: (PositiveInteger, %) -> %
from AbelianSemiGroup
- *: (R, %) -> %
from LeftModule R
- +: (%, %) -> %
from AbelianSemiGroup
- -: % -> %
from AbelianGroup
- -: (%, %) -> %
from AbelianGroup
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- latex: % -> String
from SetCategory
- opposite?: (%, %) -> Boolean
from AbelianMonoid
- sample: %
from AbelianMonoid
- subtractIfCan: (%, %) -> Union(%, failed)
- tensor: (M, N) -> %
tensor(x, y)
constructs the tensor product of the elementsx
andy
.
- zero?: % -> Boolean
from AbelianMonoid
BiModule(R, R)
Module R