Updates:
        Labels: Milestone-Release0.7.0

Comment #3 on issue 1756 by ronan.l...@gmail.com: Division by order terms is invalid
http://code.google.com/p/sympy/issues/detail?id=1756

The best way to solve this would probably be to scrap the Order class and replace it with an object representing « développements limités » [1] or asymptotic expansions, with the following syntax: DéveloppementLimité(expression, variable, expansion_point, order). O(x) would then just be a notational artefact to express "order" and, to
provide intuitive input, a shortcut for DéveloppementLimité(0, x, 0, x).

This is causing very confusing errors, so it should have quite a high priority even
though it seems arcane and difficult.

[1] - This concept doesn't really seem to exist in English, "truncated Taylor
expansion in big-O notation" is the shortest equivalent I can find.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to