Changes between Initial Version and Version 1 of Ticket #793
- Timestamp:
- Mar 23, 2017, 3:00:57 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #793 – Description
initial v1 11 11 list DI = intersectionDiv(RI); 12 12 }}} 13 14 And here is another example where it fails albeit for different reasons: 15 16 {{{ 17 LIB "resolve.lib"; 18 LIB "reszeta.lib"; 19 20 ring r = 0,(x,y,z),dp; 21 ideal I = x7+y5+z5+x3yz+x3z2; 22 23 list RI = resolve(I); 24 list DI = intersectionDiv(RI); 25 }}}