Changes between Initial Version and Version 1 of Ticket #793


Ignore:
Timestamp:
Mar 23, 2017, 3:00:57 PM (7 years ago)
Author:
ren
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #793 – Description

    initial v1  
    1111list DI = intersectionDiv(RI);
    1212}}}
     13
     14And here is another example where it fails albeit for different reasons:
     15
     16{{{
     17LIB "resolve.lib";
     18LIB "reszeta.lib";
     19
     20ring r = 0,(x,y,z),dp;
     21ideal I = x7+y5+z5+x3yz+x3z2;
     22
     23list RI = resolve(I);
     24list DI = intersectionDiv(RI);
     25}}}