Changeset 9f48f5 in git for Tst/Manual


Ignore:
Timestamp:
May 31, 2023, 2:54:44 PM (11 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6b7c2017a11017f0704671f93f0b3d7e33ea3f57
Parents:
2a45f43424a5f5b8bc30e399dac03c3a2b624f3b
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Manual/annfspecial.tst

    r2a45f43 r9f48f5  
    22LIB "dmod.lib";
    33ring r = 0,(x,y),dp;
    4 poly F = x3-y2; 
    5 bernsteinBM(F); // the roots of Bernstein-Sato poly: -7/6, -1, -5/6 
     4poly F = x3-y2;
     5bernsteinBM(F); // the roots of Bernstein-Sato poly: -7/6, -1, -5/6
    66// *** first example: generic root
    7 def A = annfspecial(F,-5/6); 
     7def A = annfspecial(F,-5/6);
    88setring A; print(annfalpha); kill A; setring r;
    99// *** second example:  exceptional root since its distance to -1 is integer 2
Note: See TracChangeset for help on using the changeset viewer.