Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
rings
»
substitution and maps between rings
»
RingMap
»
kernel(RingMap)
»
kernel(...,SubringLimit=>...)
next | previous |
forward
|
backward
|
up
|
index
|
toc
kernel(...,SubringLimit=>...) -- stop after finding enough elements of a subring
Description
SubringLimit => n
-- an option for
kernel
which causes the computation of the kernel of a ring map to stop after
n
elements have been discovered.
Functions with optional argument named
SubringLimit
:
gb(...,SubringLimit=>...)
-- see
gb
-- compute a Gröbner basis
kernel(...,SubringLimit=>...)
-- stop after finding enough elements of a subring
Further information
Default value:
infinity
Function:
kernel
-- kernel of a map
Option key:
SubringLimit
-- an optional argument
The source of this document is in
Macaulay2Doc/functions/kernel-doc.m2:80:0
.