next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Triplets
::
conj(List,ZZ)
conj(List,ZZ) -- conjugate of degree sequence
Synopsis
Function:
conj
Usage:
conj(D,n)
Inputs:
D
,
a
list
, a sequence of integers
n
,
an
integer
, an integer
Outputs:
a
list
, a sequence of integers
Description
Gives the sequence of integers n-d where d runs through D.
i1 : n = 5 o1 = 5
i2 : D = {2, 4,5} o2 = {2, 4, 5} o2 : List
i3 : conj(D,n) o3 = {0, 1, 3} o3 : List