Changeset 2f9a8a in git


Ignore:
Timestamp:
Apr 14, 2009, 10:20:45 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
535a5a7554d8d13857cd09f686c88d3948dbfd92
Parents:
71a293d2c41550db6c408d972d02ee810465fbfa
Message:
*hannes: syntx/docu fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/zeroset.lib

    r71a293d r2f9a8a  
    11// Last change 12.02.2001 (Eric Westenberger)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: zeroset.lib,v 1.22 2009-04-08 11:00:08 seelisch Exp $";
     3version="$Id: zeroset.lib,v 1.23 2009-04-14 08:20:45 Singular Exp $";
    44category="Symbolic-numerical solving";
    55info="
     
    304304         of the ground field.
    305305RETURN:  ring, a polynomial ring over an extension field of the ground field,
    306          containing a list 'zeroset', a polynomial 'newA', and an
     306         containing a list 'theZeroset', a polynomial 'newA', and an
    307307         ideal 'id':
    308308  @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.
    310310  - if the ground field is Q(b) and the extension field is Q(a), then
    311311    'newA' is the representation of b in Q(a).
Note: See TracChangeset for help on using the changeset viewer.