Changes between Initial Version and Version 22 of Ticket #8495


Ignore:
Timestamp:
03/19/11 17:06:54 (2 years ago)
Author:
flawrence
Comment:

ARGH! I upgraded to 4.6.2 (from 4.6.1), ran the tests and get the same errors as Dave.

#9032 modified Sage's .n(), and added (in two files)

n = numerical_approx
N = n

This means that Mathematica's N[] is no longer being called - instead Sage's numerical_approx() is being called, and it can't handle certain mma objects. Furthermore the argument taken by numerical_approx is the number of bits (I think?) whereas N[50] gives 50 sig figs.

I think that the way to fix this is by adjusting precedences so that on mathematica objects, mathematica functions take priority. I also think that fixing this is beyond the scope of this ticket (which was a rewrite of ._sage_). I have created a new ticket regarding this issue: #10968

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8495

    • Property Status changed from new to needs_review
    • Property Authors changed from to Felix Lawrence
    • Property Cc burcin, jason added
    • Property Summary changed from Regression: Many mathematica doctests fail to Regression: Many mathematica doctests now fail
    • Property Milestone changed from to sage-4.4
    • Property Owner changed from was to flawrence
    • Property Reviewers changed from to Mike Hansen, Burcin Erocal
  • Ticket #8495 – Description

    initial v22  
    1313 
    1414}}} 
     15 
     16apply only `trac_8495-rewrite-_sage_.patch`