Changeset 811826 in git for Singular/LIB/presolve.lib
- Timestamp:
- Mar 9, 1999, 1:28:50 PM (25 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- d78e6e2c82ab8bd96284f77386c71eff6908b71a
- Parents:
- 41442f095ba5a5301108857c89ac604ccfdcf0f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/presolve.lib
r41442f r811826 1 // $Id: presolve.lib,v 1. 5 1998-05-14 18:45:12 SingularExp $1 // $Id: presolve.lib,v 1.6 1999-03-09 12:28:50 obachman Exp $ 2 2 //system("random",787422842); 3 3 //(GMG), last modified 97/10/07 by GMG 4 4 /////////////////////////////////////////////////////////////////////////////// 5 5 6 version="$Id: presolve.lib,v 1. 5 1998-05-14 18:45:12 SingularExp $";6 version="$Id: presolve.lib,v 1.6 1999-03-09 12:28:50 obachman Exp $"; 7 7 info=" 8 8 LIBRARY: presolve.lib PROCEDURES FOR PRE-SOLVING POLYNOMIAL EQUATIONS … … 70 70 "USAGE: elimlinearpart(i[,n]); i=ideal, n=integer 71 71 RETURN: list of of 5 objects: 72 [1]: (interreduced) ideal obtained from i by eliminating (s bstituting)72 [1]: (interreduced) ideal obtained from i by eliminating (substituting) 73 73 from the first n variables those which appear in a linear part 74 74 of i, by putting this part into triangular form
Note: See TracChangeset
for help on using the changeset viewer.