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 |
The object torAlgDataPrint is a method function.