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

polarizedRing -- returns the polarized ring of a NeuralCode

Description

Return the polarized ring of a neural code, i.e. a ring with 2n variables, where n is the dimension of the neural code.
i1 : C=neuralCode({"000","001","101"});
i2 : polarizedRing(C)

     ZZ
o2 = --[x ..y ]
      2  1   3

o2 : PolynomialRing
i3 : D=neuralCode({"00","10","11"},"z","w");
i4 : polarizedRing(D)

     ZZ
o4 = --[z ..z , w ..w ]
      2  1   2   1   2

o4 : PolynomialRing

Ways to use polarizedRing:

  • polarizedRing(NeuralCode)

For the programmer

The object polarizedRing is a method function.


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