source: git/Tst/Manual/lead.tst @ 7161aca

fieker-DuValspielwiese
Last change on this file since 7161aca was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 210 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=32003,(x,y,z),(c,ds);
3  poly f=2x2+3y+4z3;
4  vector v=[2x10,f];
5  ideal i=f,z;
6  module m=v,[0,0,2+x];
7  lead(f);
8  lead(v);
9  lead(i);
10  lead(m);
11  lead(0);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.