source: git/Tst/New/redTail.tst @ 3bfbc7

spielwiese
Last change on this file since 3bfbc7 was c47a86, checked in by Martin Lee <martinlee84@…>, 11 years ago
add: new test
  • Property mode set to 100644
File size: 287 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R=0,x(0..4),dp;
5ideal I=-x(3)^2+x(2)*x(4),-x(2)*x(3)+x(1)*x(4),-x(1)*x(3)+x(0)*x(4),x(2)^2-x(1)*x(3),x(1)*x(2)-x(0)*x(3),-x(1)^2+x(0)*x(2);
6I;
7// option (teach);
8option (prot); option (warn); test (23+32); option();
9
10std(I);
11
12option();
13
14tst_status(1);
15$
Note: See TracBrowser for help on using the repository browser.