source:
git/Tst/Manual/letterplace_std.tst
@
4b79c7b
Last change on this file since 4b79c7b was 4b79c7b, checked in by , 5 years ago | |
---|---|
|
|
File size: 205 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; tst_init(); |
2 | LIB "freegb.lib"; |
3 | ring r = 0,(x,y,z),Dp; |
4 | int degree_bound = 5; |
5 | def R = freeAlgebra(r,5); |
6 | setring R; |
7 | ideal I = -x*y-7*y*y+3*x*x, x*y*x-y*x*y; |
8 | ideal J = std(I); |
9 | J; |
10 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.