Changeset 9b83e9 in git


Ignore:
Timestamp:
Jul 5, 2022, 12:10:18 PM (22 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
16c27a21d004903f072a40cddcbf292a35a04b73
Parents:
167a156d1776640d18beeb0a98abf41bf1c8081a
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-07-05 12:10:18+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-07-05 12:11:18+02:00
Message:
update date
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/puiseuxexpansions.lib

    r167a15 r9b83e9  
    22///////////////////////////////////////////////////////////////////////////////
    33///////////////////////////////////////////////////////////////////////////////
    4 version="version puiseuxexpansion.lib 4.2.1.3 Dec_2021 "; // $Id$
     4version="version puiseuxexpansion.lib 4.3.1.0 Jul_2022 "; // $Id$
    55category="Commutative Algebra";
    66info="
     
    400400
    401401  list l = newtonpoly2(f);
    402  
     402
    403403  //list l = newtonpoly(f);
    404  
     404
    405405  //if((l[1][1] == 0) && (l[1][2] == 0))
    406406  //{
    407407  //  "ERROR: The polynomial must pass through the origin.";
    408408  //  list cs = list();
    409   //} else 
     409  //} else
    410410  //{
    411411
     
    668668                {
    669669                  poly fNew2 = subst(fNew1, var(2), (newA + var(2))*var(1)^slN);
    670                 } else 
     670                } else
    671671                {
    672672                  poly fNew2 = negExp(fNew1, newA, slN);
     
    957957  //
    958958  //  for(i = 1; i <= size(fFacs[1]); i++)
    959   //  { 
     959  //  {
    960960  //    if((fFacs[1][i] != 1) and (deg(fFacs[1][i], intvec(0,1)) > 0))
    961961  //    {
     
    963963  //    }
    964964  //  }
    965   //} else 
     965  //} else
    966966  //{
    967967  //  p = puiseuxMain(f, maxDeg, 0, 0, 1);
Note: See TracChangeset for help on using the changeset viewer.