Changeset 1b36de3 in git


Ignore:
Timestamp:
Dec 13, 2000, 9:55:14 PM (22 years ago)
Author:
Martin Lamm <lamm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
cf8dcc3a44f401ab4c54ac417f5d44e39e834353
Parents:
2c2db37cb61af0e417d395151cd3c532d9ff1482
Message:
develop now works also with rings having parameter of the form a(1)


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hnoether.lib

    r2c2db37 r1b36de3  
    1 // $Id: hnoether.lib,v 1.23 2000-12-04 18:16:24 Singular Exp $
    2 // last change:           27.04.00
     1// $Id: hnoether.lib,v 1.24 2000-12-13 20:55:14 lamm Exp $
     2// last change:           31.08.00
    33///////////////////////////////////////////////////////////////////////////////
    44// This library is for Singular 1-3-7 or newer
    55
    6 version="$Id: hnoether.lib,v 1.23 2000-12-04 18:16:24 Singular Exp $";
     6version="$Id: hnoether.lib,v 1.24 2000-12-13 20:55:14 lamm Exp $";
    77info="
    88LIBRARY:  hnoether.lib   Procedures for the Hamburger-Noether (Puiseux) development
     
    591591 if ((p!=0) and (ringchar != string(p))) {
    592592                            // coefficient field is extension of Z/pZ
    593    execute("int n_elements="+ringchar[1,size(ringchar)-2]+";");
     593   execute("int n_elements="+
     594           ringchar[1,size(ringchar)-size(parstr(basering))-1]+";");
    594595                            // number of elements of actual ring
    595596   number generat=par(1);   // generator of the coefficient field of the ring
Note: See TracChangeset for help on using the changeset viewer.