next | previous | forward | backward | up | top | index | toc | home

Module ** Ring -- tensor product

Synopsis

Description

M ** R -- form the tensor product of a module M with a ring R.

The ring of M should be a base ring of R.

i1 : R = ZZ/101[x,y];
i2 : M = coker vars R

o2 = cokernel | x y |

                            1
o2 : R-module, quotient of R
i3 : M ** R[t]

o3 = cokernel | x y |

       ZZ                                   ZZ            1
o3 : (--- [x, y])[t]-module, quotient of ((--- [x, y])[t])
      101                                  101