source: git/Tst/Short/modstd.tst @ 6b19d6

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