source: git/Tst/Buch/Example_1_8_19.tst @ c23373

fieker-DuValspielwiese
Last change on this file since c23373 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 255 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4
5ring A=0,(x,y),dp;
6poly f=x4-y4;
7poly f1=x2+y2;
8poly f2=x2-y2;
9LIB"algebra.lib";
10algDependent(ideal(f,f1,f2))[1];
11ring B=0,(u,v,w),dp;
12setring A;
13ideal zero;
14map phi=B,f,f1,f2;
15setring B;
16preimage(A,phi,zero);
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.