see i -- return a string which displays the engine object whose handle
is the integer i.
see X -- return a string which displays the engine object corresponding
to the ring, matrix, module, or ring element X.
i1 : R = ZZ/101[x,y,z] |
i2 : see R |
i3 : see (x+1)^6 |
i4 : see handle (x*y*z) |
i5 : see 0 |
Ways to use see :