Changeset 4cd2f8 in git
- Timestamp:
- May 10, 2007, 10:47:51 AM (16 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- f7baffd3731670277b3286ad679e9fa44d0e9340
- Parents:
- 009d804796df43404d81c335304a5d0d04f0705f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/poly.lib
r009d80 r4cd2f8 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: poly.lib,v 1.4 3 2007-05-03 14:46:44Singular Exp $";2 version="$Id: poly.lib,v 1.44 2007-05-10 08:47:51 Singular Exp $"; 3 3 category="General purpose"; 4 4 info=" … … 665 665 RETURN: 1 (TRUE) (type int) if g is contained in the radical of I 666 666 @* 0 (FALSE) (type int) otherwise 667 ASSUME: the monomial order is pure global or pure local, not mixed668 667 EXAMPLE: example rad_con; shows an example 669 668 " … … 679 678 else 680 679 { 681 execute("ring R=("+charstr(br)+"),(@ x(1..n),@z),ds;");680 execute("ring R=("+charstr(br)+"),(@z,@x(1..n)),(dp(1),"+ordstring(br)+");"); 682 681 } 683 682 execute("minpoly=number("+mp+");");
Note: See TracChangeset
for help on using the changeset viewer.