source: git/Tst/Short/bug_597.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was ca1650, checked in by Jakob Kröker <kroeker@…>, 10 years ago
fix bug 597
  • Property mode set to 100644
File size: 292 bytes
Line 
1LIB "tst.lib";
2tst_init();
3echo = 1;
4
5LIB("primdec.lib");
6
7ring rng = 0,x,dp;
8
9ideal Z = 0;
10def result = radicalEHV( Z );
11ASSUME( 0, size(result)==0 );
12ASSUME( 0, result[1]==0    );
13
14
15ideal I = x, x+1;
16
17result = radicalEHV( I );
18ASSUME( 0, idealsEqual(result,ideal(1) ) );
19
20
21tst_status(1); $
Note: See TracBrowser for help on using the repository browser.