source: git/Tst/Short/eliminate_7.tst @ 051432

spielwiese
Last change on this file since 051432 was d84b58, checked in by Olaf Bachmann <obachman@…>, 23 years ago
elim tests added git-svn-id: file:///usr/local/Singular/svn/trunk@4904 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 352 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2
3ring testh4 = 31991,(u,v,w,x,y,z),dp; 
4ideal i =
5xy+y2+uz-wz-xz+yz,
6x2-y2+uz-wz-xz+z2,
7wy, wx-uz+yz,
8w2-y2+uz-z2,
9vz-yz-z2,
10vy-y2-wz+xz+yz+z2,
11vx-y2+uz+yz-z2,
12vw-y2+uz+yz-z2,
13v2+y2+uz-xz-yz-z2,
14uy+y2+yz,
15ux-y2+wz-xz-z2,
16uw-y2+uz+yz-z2,
17uv-y2-xz+yz,
18u2+yz;
19ideal k = i^2;
20eliminate(k,uvw);
21tst_status(1);$
Note: See TracBrowser for help on using the repository browser.