source: git/Tst/Short/modulo_s.tst @ b6c1a2

spielwiese
Last change on this file since b6c1a2 was b1ac99, checked in by Thomas Siebert <siebert@…>, 26 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@1529 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 309 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)));
16$
Note: See TracBrowser for help on using the repository browser.