source: git/Tst/Buch/Example_3_1_6.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: 339 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring A  =0,(x,y,z,a,b,c),lp;
5ideal M =a-(xy)^3-x2-z,b-y2+1,c-z3,xy;
6ideal SM=std(M);
7lead(SM);
8kill A;
9
10ring  B=0,(x,y,z),dp;
11ideal I=x-zy;
12LIB"surf.lib";
13//plot(I);
14
15LIB"algebra.lib";
16ring A=0,(u,v),dp;
17setring B;
18map phi1=A,x,y;
19mapIsFinite(phi1,A,I);
20
21map phi2=A,y,z;
22mapIsFinite(phi2,A,I);
23
24tst_status(1);$
Note: See TracBrowser for help on using the repository browser.