#3587: [with patch, needs work] calculus -- wrap maxima's symbolic summation
----------------------------------------+-----------------------------------
Reporter: was | Owner: whuss
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-4.1.2
Component: calculus | Keywords:
Reviewer: Burcin Erocal, Mike Hansen | Author: Wilfried Huss
Merged: |
----------------------------------------+-----------------------------------
Comment(by kcrisman):
The fix for my problem is to change
{{{
maxima = Maxima(init_code = ['display2d:false; domain: complex; keepfloat:
true; load(topoly_solver); load(simplify_sum)'],
script_subdirectory=None)
}}}
by
{{{
maxima = Maxima(init_code = ['display2d:false', 'domain: complex',
'keepfloat: true', 'load(topoly_solver)', 'load(simplify_sum)'],
script_subdirectory=None)
}}}
the need for which perhaps does depend on the operating system. Can
someone check that this doesn't break Linux?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3587#comment:12>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---