Macaulay2 » Documentation
Packages » NeuralIdeals :: canonicalResolution
next | previous | forward | backward | up | index | toc

canonicalResolution -- canonical resolution of a neural code

Description

A method that returns the canonical resolution of a neural code, as in Gunturkun, Jeffries, Sun
i1 : C=neuralCode({"00","10","01"});
i2 : canonicalResolution(C)

      ZZ         1      ZZ         1
o2 = (--[x ..x ])  <-- (--[x ..x ])
       2  1   2          2  1   2
                        
     0                 1

o2 : Complex

Ways to use canonicalResolution:

  • canonicalResolution(NeuralCode)

For the programmer

The object canonicalResolution is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/NeuralIdeals.m2:978:0.