Changeset f1c6ce0 in git
- Timestamp:
- Apr 16, 2009, 2:45:12 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 80338a3b57b5c56290d9238443cb156b4436effb
- Parents:
- 459b80a7e98c18294ff7b7baa6fa52186193fa9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/elim.lib
r459b80 rf1c6ce0 1 // $Id: elim.lib,v 1.3 1 2009-04-15 11:11:34 seelischExp $1 // $Id: elim.lib,v 1.32 2009-04-16 12:45:12 Singular Exp $ 2 2 // (GMG, modified 22.06.96) 3 3 // GMG, last modified 30.10.08: new procedure elimRing; … … 10 10 // and can now choose as method slimgb or std. 11 11 /////////////////////////////////////////////////////////////////////////////// 12 version="$Id: elim.lib,v 1.3 1 2009-04-15 11:11:34 seelischExp $";12 version="$Id: elim.lib,v 1.32 2009-04-16 12:45:12 Singular Exp $"; 13 13 category="Commutative Algebra"; 14 14 info=" … … 479 479 if ( #[2] == "slimgb" ) { method = "slimgb"; } 480 480 } 481 else 482 { 483 if (typeof(#[2]) != "poly") 484 { ERROR("expected `elim(ideal,intvec[,string])`"); } 485 } 481 486 if (size(#) == 3) 482 487 {
Note: See TracChangeset
for help on using the changeset viewer.