Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 2242 by [email protected]: A general way to describe and test for
singularities is needed
http://code.google.com/p/sympy/issues/detail?id=2242
A few issues require more convenient ways to test function for
singularities.
issue 2200 limit sin(oo) )
issue 2097 the vakue of sin(oo)
issue 905 series
issue 1116 integral on the segment with singular
issue 1058 Classifying formulas
Formally, now in Sympy the `oo` has a singularity behavior in SymPy now,
And somehow is used for this aims.
Also things offered about Singularity class that allow to transit of `oo`
through e.g. `sin()` function (with morphing of infinite discontinuity
Singularity to "interval" Singularity).
Now these use-cases are shaped:
- test expression of singularity at point and detect its kind.
- find singulars on the segment
Links about singularity:
http://en.wikipedia.org/wiki/Mathematical_singularity
http://en.wikipedia.org/wiki/Classification_of_discontinuities
http://www.wolframalpha.com/input/?i=limit%28sin%28x%29%2C+x%2C+oo%29
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.