Changes between Initial Version and Version 18 of Ticket #11358


Ignore:
Timestamp:
03/18/12 14:18:41 (14 months ago)
Author:
was
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11358

    • Property Cc burcin added
    • Property Status changed from new to needs_work
    • Property Owner jason, was deleted
  • Ticket #11358 – Description

    initial v18  
    4646}}} 
    4747Note that the two candidates for the matrix product here are congruent modulo 1103, which is prime.  If you rerun the code with verbose logging, using set_verbose(2), then every time it fails the two candidates for the matrix product are congruent modulo the prime being used in the multi-modular algorithm.  Thus I suspect that the Chinese Remainder Theorem code in sage/ext/multi_modular.pyx is not handling a corner case properly. 
     48 
     49SEE ALSO: #10281, which touches the sage/ext/multi_modular.pyx code in nontrivial ways.