SymPy does have Sum.is_convergent, which is new since 1.0. It would need to be integrated into SymPy Gamma.
Aaron Meurer On Tue, Mar 15, 2016 at 10:20 PM, Nicolas Jimenez <[email protected]> wrote: > One things our users are complaining about is the lack of clarity when > dealing with infinite sums. Are there any plans in Sympy to provide this > information? For example, infinite series diverge by ratio test etc. This > would be super useful for learning calculus. > > On Tue, Mar 15, 2016 at 11:07 AM, Nicolas Jimenez <[email protected]> > wrote: >> >> We are developing an app where you can take a picture of an equation and >> it will add it to a Latex document which you can access on your desktop. >> Would such an app suit your needs? >> >> - Best, >> Nico >> >> On Tue, Mar 15, 2016 at 10:58 AM, Aaron Meurer <[email protected]> wrote: >>> >>> I just tried using it to take some pictures of some integrals on >>> https://en.wikipedia.org/wiki/Lists_of_integrals and it seems to work >>> just fine. >>> >>> Aaron Meurer >>> >>> On Tue, Mar 15, 2016 at 4:23 AM, Francesco Bonazzi >>> <[email protected]> wrote: >>> > Hi Nicolas, >>> > >>> > are there any chance that you adapt your algorithm to extract formulae >>> > from >>> > PDF in a desktop computer? >>> > >>> > I'm currently aware of InftyReader, but it's extremely expensive, >>> > supports >>> > Windows only, and doesn't copy the formulae directly to a computer >>> > algebra >>> > system. >>> > >>> > On Sunday, 13 March 2016 03:46:25 UTC+1, Nicolas Jimenez wrote: >>> >> >>> >> Hi all, >>> >> >>> >> I am the lead developer for Mathpix (http://mathpix.com/). We have >>> >> developed the word's first app that can solve math by simply taking >>> >> pictures >>> >> of your handwriting. We use Sympy and SympyGamma as part of our >>> >> stack. >>> >> Firstly, we wanted to thank the Sympy project for making this app >>> >> possible. >>> >> Secondly, if anyone is interested in helping us make the app better >>> >> and >>> >> contributing back to Sympy (eg. see: >>> >> https://github.com/augustt198/latex2sympy), please contact me, we are >>> >> venture backed and located in SF. >>> >> >>> >> Cheers, >>> >> Nico >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> > "sympy" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an >>> > email to [email protected]. >>> > To post to this group, send email to [email protected]. >>> > Visit this group at https://groups.google.com/group/sympy. >>> > To view this discussion on the web visit >>> > >>> > https://groups.google.com/d/msgid/sympy/58f5edc5-7863-4c6a-99ed-1a1b09eaead0%40googlegroups.com. >>> > >>> > For more options, visit https://groups.google.com/d/optout. >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "sympy" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/sympy/me0oxyjj1uw/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/sympy. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BCgo6Pmgkhae8nrEHm7SGoDa%2ByZBqxBRBtbT0RADxo5Q%40mail.gmail.com. >>> For more options, visit https://groups.google.com/d/optout. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAHdwqwcfurjU27vtfzahCVzn6%3D5VSAVi9H72CHRT7riBvji2Xw%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6Kv_mdQJ%2B8%2BK%3DiVnT4BsKmXdWEvLE0qfuyHA-D6dMp0eA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
