Changes between Initial Version and Version 1 of Ticket #317


Ignore:
Timestamp:
Mar 1, 2011, 5:48:24 PM (13 years ago)
Author:
Oleksandr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #317

    • Property Cc daniel.andres@… added; Daniel Andres <daniel.andres@…> removed
  • Ticket #317 – Description

    initial v1  
    10101.sing   7. ring r2 = (0,a),x,dp; minpoly = a3+2; map f = r1,x;
    11111.sing   8>
    12 1.sing   9. imap(r1, c); _ == 0; // BUG
     121.sing   9. imap(r1, c); _ == 0; // wrong result (!= 0)!
    1313(a3+2)
    14140
    15 1.sing  10> fetch(r1, c); _ == 0; // BUG
     151.sing  10> fetch(r1, c); _ == 0; // wrong result (!= 0)!
    1616(a3+2)
    17170
    18 1.sing  11> f(c); _ == 0; // BUG
     181.sing  11> f(c); _ == 0; // wrong result (!= 0)!
    1919(a3+2)
    20200