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

polarizedCanonicalIdeal -- polarized ideal generated by the canonical form

Description

A method that returns the ideal generated by the polarized canonical form of a neural code or neural ideal.
i1 : C=neuralCode({"00","10"});
i2 : polarizedCanonicalIdeal(C)

o2 = ideal x
            2

              ZZ
o2 : Ideal of --[x ..y ]
               2  1   2
i3 : R=ZZ/2[x_1,x_2];
i4 : I=ideal(x_1*x_2);

o4 : Ideal of R
i5 : S=ZZ/2[x_1,x_2,y_1,y_2];
i6 : polarizedCanonicalIdeal(I,S)

o6 = ideal(x x )
            1 2

o6 : Ideal of S

Ways to use polarizedCanonicalIdeal:

  • polarizedCanonicalIdeal(Ideal)
  • polarizedCanonicalIdeal(Ideal,Ring)
  • polarizedCanonicalIdeal(NeuralCode)

For the programmer

The object polarizedCanonicalIdeal is a method function.


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