jengelh-datetimespielwiese
Last change
on this file since c2400ce was
c2400ce,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
More tests
|
-
Property mode set to
100644
|
File size:
234 bytes
|
Line | |
---|
1 | LIB "tst.lib"; tst_init(); |
---|
2 | |
---|
3 | ring r = integer,(v,w,t),dp; r; |
---|
4 | |
---|
5 | |
---|
6 | ideal J = 2v, wt, vt-3v; |
---|
7 | std(J); |
---|
8 | //_[1]=2v |
---|
9 | //_[2]=wt |
---|
10 | //_[3]=vt-3v |
---|
11 | NF( w*v, _); |
---|
12 | |
---|
13 | |
---|
14 | groebner(J); |
---|
15 | NF( w*v, _); |
---|
16 | |
---|
17 | // BUG: (w*v) is missing S( wt, vt-3v) = 3wv |
---|
18 | |
---|
19 | tst_status(1);$ |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.