Macaulay2 » Documentation
Packages » Triangulations :: chirotope
next | previous | forward | backward | up | index | toc

chirotope -- compute the chirotope of a point or vector configuration

Description

Computes the chirotope by calling chirotopeString. The String form is a thin wrapper that lets you construct a Chirotope from an already-computed topcom string -- useful when caching results.

i1 : A = transpose matrix {{0,3},{0,1},{-1,-1},{1,-1},{-4,-2},{4,-2}}

o1 = | 0 0 -1 1  -4 4  |
     | 3 1 -1 -1 -2 -2 |

              2       6
o1 : Matrix ZZ  <-- ZZ
i2 : C = chirotope A

o2 = Chirotope{cache => CacheTable{}         }
               String => 6,3:
                         -+-++-+-+++-+-++--++


o2 : Chirotope
i3 : toString C

o3 = 6,3:
     -+-++-+-+++-+-++--++

See also

Ways to use chirotope:

  • chirotope(Matrix)
  • chirotope(String)

For the programmer

The object chirotope is a method function with options.


The source of this document is in Triangulations.m2:2806:0.