Changeset 1ce62fa in git for Singular/LIB/solve.lib


Ignore:
Timestamp:
Jul 2, 1999, 4:33:45 PM (24 years ago)
Author:
Moritz Wenk <wenk@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
baa707d381c1a26e2a968be289ba0ff07330e9a0
Parents:
3a143d010f11f13368af478242ae274faa4b4cf7
Message:
* wenk: interpolate(i,j) -> interpolate(i,j,d)


git-svn-id: file:///usr/local/Singular/svn/trunk@3223 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/solve.lib

    r3a143d r1ce62fa  
    11///////////////////////////////////////////////////////////////////////////////
    22
    3 version="$Id: solve.lib,v 1.5 1999-07-02 12:47:47 greuel Exp $";
     3version="$Id: solve.lib,v 1.6 1999-07-02 14:33:45 wenk Exp $";
    44info="
    55LIBRARY: solve.lib     PROCEDURES TO SOLVE POLYNOMIAL SYSTEMS
     
    99 mp_res_mat(i,..);      multipolynomial resultant matrix of ideal i
    1010 laguerre_solve(p,..);  find all roots of univariate polynom p
    11  interpolate(i,j);      interpolate poly from evaluation points i and results j
     11 interpolate(i,j,d);    interpolate poly from evaluation points i and results j
    1212";
    1313
Note: See TracChangeset for help on using the changeset viewer.