source: git/Tst/Manual/assPrimes.tst @ 7bb006

spielwiese
Last change on this file since 7bb006 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: 220 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "assprimeszerodim.lib";
3ring R = 0,(a,b,c,d,e,f),dp;
4ideal I =
52fb+2ec+d2+a2+a,
62fc+2ed+2ba+b,
72fd+e2+2ca+c+b2,
82fe+2da+d+2cb,
9f2+2ea+e+2db+c2,
102fa+f+2eb+2dc;
11assPrimes(I);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.