source: git/Tst/New/stdZ.tst @ f7db36

spielwiese
Last change on this file since f7db36 was 83b334, checked in by Adi Popescu <adi_popescum@…>, 9 years ago
add tests (don't run them yet till i am ready with pshing all the changes into spielwiese)
  • Property mode set to 100644
File size: 239 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring r = integer,(v,w,t),dp; r;
3
4
5ideal J = 2v, wt, vt-3v;
6std(J);
7//_[1]=2v
8//_[2]=wt
9//_[3]=vt-3v
10NF( w*v, _);
11
12
13groebner(J);
14NF( w*v, _);
15
16// fixed BUG: (w*v) is missing  S( wt, vt-3v) = 3wv
17
18tst_status(1);$
19
Note: See TracBrowser for help on using the repository browser.