source: git/Tst/Short/eliminate_1.tst @ b7d0a9c

spielwiese
Last change on this file since b7d0a9c 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: 181 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2ring s2=32003,(t,x,y,z),dp;
3ideal i=
49x8+y7t+5x4y2t2+2xy2z3t2,
59y8+7xy6t+2x5yt2+2x2yz3t2,
69z8+3x2y2z2t2;
7eliminate(i,tx);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.