next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
AnalyzeSheafOnP1
::
isNZD
isNZD -- tests whether a ring element is a non zerodivisor on a module
Synopsis
Usage:
t = isNZD(X,M)
Inputs:
X
,
a
ring element
M
,
a
module
Outputs:
t
,
a
Boolean value
Description
returns true if "0 == ker (X*id
M
)"
Ways to use
isNZD
:
isNZD(RingElement,Module)