source: git/Tst/Old/alex1.tst @ b35b93

spielwiese
Last change on this file since b35b93 was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 395 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;
21$
Note: See TracBrowser for help on using the repository browser.