next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
SpecialFanoFourfolds
::
isAdmissible
isAdmissible -- whether an integer is admissible
Synopsis
Usage:
isAdmissible d
Inputs:
d
,
an
integer
Outputs:
a
Boolean value
, wheter
d
is admissible, i.e., it is an even integer
d>6
which is not divisible by 4, 9 or any odd prime congruent to 2 modulo 3
Description
i1 : select(100,isAdmissible) o1 = {14, 26, 38, 42, 62, 74, 78, 86, 98} o1 : List
Ways to use
isAdmissible
:
isAdmissible(SpecialCubicFourfold)
isAdmissible(ZZ)