Changeset 3c1c6a in git


Ignore:
Timestamp:
Dec 4, 2000, 4:05:10 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
267f72c0715749d94765be77e2a16210cffa3387
Parents:
1576deb2c34110defeeddc936a786fa77d40ab7d
Message:
*hannes: cosmetics


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hnoether.lib

    r1576de r3c1c6a  
    1 // $Id: hnoether.lib,v 1.21 2000-05-19 11:41:05 obachman Exp $
     1// $Id: hnoether.lib,v 1.22 2000-12-04 15:05:10 Singular Exp $
    22// last change:           27.04.00
    33///////////////////////////////////////////////////////////////////////////////
    44// This library is for Singular 1-3-7 or newer
    55
    6 version="$Id: hnoether.lib,v 1.21 2000-05-19 11:41:05 obachman Exp $";
     6version="$Id: hnoether.lib,v 1.22 2000-12-04 15:05:10 Singular Exp $";
    77info="
    88LIBRARY:  hnoether.lib   Procedures for the Hamburger-Noether (Puiseux) development
     
    476476  @*     [3]: int:
    477477           0  if the 1st ring variable was transversal (with respect to f),
    478   @*       1  if the variables were changed at the beginning of the 
     478  @*       1  if the variables were changed at the beginning of the
    479479              computation,
    480480           -1 if an error has occurred.
     
    828828     hqs[zeile+1]=Q;
    829829     maxspalte=maxspalte*((Q+1) < maxspalte) + (Q+1)*((Q+1) >= maxspalte);
    830      if (N <> 1) { einzweig=0; }   
     830     if (N <> 1) { einzweig=0; }
    831831     f=0;               // transformiertes Polynom wird nicht mehr gebraucht
    832832     Abbruch=1;
     
    22042204}
    22052205///////////////////////////////////////////////////////////////////////////////
    2206 static
    2207 proc extractHNEs(list HNEs, int transvers)
     2206static proc extractHNEs(list HNEs, int transvers)
    22082207"USAGE:  extractHNEs(HNEs,transvers);  list HNEs (output from HN),
    22092208        int transvers: 1 if x,y were exchanged, 0 else
     
    23482347     if (hn[3] <> -1) {
    23492348       hne[1]=list(hn[1],hn[2],hn[3],hn[4]);
    2350        if (hn[5] <> 1) { 
     2349       if (hn[5] <> 1) {
    23512350   " ** WARNING : The curve is reducible, but only one branch could be found!";
    23522351       }
     
    28382837
    28392838///////////////////////////////////////////////////////////////////////////////
    2840 static
    2841 proc HN (poly f,int grenze, int Aufruf_Ebene, int essential)
     2839static proc HN (poly f,int grenze, int Aufruf_Ebene, int essential)
    28422840"NOTE: This procedure is only for internal use, it is called via pre_HN"
    28432841{
     
    30233021        }
    30243022        else {
    3025           dbprint(printlevel+1,
     3023          dbprint(printlevel+1,
    30263024             " Change of basering (field extension) necessary!");
    3027           if (defined(HNDebugOn)) { teiler,"is not properly factored!"; }
    3028           if (needext==0) { poly zerlege=teiler; }
    3029           needext=1;
     3025          if (defined(HNDebugOn)) { teiler,"is not properly factored!"; }
     3026          if (needext==0) { poly zerlege=teiler; }
     3027          needext=1;
    30303028        }
    30313029      }
     
    33103308///////////////////////////////////////////////////////////////////////////////
    33113309
    3312 static
    3313 proc constructHNEs (list HNEs,int hnezaehler,list aneu,list azeilen,
     3310static proc constructHNEs (list HNEs,int hnezaehler,list aneu,list azeilen,
    33143311                    int zeile,ideal deltais,int Q,int j)
    33153312"NOTE: This procedure is only for internal use, it is called via HN"
Note: See TracChangeset for help on using the changeset viewer.