Changeset 3c7701 in git
- Timestamp:
- Apr 25, 2005, 6:57:36 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- 720ff4a017189777645e1e4ed50e4080ba8f1edb
- Parents:
- 7c96c0308bf0a832738a364f8784f9fe530744e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/solve.lib
r7c96c03 r3c7701 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: solve.lib,v 1.2 7 2004-08-05 15:59:22Singular Exp $";2 version="$Id: solve.lib,v 1.28 2005-04-25 16:57:36 Singular Exp $"; 3 3 category="Symbolic-numerical solving"; 4 4 info=" … … 481 481 * returns a poly without zeroroots 482 482 */ 483 static proc divzero(poly f,int iv) ;483 static proc divzero(poly f,int iv) 484 484 { 485 485 poly p=f; … … 543 543 ideal G is not a lex. standard basis, it is generated with internal 544 544 computation (Hilbert driven), if the input-ring (with char 0) has 545 the name "<A>", the lexicographical and complex output-ring has the546 name "<A>C".545 the name \"<A>\", the lexicographical and complex output-ring has the 546 name \"<A>C\". 547 547 EXAMPLE: example solve; shows an example 548 548 "
Note: See TracChangeset
for help on using the changeset viewer.