|  |  D.5.17.2 printVariety Procedure from libraryschubert.lib(see  schubert_lib).
 
Example:Usage:
printVariety(V); V variety
Assume:
V is an abstract variety
Theory:
This is the print function used by Singular to print an abstract
variety.
 |  | LIB "schubert.lib";
ring r = 0,(h,e),wp(1,1);
ideal rels = he,h2+e2;
variety V = makeVariety(2,rels);
V;
==> A variety of dimension 2
==> 
 | 
 
 |