source: git/Tst/Manual/resolve.tst @ 159ca3

fieker-DuValspielwiese
Last change on this file since 159ca3 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: 165 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resolve.lib";
3ring R=0,(x,y,z),dp;
4ideal J=x3+y5+yz2+xy4;
5list L=resolve(J,0);
6def Q=L[1][7];
7setring Q;
8showBO(BO);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.