source: git/Tst/Buch/Example_2_8_4.tst @ 891438c

spielwiese
Last change on this file since 891438c was 891438c, checked in by Gerhard Pfister <pfister@…>, 23 years ago
*GP: initial release git-svn-id: file:///usr/local/Singular/svn/trunk@5579 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 311 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R=0,(x,y,z),(c,dp);
5ideal K=x2y2-xyz2;
6qring S=std(K);
7module V=[x2,xy,y2],[xy,xz,yz];
8matrix M[3][2]=x,y,zx,zy,y2,z2;
9module N=M[1],M[2],V[1],V[2];
10module Re=syz(N);
11module Ker;
12int i;
13for(i=1;i<=size(Re);i++){Ker=Ker+Re[i][1..2];}
14Ker;
15
16reduce(M*Ker,std(V));
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.