Changeset 2f9a8a in git
- Timestamp:
- Apr 14, 2009, 10:20:45 AM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 535a5a7554d8d13857cd09f686c88d3948dbfd92
- Parents:
- 71a293d2c41550db6c408d972d02ee810465fbfa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/zeroset.lib
r71a293d r2f9a8a 1 1 // Last change 12.02.2001 (Eric Westenberger) 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: zeroset.lib,v 1.2 2 2009-04-08 11:00:08 seelischExp $";3 version="$Id: zeroset.lib,v 1.23 2009-04-14 08:20:45 Singular Exp $"; 4 4 category="Symbolic-numerical solving"; 5 5 info=" … … 304 304 of the ground field. 305 305 RETURN: ring, a polynomial ring over an extension field of the ground field, 306 containing a list ' zeroset', a polynomial 'newA', and an306 containing a list 'theZeroset', a polynomial 'newA', and an 307 307 ideal 'id': 308 308 @format 309 - ' zeroset' is the list of the zeros of the ideal I, each zero is an ideal.309 - 'theZeroset' is the list of the zeros of the ideal I, each zero is an ideal. 310 310 - if the ground field is Q(b) and the extension field is Q(a), then 311 311 'newA' is the representation of b in Q(a).
Note: See TracChangeset
for help on using the changeset viewer.