source: git/Tst/Long/mora_8.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was c1c0d4, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* small uipdate git-svn-id: file:///usr/local/Singular/svn/trunk@4811 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 228 bytes
Line 
1LIB "tst.lib";
2tst_init();
3option(prot);
4
5ring r=32003,(x,y,z,t,u,v),ds;
6ideal i=
7(y+u+v-zt)*(z+t+2u-3xt),
8z2+t2+2u2-3u2v,
9yx+t2+2yv-xyz,
10xv-yu-zt-t2-u2-v2,
11-1569yz3+31250x2tu,
12-587yt+15625zv;
13ideal j=std( i);
14tst_status(1);$
15
16
Note: See TracBrowser for help on using the repository browser.