next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
module(Ring)
module(Ring) -- make or get a module
Synopsis
Function:
module
Usage:
module R
Inputs:
R
,
a
ring
Outputs:
a
module
, the free module of rank 1 over the ring R
Description
i1 : ZZ o1 = ZZ o1 : Ring
i2 : module ZZ 1 o2 = ZZ o2 : ZZ-module, free
Ways to use this method:
module(Ring)
-- make or get a module