source: git/Tst/Manual/closed_points.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: 210 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "brnoeth.lib";
3ring s=2,(x,y),lp;
4// this is just the affine plane over F_4 :
5ideal I=x4+x,y4+y;
6list L=closed_points(I);
7// and here you have all the points :
8L;
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.