source: git/Tst/Short/modulo_s.tst @ 5ebd4bc

spielwiese
Last change on this file since 5ebd4bc was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 323 bytes
Line 
1LIB "tst.lib";
2tst_init();
3//------------------------------------------
4ring r;
5matrix A[3][4]=1;
6module ma=module(A);
7ma;
8module mi=x*gen(1);
9module ml=lift(ma,mi);
10ma;
11//------------------------------------------
12matrix A[3][4]=1;
13matrix B[3][2]=0,x,y;
14modulo(A,B);
15syz(A)+module(lift(A,intersect(A,B)));
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.