#10187: Update ecl and maxima
-------------------------------------------------------------------------------+
Reporter: vbraun
| Owner: tbd
Type: defect
| Status: needs_work
Priority: major
| Milestone: sage-4.6.1
Component: packages
| Keywords:
Author: Volker Braun, David Kirkby
| Upstream: Workaround found; Bug reported upstream.
Reviewer: Karl-Dieter Crisman, David Kirkby, Volker Braun, Leif Leonhardy
| Merged:
Work_issues:
|
-------------------------------------------------------------------------------+
Comment(by vbraun):
I've added a comment to explain the numeric evaluation of the taylor
series in `trac_10187_fix_easy_doctests.patch` and compared it with Maple
12.
About the spaces in paths: `FOO="$with_spaces/foo/bar"` and
`FOO="${with_spaces}/foo/bar"` will assign the same value to `FOO`. You
only need the curly brackets if then next character is a valid part of a
variable name, i.e. `FOO="${with_spaces}bar"` works but
`FOO="$with_spacesbar"` is wrong.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10187#comment:108>
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.