|
From: SourceForge.net <no...@so...> - 2007-04-02 08:46:57
|
Bugs item #1692729, was opened at 2007-04-02 01:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=1692729&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: coeff, ratcoef on Taylor series around inf Initial Comment: It seems that coeff() and ratcoef() have trouble extracting coefficients from Taylor expansions around infinity: (%i119) taylor(1/x, x, inf, 1); 1 (%o119)/T/ - + . . . x (%i120) ratcoef(taylor(1/x, x, inf, 1), x, -1); (%o120)/R/ 0 (%i121) coeff(taylor(1/x, x, inf, 1), x, -1); (%o121)/R/ 0 A work-around is to get rid of the Taylor property, e.g., by wrapping the expression in subst(0, 0, ...). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=1692729&group_id=4933 |