Changeset 53fe8a in git for Singular


Ignore:
Timestamp:
Feb 11, 2022, 12:31:25 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
518f38a1b61d693e10fb85b91f75c9cabb6c95af
Parents:
65782418c0356c021cd744b049d8ecf051bd4413
Message:
examples etc. for normal.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r6578241 r53fe8a  
    35873587  ideal I2 = x - y3;
    35883588  isNormal(I2);
    3589 
    3590   echo = 0;
    35913589}
    35923590
     
    50825080  getOneVar(J, 1);
    50835081
    5084   echo = 0;
    50855082  printlevel = printlevel-1;
    50865083}
     
    51375134  getSmallest(J);
    51385135
    5139   echo = 0;
    51405136  printlevel = printlevel-1;
    51415137}
     
    53875383  U2;
    53885384  // 1/x3 * U2 is also the normalization of I, but with a different denominator.
    5389   echo = 0;
    53905385}
    53915386
     
    64346429   norid; normap;
    64356430
    6436    echo = 0;
    6437    printlevel = printlevel-1;
    6438    pause("   hit return to continue"); echo=2;
    6439 
    64406431   ring r = 2,(x,y,z),dp;
    64416432   ideal i = z3-xy4;
     
    64486439   def R = nor[1][1]; setring R;
    64496440   norid; normap;
    6450 
    6451    echo = 0;
    6452    pause("   hit return to continue");echo = 2;
    64536441
    64546442   setring r;
Note: See TracChangeset for help on using the changeset viewer.