Re: [sympy] Re: [DISCUSSION] Solvers

2019-04-08 Thread Jogi Miglani
I have shared draft of my proposal with Sympy. Its in PDF format . Mentors please check it out and let me know about your suggestions - https://github.com/sympy/sympy/wiki/GSoC-2019-Current-Applications On Wed, Mar 20, 2019 at 7:01 PM Jogi Miglani wrote: > I had also tried a different approach

Re: [sympy] Re: [DISCUSSION] Solvers

2019-03-20 Thread Jogi Miglani
I had also tried a different approach i.e more general for handling modular equations locally. That was facing some issue. I will also be making a PR to get more of your suggestions. More tests I will be adding to it. On Wed, Mar 20, 2019 at 6:17 PM Yathartha Joshi wrote: > Yeah, you can but if

[sympy] Re: [DISCUSSION] Solvers

2019-03-20 Thread Yathartha Joshi
Yeah, you can but if you wish to use the code written by someone else, then you should cherry-pick the commits and then continue your work. In this way the authorship is maintained. Cheers! Yathartha Joshi On Wednesday, March 20, 2019 at 4:29:47 PM UTC+5:30, Kunal Sharma wrote: > > I was

[sympy] Re: [DISCUSSION] Solvers

2019-03-20 Thread Kunal Sharma
I was trying to implement modular equations in solveset, issue #13178 . Looking at the PR #14284 , most of the work has already been done by @ishanaj, but it looks like that the work has stalled. I would

[sympy] Re: [DISCUSSION] Solvers

2019-03-14 Thread Yathartha Joshi
Yes Kunal, this is where you should be asking the doubts, in gitter, there is a chance of the conversation being lost and also here it will be helpful to other people to add their viewpoints. Jogi, the plan looks good, go ahead with it, I will try to review and clear doubts as much as I can, I

[sympy] Re: [DISCUSSION] Solvers

2019-03-13 Thread kunal sharma
Hello everyone My name is Kunal Sharma and I am willing to work on replacing solve with solveset. As Jogi Miglani(@jmig5776) has already discussed about the functions that need to be implemented to do so I would like to share my views on some of the topics. 1. *Transolve: *A lot of work has

Re: [sympy] Re: [DISCUSSION] Solvers

2019-03-11 Thread Jogi Miglani
Thank you so much Yathartha for giving the latest updates. I am planning to complete the lambert first. I had added some reviews and comments over your PR for lambert. Please review them and let me know what you think. And i will focus on modular equations and set infrastructure after this. I

Re: [sympy] Re: [DISCUSSION] Solvers

2019-03-10 Thread Nabanita Dash
I also wanted to work on solvers,can you please lead me the way to start. On Sun 10 Mar, 2019, 6:16 PM Yathartha Joshi Hi Jogi, > > Sorry for the late reply, it has been a busy week for me. > Thanks for your interest in this project. I definitely want `solveset` to > overtake `solve` as quickly

[sympy] Re: [DISCUSSION] Solvers

2019-03-10 Thread Yathartha Joshi
Hi Jogi, Sorry for the late reply, it has been a busy week for me. Thanks for your interest in this project. I definitely want `solveset` to overtake `solve` as quickly as we can. - Regarding `transolve`, yeah the Lambert solver needs to be completed. There were few bivariate type equations