|
From: SourceForge.net <no...@so...> - 2007-07-03 01:10:59
|
Bugs item #1730044, was opened at 2007-06-02 14:01 Message generated for change (Settings changed) made by robert_dodier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=1730044&group_id=4933 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Lisp Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stavros Macrakis (macrakis) Assigned to: Nobody/Anonymous (nobody) Summary: powerseries(1+x^n,x,0) wrong Initial Comment: powerseries(1+x^n,x,0) => 'sum((-1)^i1*x^(i1*n),i1,0,inf) but this is actually the series for 1/(1+x^n) Conversely, powerseries(1/(1+x^n),x,0) => Unable to expand This might be a simple mixup somewhere in the code.... Maxima 5.11.0 GCL 2.6.8 Cygwin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=1730044&group_id=4933 |