Changeset 7a4087 in git


Ignore:
Timestamp:
Jul 2, 1999, 1:58:07 PM (24 years ago)
Author:
Gert-Martin Greuel <greuel@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
26294237fc0acd0703018c193fb31c98db3377c9
Parents:
8c7c71771e971ec336b73a5dde1b7e8b53050848
Message:
* Greuel/Wenk: help fuer laguerre_solve geaendert


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/solve.lib

    r8c7c71 r7a4087  
    11///////////////////////////////////////////////////////////////////////////////
    22
    3 version="$Id: solve.lib,v 1.3 1999-06-29 09:05:16 wenk Exp $";
     3version="$Id: solve.lib,v 1.4 1999-07-02 11:58:07 greuel Exp $";
    44info="
    55LIBRARY: solve.lib     PROCEDURES TO SOLVE POLYNOMIAL SYSTEMS
     
    9494         m=0,1,2: number of iterations for approximation of roots (default=2)
    9595ASSUME:  p is an univariate polynom
    96 RETURN:  list of all (complex) roots of the polynomial p
     96RETURN:  list of all (complex) roots of the polynomial p;
     97         of type number if the ground field is the complex numbers,
     98         of type string if the ground field is the rational or real numbers
    9799EXAMPLE: example laguerre_solve; shows an example
    98100"
Note: See TracChangeset for help on using the changeset viewer.