#10766: Update ECL to the latest upstream release.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: AlexGhitza
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.2
Component: algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by fbissey):
Corrected patch for white space problems and found I had forgotten one
doctest.
There is an interesting change in behaviour here. In the old test we have
{{{
sage: integrate( ((F(x)-G(x))^2).expand(), x, -infinity,
infinity).n()
-6.26376265908397e-17
sage: integrate( (F(x)-G(x))^2, x, -infinity, infinity).n()
0
}}}
But in the new one the results are not different, expansion or not. So the
expression is probably always expanded now.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10766#comment:7>
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.