source: git/Tst/Manual/realrad.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 271 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "realrad.lib";
3ring r1=0,(x,y,z),lp;
4//dimension 0
5ideal i0=(x2+1)*(x3-2),(y3-2)*(y2+y+1),z3+2;
6//dimension 1
7ideal i1=(y3+3y2+y+1)*(y2+4y+4)*(x2+1),(x2+y)*(x2-y2)*(x2+2xy+y2)*(y2+y+1);
8ideal i=intersect(i0,i1);
9realrad(i);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.