#8495: Regression: Many mathematica doctests now fail
------------------------------+---------------------------------------------
Reporter: flawrence | Owner: flawrence
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.5.2
Component: interfaces | Keywords:
Author: Felix Lawrence | Upstream: N/A
Reviewer: Mike Hansen | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by mhansen):
* reviewer: => Mike Hansen
Comment:
There is dictionary in place from Mathematica to Sage.
{{{
sage: sage.symbolic.pynac.symbol_table['mathematica']
{'Log[2]': log2, 'Cos': cos, 'DiracDelta': dirac_delta, 'EulerGamma':
euler_gamma, 'Glaisher': glaisher, 'Sqrt': <function sqrt at 0x2c20f50>,
'Factorial': factorial, 'Khinchin': khinchin, 'Catalan': catalan,
'(1+Sqrt[5])/2': golden_ratio, 'Binomial': binomial, 'PolyGamma': psi,
'HeavisideTheta': heaviside, 'KroneckerDelta': kronecker_delta, 'Pi': pi,
'UnitStep': unit_step, 'Sin': sin, 'Gamma': gamma, 'Sign': sgn}
}}}
This is constructed at runtime and is filled in by the __init__ methods of
the functions and constants.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8495#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.