Changeset 1ce62fa in git for Singular/LIB/solve.lib
- Timestamp:
- Jul 2, 1999, 4:33:45 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- baa707d381c1a26e2a968be289ba0ff07330e9a0
- Parents:
- 3a143d010f11f13368af478242ae274faa4b4cf7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/solve.lib
r3a143d r1ce62fa 1 1 /////////////////////////////////////////////////////////////////////////////// 2 2 3 version="$Id: solve.lib,v 1. 5 1999-07-02 12:47:47 greuelExp $";3 version="$Id: solve.lib,v 1.6 1999-07-02 14:33:45 wenk Exp $"; 4 4 info=" 5 5 LIBRARY: solve.lib PROCEDURES TO SOLVE POLYNOMIAL SYSTEMS … … 9 9 mp_res_mat(i,..); multipolynomial resultant matrix of ideal i 10 10 laguerre_solve(p,..); find all roots of univariate polynom p 11 interpolate(i,j );interpolate poly from evaluation points i and results j11 interpolate(i,j,d); interpolate poly from evaluation points i and results j 12 12 "; 13 13
Note: See TracChangeset
for help on using the changeset viewer.