source: git/Tst/Old/sud3.tst @ 2efb0e

spielwiese
Last change on this file since 2efb0e was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 382 bytes
Line 
1LIB "deform.lib";
2option(prot);
3ring r4=32003,(w(1..9),x,y,z),(dp);
4ideal i=
5w(1)-z,w(2)-xz,w(3)-x2z,w(4)-yz,w(5)-xyz,w(6)-x2yz,w(7)-y2z,w(8)-xy2z,w(9)-y3z;
6ideal j;
7j=eliminate(i,xyz);
8ring rr=32003,(w(1..9)),dp;
9ideal j=imap(r4,j);
10//a fat point!!   T1=1,T2=6;  A^2=0 ";
11int time=timer;
12miniversal(j);   
13setring Ont;
14jetF;jetJ;
15"time";timer-time;
16LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.