Macaulay2 » Documentation
Packages » TorAlgebra :: torAlgDataPrint
next | previous | forward | backward | up | index | toc

torAlgDataPrint -- print invariants of a local ring

Synopsis

Description

Extracts data from the hash table returned by torAlgData. It is also possible to call the function on the defining ideal of R; see torAlgDataPrint(Ideal,List).

i1 : Q = QQ[x,y,z];
i2 : R = Q/ideal(x*y,y*z,x^3,x^2*z,x*z^2-y^3,z^3);
i3 : torAlgDataPrint( R, {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 torAlgDataPrint :

For the programmer

The object torAlgDataPrint is a method function.