Changeset 980120f in git


Ignore:
Timestamp:
Jul 19, 2006, 3:48:17 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8901e693207b4cf1f88fd620c1c1314748edaf7d
Parents:
0e13197fe674e9329ab3192e4c0846e36d63f01f
Message:
*hannes: outdated


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/zeroset.lib

    r0e1319 r980120f  
    11// Last change 12.02.2001 (Eric Westenberger)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: zeroset.lib,v 1.15 2006-07-18 15:48:31 Singular Exp $";
     3version="$Id: zeroset.lib,v 1.16 2006-07-19 13:48:17 Singular Exp $";
    44category="Symbolic-numerical solving";
    55info="
     
    412412RETURN:  poly 1/f
    413413ASSUME:  basering = Q[x_1,...,x_n,a], ideal mpoly must be defined and != 0 !
     414NOTE:    outdated, use / instead
    414415"
    415416{
     
    478479  @end format
    479480ASSUME:  basering = Q[x] or Q(a)[x]
     481NOTE: outdated, use div/mod instead
    480482EXAMPLE: example  Quotient; shows an example
    481483"
     
    515517ASSUME:  basering = Q[x,a] and ideal mpoly is defined (it might be 0),
    516518         this represents the ring Q(a)[x] together with its minimal polynomial.
     519NOTE: outdated, use div/mod instead
    517520EXAMPLE: example  Quotient; shows an example
    518521"
     
    537540RETURN:  poly
    538541ASSUME:  basering = Q[x] or Q(a)[x]
     542NOTE: outdated, use mod/reduce instead
    539543"
    540544{
     
    567571ASSUME:  basering = Q[x,a] and ideal mpoly is defined (it might be 0),
    568572         this represents the ring Q(a)[x] together with its minimal polynomial.
     573NOTE: outdated, use mod/reduce instead
    569574"
    570575{
     
    589594         necessarily monic)
    590595ASSUME:  basering = Q(a)[t]
     596NOTE: outdated, use gcd instead
    591597EXAMPLE: example  EGCD; shows an example
    592598"
     
    620626ASSUME:  basering = Q[x,a] and ideal mpoly is defined (it might be 0),
    621627         this represents the ring Q(a)[x] together with its minimal polynomial.
     628NOTE: outdated, use gcd instead
    622629EXAMPLE: example EGCD; shows an example
    623630"
     
    772779         is Q or a simple extension of Q given by a minpoly.
    773780NOTE:    if basering = Q[t] then this is the built-in @code{factorize}
     781NOTE: outdated, use factorize instead
    774782EXAMPLE: example  Factor; shows an example
    775783"
     
    810818ASSUME:  basering = Q[x,a], representing Q(a)[x]. An ideal mpoly must
    811819         be defined, representing the minimal polynomial (it might be 0!).
     820NOTE: outdated, use factorize instead
    812821EXAMPLE: example  Factor; shows an example
    813822"
     
    13961405ASSUME:  basering = Q[x_1,...,x_n,a]
    13971406         ideal mpoly must be defined, it might be 0 !
     1407NOTE: outdated, use reduce instead
    13981408"
    13991409{
Note: See TracChangeset for help on using the changeset viewer.