Changeset 7a4087 in git
- Timestamp:
- Jul 2, 1999, 1:58:07 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 26294237fc0acd0703018c193fb31c98db3377c9
- Parents:
- 8c7c71771e971ec336b73a5dde1b7e8b53050848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/solve.lib
r8c7c71 r7a4087 1 1 /////////////////////////////////////////////////////////////////////////////// 2 2 3 version="$Id: solve.lib,v 1. 3 1999-06-29 09:05:16 wenkExp $";3 version="$Id: solve.lib,v 1.4 1999-07-02 11:58:07 greuel Exp $"; 4 4 info=" 5 5 LIBRARY: solve.lib PROCEDURES TO SOLVE POLYNOMIAL SYSTEMS … … 94 94 m=0,1,2: number of iterations for approximation of roots (default=2) 95 95 ASSUME: p is an univariate polynom 96 RETURN: list of all (complex) roots of the polynomial p 96 RETURN: 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 97 99 EXAMPLE: example laguerre_solve; shows an example 98 100 "
Note: See TracChangeset
for help on using the changeset viewer.