source: git/Tst/Old/alex1.tst @ 46976a6

spielwiese
Last change on this file since 46976a6 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: 423 bytes
Line 
1test(0);
2"========= Beipiel Alex1 =============";
3"=== elem 43, dim 1, mult 899 ========";
4//=== 15: 1 min
5//=== 17:  1 min 12 sec
6//=== -,11,12: 48 sec
7//=== 3 15: 38 sec
8//=== 3 17: 37 sec
9
10ring a1=32003,(t, x, y, z),dp;
11ideal i=9x8+y7t3z4+5x4y2t2+2xy2z3t2,
12        9y8+7xy6t+2x5y4t2+2x2yz3t2,
13        9z8+3x2y3z2t4;
14ideal i0=std(i);
15;
16";elem:",size(i0);
17degree(i0);
18i0;
19kill i,i0;
20kill a1;
21LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.