source: git/Tst/Short/modstd.tst @ a866f1

spielwiese
Last change on this file since a866f1 was fe6d61, checked in by Hans Schoenemann <hannes@…>, 14 years ago
test fixed git-svn-id: file:///usr/local/Singular/svn/trunk@12864 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 253 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"modstd.lib";
5
6example pTestSB;
7example modStd;
8example modS;
9example modHenselStd;
10example deleteUnluckyPrimes;
11example isIncluded;
12ring r = 0, x(1..5), dp;
13ideal I = cyclic(5);
14ideal I2 = modStd(I);
15I2;
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.