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

spielwiese
Last change on this file since 107aac was 511c38, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: new libs git-svn-id: file:///usr/local/Singular/svn/trunk@7865 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 247 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"homolog.lib";
5
6proc flatLocus1(matrix M)
7{
8  list l=mres(M,2);
9  return(Ann(Ext(1,M,l[2])));
10}
11ring R=0,(x,y,z),dp;
12qring S=std(xyz);
13matrix M[3][3]=x,y,z,0,0,0,xyz,x3,z3;
14print(M);
15
16flatLocus1(M);
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.