Macaulay2 » Documentation
Packages » TorAlgebra :: torAlgDataPrint(Ideal,List)
next | previous | forward | backward | up | index | toc

torAlgDataPrint(Ideal,List) -- print invariants of a local ring

Synopsis

Description

Extracts data from the hash table returned by torAlgData.

i1 : Q = QQ[x,y,z];
i2 : I = ideal(x*y,y*z,x^3,x^2*z,x*z^2-y^3,z^3);

o2 : Ideal of Q
i3 : torAlgDataPrint( I, {c, e, h, m, n, Class, p, q, r} )

o3 = c=3 e=3 h=0 m=6 n=2 Class=G p=0 q=1 r=3 

Ways to use this method: