source: git/Tst/Short/reduce_s.tst @ 29fc843

spielwiese
Last change on this file since 29fc843 was 5dab69, checked in by Olaf Bachmann <obachman@…>, 23 years ago
added test for reduce(...,2) git-svn-id: file:///usr/local/Singular/svn/trunk@4971 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 248 bytes
Line 
1ring r = 32003, (x,y), ds;
2poly p = y2+y3+x2y2;
3ideal i = y2+x10y, x22;
4ideal j = std(i);
5// noether = x30;
6reduce(p, j, 2);
7reduce(p, j, 1);
8reduce(p,j);
9reduce(p - reduce(p, j, 2), j);
10reduce(p - reduce(p, j), j);
11
12LIB "tst.lib"; tst_status(1);$
Note: See TracBrowser for help on using the repository browser.