source: git/Tst/Short/eliminate_5.tst @ bf5c59f

spielwiese
Last change on this file since bf5c59f 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: 165 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2
3ring be=32003,(a,b,c,d,e),dp;
4ideal i=
5a5-b5,
6b5-c5,
7c5-d5,
8d5-e5,
9a4b+b4c+c4d+d4e+e4a;
10
11eliminate(i,ab);
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.