#4616: [with patch, positive review] cosine_series_coefficient hangs
----------------------+-----------------------------------------------------
Reporter: wdj | Owner: wdj
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: calculus | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by wdj):
* summary: [with patch, needs review] cosine_series_coefficient hangs =>
[with patch, positive review]
cosine_series_coefficient hangs
Comment:
I can read the docstring and check in Sage that it is correct. (I did not
try to apply it though.)
{{{
----------------------------------------------------------------------
| Sage Version 3.2.3, Release Date: 2009-01-05 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: f1 = lambda x: x*(pi-x)
sage: f = Piecewise([[(0,pi),f1]])
sage: f.cosine_series_coefficient(0,pi)
pi^2/3
}}}
Hope this is sufficient for a positive review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4616#comment:6>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---