source: git/Tst/Buch/Example_2_8_1.tst @ 107aac

spielwiese
Last change on this file since 107aac was 22e3fe8, checked in by Hans Schönemann <hannes@…>, 23 years ago
*GP: add.. git-svn-id: file:///usr/local/Singular/svn/trunk@5592 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 239 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R=0,(x,y,z),(c,dp);
5module M=[-z,-y,x+y,x],[yz+z2,yz+z2,-xy-y2-xz-z2];
6vector v=[-xz-z2,-xz+z2,x2+xy-yz+z2];
7reduce(v,std(M));
8
9v=M[1]-x5*M[2];
10v;
11
12reduce(v,std(M));
13
14syz(v+M);
15
16lift(M,v);
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.