Changeset 05a31d in git


Ignore:
Timestamp:
Jan 20, 2007, 10:21:52 PM (17 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e52b9f29cef9e21dbb8c742787d1c8334b4f37dc
Parents:
3da61f2717b7ecebc67c5cbe7ac852dc10836ad5
Message:
*levandov: minor fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    r3da61f r05a31d  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmod.lib,v 1.10 2007-01-16 15:34:26 levandov Exp $";
     2version="$Id: dmod.lib,v 1.11 2007-01-20 21:21:52 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    6161";
    6262
    63 //annfs0BM(F[,eng]);  compute Ann F^s0 for a poly F (algorithm of Briancon-Maisonobe)
    64 //annfsParamBM(F[,eng]); -> still to be finished
    65 
    6663LIB "nctools.lib";
    6764LIB "elim.lib";
     
    8986}
    9087
    91 //alternative code for SannfsBM, rename from annfsBM to ALTannfsBM
     88// alternative code for SannfsBM, rename from annfsBM to ALTannfsBM
     89// is superfluos - will not be included in the official documentation
    9290proc ALTannfsBM (poly F, list #)
    9391"USAGE:  annfsBM(f [,eng]);  f a poly, eng an optional int
     
    26282626  // t*Dt + s +1 reduced with t-f gives f*Dt + s
    26292627  I = I, F*var(2) + var(Nnew);
    2630   I;
    26312628  // -------- the ideal I is ready ----------
    26322629  dbprint(ppl,"// -1-2- starting the elimination of t,Dt in @R");
     
    26572654  tmp = 0;
    26582655  // block ord (dp(N),dp);
    2659   string s = "iv=";
     2656  // string s is already defined
     2657  s = "iv=";
    26602658  for (i=1; i<=Nnew-1; i++)
    26612659  {
     
    27422740    }
    27432741  }
     2742  printlevel=printlevel+1;
    27442743  def save = basering;
    27452744  def @A = SannfsLOT(F,eng);
    27462745  setring @A;
    27472746  poly F = imap(save,F);
    2748   def B  = annfs0(LD,F);
     2747  def B  = annfs0(LD,F,eng);
    27492748  return(B);
    27502749}
Note: See TracChangeset for help on using the changeset viewer.