Dear group,
Am I correct that the write-up about assumptions found here relates to the old-style assumptions:
https://docs.sympy.org/latest/modules/assumptions/assume.html
Is there any documentation relating to the new assumptions?
It would be really helpful if the documentation for old or new assumptions indicated which type it related to.
David
--
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 sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/bbdc2130-172b-4d04-a542-95321e3de4d1o%40googlegroups.com.
(%i2) sum(z^k / k, k, 1, inf);                  inf                  ====  k                  \   z(%o2)                >  --                  /   k                  ====                  k = 1(%i3) sum(z^k / k, k, 1, inf), simplify_sum;(%o3)              - log(1 - z)> To unsubscribe from this group and stop receiving emails from it, send an email to sy...@googlegroups.com.
> To unsubscribe from this group and stop receiving emails from it, send an email to sy...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxSDoXwdeCa%2BP-mceZOrgnwZn7i_-eL%2BoMT5HLND31__Ew%40mail.gmail.com.
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/jDCY_lqGsJU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxSqE1exS%3D4zCctT3R4xwKXKY0JZaF3UjXvqpzYgou%3D-1w%40mail.gmail.com.
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/jDCY_lqGsJU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxSqE1exS%3D4zCctT3R4xwKXKY0JZaF3UjXvqpzYgou%3D-1w%40mail.gmail.com.
I wanted a CAS to teach me about convergence conditions. I definitely don't want a CAS where I have to write the assumptions handler before it can teach me. If I write the assumptions handler wrong, I teach myself wrong math. Totally not why I installed four CAS.
I think it is important to be realistic. A CAS cannot teach you about math, any more than it can give a totally authoritative answer to anything - because all software has bugs and limitations. I used to use Mathematica, and I can tell you that it too had its bugs and limitations. The problem is that if you find a problem with one CAS and try it on another, independently developed, CAS there is a fair chance it will work, but of course they will probably be other examples where it will fail and SymPy will succeed.
SymPy is available as totally free software, and I don't like to see a user, who can't show the courtesy to reveal his name, abusing the people who do so much work for us all.
Many thanks to everyone else for bearing up so well to this
abuse, and for the work you all put in on SymPy, and for your
extremely helpful replies to questions!