ring r=32003,(x,y,z),ds; poly f=x2+y+z3; vector v=[2*x^10,f]; leadcoef(f); leadcoef(v); LIB "tst.lib";tst_status(1);$