[sympy] Doit method in concrete

2021-11-06 Thread Anderson Bhat
Hello guys , I am working on couple of Pr's extending the functionality of the doit method in the concrete module , I noticed that one inconsistency leads to couple of errors . Product(1, (n, 1, oo)).doit() returns 1 and 1**oo returns NaN. Other integers work as expected . These expressions are

Re: [sympy] Doit method in concrete

2021-11-06 Thread Anderson Bhat
t; 1^oo := lim(1^n) = lim(1) = 1. >> >> The other 'limits' seem to me to be an inadmissible 'exchange' of limits: >> 1 != (1 + 1/n) for any finite n >> >> On Sat 6. Nov 2021 at 14:15, Oscar Benjamin >> wrote: >> >>> On Sat, 6 Nov 20

[sympy] Is gruntz expected to work properly for factorial2 (Double factorial) ???

2021-11-07 Thread Anderson Bhat
I caught this while trying to execute the is_convergent() method from the concrete module for Sum . So the problem is that any expression of the form Sum( f(x), (x, 1, oo)).is_convergent() where f(x) contains factorial2 either gives out an error or False. Some examples being >>> Sum(factorial

[sympy] Doubt regarding as_leading_term for multivairate case

2021-11-09 Thread Anderson Bhat
Hey guys ! I am working on a Pr based on the as_leading_term() method of core/expr.py (specifically on multivariable cases) . I would be glad if someone could clarify whether (1/x + y).as_leading_term(x) and (1/x + y).as_leading_term(y), both should give back 1/x as the output !! I am not th

[sympy] Asking for reviews/help on Prs

2022-03-03 Thread Anderson Bhat
Hello developers, As pointed out in the issues page by Oscar and others. ( Add note about review procedure (no pinging on opening PR!) · Issue #23179 · sympy/sympy (github.com) ) pinging for reviews isn't helping too much (gets random sometimes

[sympy] Re: Need GSoC mentors and help updating ideas page

2024-02-10 Thread Anderson Bhat
Hello All, I've updated the ideas for the topic "Improving Series Expansions & Limit Computations" (which is the project I worked on during GSoC 2022) for GSoC 2024. I think I've explained it enough for anyone to understand and frame a proposal. If anyone has any doubts they could reach out to

[sympy] Re: In memory of Kalevi Suominen

2024-03-12 Thread Anderson Bhat
Hello All, This is very sad to hear for me. Being someone who worked with him for like 6 - 8 months (Oct 2021 - Apr 2022 while I used to contribute to the Series & Limits module and May 2022 - Aug 2022 while Kalevi was my GSoC Mentor) , I can say that this is a huge loss for the community. If y