Changeset 5d8e33 in git
- Timestamp:
- Sep 18, 2018, 1:31:08 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 61f5c3f021c7740ff9d3ee6caa28688131dbc792
- Parents:
- 14219d93b6658fbdcbbf8e3830b34ab82f20e67c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/elim.lib
r14219d9 r5d8e33 403 403 RETURN: ideal/module obtained from id by eliminating either the variables 404 404 with indices appearing in v or the variables appearing in p. 405 Works alsoin a qring.405 Does not work in a qring. 406 406 METHOD: elim uses elimRing to create a ring with an elimination ordering for 407 407 the variables to be eliminated and then applies std if \"std\" … … 622 622 { 623 623 def br = basering; 624 if ( size(ideal(br)) != 0)625 { 626 ERROR ("elim1 cannot eliminate in a qring ");624 if (isQuotientRing(br)) 625 { 626 ERROR ("elim1 cannot eliminate in a qring, use eliminate"); 627 627 } 628 628 //------------- create product vars of variables to be eliminated -------------
Note: See TracChangeset
for help on using the changeset viewer.