source: git/Tst/Manual/hilbert4ti2.tst @ 42ea852

spielwiese
Last change on this file since 42ea852 was 42ea852, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Further incompatibilities with master! chg: Update 14.Jan.2013 (Tests regeneration/update due to master...) TODO: still missing commits from [master] (Interpreter...10912c588c406e6aab9dd2342c3d0c200096cb22 4b8a660ce83e9c109ec9eae1f413ab721fea2fd4)
  • Property mode set to 100644
File size: 305 bytes
Line 
1LIB "tst.lib"; tst_init(); /* tst_ignore("4ti2"); */
2LIB "sing4ti2.lib";
3ring r=0,(x1,x2,x3,x4,x5,x6,x7,x8,x9),dp;
4matrix M[7][9]=1,1,1,-1,-1,-1,0,0,0,1,1,1,0,0,0,-1,-1,-1,0,1,1,-1,0,0,-1,0,0,1,0,1,0,-1,0,0,-1,0,1,1,0,0,0,-1,0,0,-1,0,1,1,0,-1,0,0,0,-1,1,1,0,0,-1,0,-1,0,0;
5hilbert4ti2(M);
6tst_status(1);$
Note: See TracBrowser for help on using the repository browser.