[sympy] GSoC Idea Discussion

2021-02-12 Thread Sidharth
Hello SymPy Community! I was interested in a few ideas in the GSoC Ideas page, and wanted to know a bit more about their usefulness to the community and expected time required to finish - 1. sympy.logic - It seems like sympy.logic has a lot

[sympy] refine: Doc error in refine.py

2021-02-12 Thread Ayush Bisht
can someone help me with this? I have tried every suggestions from sympy community but still the error persist in the doc string. I have updated sympy : !pip install sympy --upgrade to sympy 1.7.1 I am using latest python 3.9.1. I have gone through the documentation and found this : *sympy.ass

Re: [sympy] GSoC Organization Applications Open

2021-02-12 Thread Psycho-Pirate
Hey Aaron, I would like to help clean up the ideas page. Please let me know how you want me to proceed. Should I just search the tags related to ideas and see how much work has been done and how much can be done in the given coding period? Prakhar Saxena On Saturday, February 13, 2021 at 3:0

Re: [sympy] GSoC Organization Applications Open

2021-02-12 Thread Aaron Meurer
Reminder that our deadline to submit our application to Google is Feb 19 (a week from today). I plan on working on the application next week, but if anyone can volunteer to go through and clean up the ideas page, that would be really helpful. Also reminder that if you are potentially interested in

Re: [sympy] AttributeError: 'LessThan' object has no attribute 'as_poly'

2021-02-12 Thread Oscar Benjamin
On Fri, 12 Feb 2021 at 14:33, mpierro3 wrote: > > I tried using nsolve like you mentioned and got it to work. I then tried > again, except adding a bound, and it produced the following error: > > from sympy import * > > M_3a = symbols('M_3a') > eqn = nsolve([Eq(0.56*(0.33*M_3a**2 + 1)**1.99/M_3a,

Re: [sympy] GSoC Idea Discussion

2021-02-12 Thread cheshta babbar
Thank you Oscar, I'll keep in mind to put the reference next time. Also, I went through the issue you just shared, it looks like a good idea for gsoc, could someone guide me on it? I have fairly good understanding of the algorithm and would start working on it right away, though some supervision wo

Re: [sympy] AttributeError: 'LessThan' object has no attribute 'as_poly'

2021-02-12 Thread mpierro3
I tried using nsolve like you mentioned and got it to work. I then tried again, except adding a bound, and it produced the following error: from sympy import * M_3a = symbols('M_3a') eqn = nsolve([Eq(0.56*(0.33*M_3a**2 + 1)**1.99/M_3a, 2.77), M_3a <= 1], [M_3a], 0.2) print(eqn) AttributeError:

Re: [sympy] GSoC Idea Discussion

2021-02-12 Thread Oscar Benjamin
On Fri, 12 Feb 2021 at 13:13, cheshta babbar wrote: > > While going through ideas , I found this idea , Multivariate polynomials and > factorization, using Gao's partial differential equations approach, very > appealing . I wanted to know if this idea is outdated or is being considered > for th

[sympy] GSoC Idea Discussion

2021-02-12 Thread cheshta babbar
Hi, While going through ideas , I found this idea , *Multivariate polynomials and factorization*, using Gao's partial differential equations approach, very appealing . I wanted to know if this idea is outdated or is being considered for this year's GSoC . Also, it'd be great to have someone g