Macaulay2 » Documentation
Packages » Triplets :: conj(List,ZZ)
next | previous | forward | backward | up | index | toc

conj(List,ZZ) -- conjugate of degree sequence

Synopsis

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

Ways to use this method: