next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
GlicciPointsInP3 :: isEven

isEven -- Is L the class of an even permutation?

Synopsis

Description

i1 : isEven({4,1,1})

o1 = false
i2 : isEven({3,3})

o2 = true

Ways to use isEven :

  • isEven(List)
  • isEven(Partition)