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

fieker-DuValspielwiese
Last change on this file since a987ca was f051887, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: modstd.tst git-svn-id: file:///usr/local/Singular/svn/trunk@12108 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 368 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"modstd.lib";
5
6example pTestSB;
7example primList;
8example modStd;
9example modS;
10example deleteUnluckyPrimes;
11example liftPoly;
12example liftPoly1;
13example Farey;
14example chineseR;
15example pStd;
16example transmat;
17example fareyMatrix;
18example MmodN;
19ring r = 0, x(1..5), dp;
20ideal I = cyclic(5);
21ideal I2 = modStd(I);
22I2;
23
24tst_status(1);$
Note: See TracBrowser for help on using the repository browser.