source: git/Tst/SBA/sba_int_6.tst @ 8d1432e

fieker-DuValspielwiese
Last change on this file since 8d1432e was 094031, checked in by Adi Popescu <adi_popescum@…>, 8 years ago
first version that seems to work trying to optimize it now
  • Property mode set to 100644
File size: 237 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r = (integer),(x,y,z),dp;
5ideal i = 35xz2+59z3+33xz+46z2,14x3+88xy2+74xy+59y2,71xyz+35xz2;
6ideal stdi = std(i);
7ideal sbai = sba(i,1,0);
8std(reduce(stdi,sbai));
9std(reduce(sbai,stdi));
10
11
12tst_status(1);
13$
Note: See TracBrowser for help on using the repository browser.