Changeset 1b36de3 in git
- Timestamp:
- Dec 13, 2000, 9:55:14 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- cf8dcc3a44f401ab4c54ac417f5d44e39e834353
- Parents:
- 2c2db37cb61af0e417d395151cd3c532d9ff1482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/hnoether.lib
r2c2db37 r1b36de3 1 // $Id: hnoether.lib,v 1.2 3 2000-12-04 18:16:24 SingularExp $2 // last change: 27.04.001 // $Id: hnoether.lib,v 1.24 2000-12-13 20:55:14 lamm Exp $ 2 // last change: 31.08.00 3 3 /////////////////////////////////////////////////////////////////////////////// 4 4 // This library is for Singular 1-3-7 or newer 5 5 6 version="$Id: hnoether.lib,v 1.2 3 2000-12-04 18:16:24 SingularExp $";6 version="$Id: hnoether.lib,v 1.24 2000-12-13 20:55:14 lamm Exp $"; 7 7 info=" 8 8 LIBRARY: hnoether.lib Procedures for the Hamburger-Noether (Puiseux) development … … 591 591 if ((p!=0) and (ringchar != string(p))) { 592 592 // 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]+";"); 594 595 // number of elements of actual ring 595 596 number generat=par(1); // generator of the coefficient field of the ring
Note: See TracChangeset
for help on using the changeset viewer.