source: git/Tst/Short/test_c_dp.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 499 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r1 = 31991,(t,x,y,z,w),(c, dp);
5option(prot);
6ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
7std(i);
8module m=
9gen(1)*(t2x2+tx2y+x2yz) + gen(2)*(t2x2+tx2y+x2yz) + t2x2+tx2y+x2yz,
10gen(2)*(t2y2+ty2z+y2zw)+gen(3)*(t2y2+ty2z+y2zw) + t2y2+ty2z+y2zw,
11gen(3)*(t2z2+tz2w+xz2w)+gen(1)*(t2z2+tz2w+xz2w) + t2z2+tz2w+xz2w,
12gen(1)*(t2w2+txw2+xyw2) + gen(2)*(t2w2+txw2+xyw2) +
13gen(3)*(t2w2+txw2+xyw2) + t2w2+txw2+xyw2;
14option(prot);
15std(m);
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.