source: git/Tst/Manual/zeroSet.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 291 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "zeroset.lib";
3ring R = (0,a), (x,y,z), lp;
4minpoly = a2 + 1;
5ideal I = x2 - 1/2, a*z - 1, y - 2;
6def T = zeroSet(I);
7setring T;
8minpoly;
9newA;
10id;
11theZeroset;
12map F1 = basering, theZeroset[1];
13map F2 = basering, theZeroset[2];
14F1(id);
15F2(id);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.