Macaulay2 » Documentation
Packages » CoincidentRootLoci :: isInCoisotropic(Ideal,CoincidentRootLocus)
next | previous | forward | backward | up | index | toc

isInCoisotropic(Ideal,CoincidentRootLocus) -- test membership in a coisotropic hypersurface

Synopsis

Description

i1 : X = coincidentRootLocus({2,2,1},ZZ/101)

o1 = CRL(2,2,1;ZZ/101)

o1 : Coincident root locus
i2 : I = randomInCoisotropic(X,1)

             3 2      2 3        4      5   4        2 3       4      5   5  
o2 = ideal (t t  + 42t t  + 32t t  - 32t , t t  + 14t t  + 4t t  - 44t , t  -
             0 1      0 1      0 1      1   0 1      0 1     0 1      1   0  
     ------------------------------------------------------------------------
        2 3        4      5
     40t t  - 18t t  - 36t )
        0 1      0 1      1

               ZZ
o2 : Ideal of ---[t ..t ]
              101  0   1
i3 : isInCoisotropic(I,X)

o3 = true

See also

Ways to use this method: