source: git/Tst/New/trans_ext_std.tst @ db24361

spielwiese
Last change on this file since db24361 was db24361, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
ADD: test for a GB in a polynomial ring over a transcendental field extension
  • Property mode set to 100644
File size: 287 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring R = (0, I, T, Px, Py, Cx, Cy, Sx, Sy, a, b, dt, dx, dy), (i, t, x, y, cx, cy, sx, sy), (c,lp);
3ideal Id;
4Id[1]=i^2+1;
5Id[2]=cx^2+sx^2-1;
6Id[3]=cy^2+sy^2-1;
7std(Id); // GB in Q( I,T,Px,Py,Cx,Cy,Sx,Sy,a,b,dt,dx,dy )[ i,t,x,y,cx,cy,sx,sy ]!
8tst_status(1);$
9
Note: See TracBrowser for help on using the repository browser.