Re: [sympy] Re: [Discussion] GSoC 2020: Improving and extending ODE

2020-02-23 Thread Milan Jolly
So, I am interested in rewriting parts of the current ODE as discussed in the roadmap. Is there any work started in that direction and if not then can I create a PR for the same? On Mon, Feb 24, 2020, 2:52 AM Oscar Benjamin wrote: > The current refactoring effort applies only to the case of

Re: [sympy] Re: [Discussion] GSoC 2020: Improving and extending ODE

2020-02-23 Thread Oscar Benjamin
The current refactoring effort applies only to the case of solving *single* ODEs. The ODE systems code also needs to be refactored but (in my opinion) needs a complete rewrite. That is what the roadmap is about (it describes how to rewrite everything). The code for systems of ODEs should also get

[sympy] Re: [Discussion] GSoC 2020: Improving and extending ODE

2020-02-23 Thread Milan Jolly
Ok so I have gone through the links suggested and I have realised that as far as ODE module is concerned, refactoring is the most important task. But, as far as that is concerned, I think Mohit Balwani is working on this for a while and I want to limit any collisions with my co-contributors.

Re: [sympy] Re: [Discussion] GSoC 2020 Stats module

2020-02-23 Thread 'Smit Lunagariya' via sympy
Hi Gagandeep, Thanks for your response. I would surely go with the suggestion and change the timeline accordingly. -- 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] Introduction to the SymPy community

2020-02-23 Thread Naoki Ishii
Hello, I am Naoki Ishii, a first year student of the University of Tokyo. I am enthusiastic about participating in Google Summer of Code and contributing to SymPy. Especially, I am interested in the expansion of Sympy's solver functions. I have a year of experience in writing Python codes (and

[sympy] GSoC 2020 Introduction

2020-02-23 Thread Mugdha Joshi
Hello Everyone, I am Mugdha Joshi, a fourth-year undergraduate student from Gyan Ganga Institute of Technology and Sciences, Jabalpur, Madhya Pradesh, India. I have 3 years of experience in Python. I use Python for competitive programming and implementing machine learning and deep learning

[sympy] GSOC Introduction

2020-02-23 Thread Sagnik Chatterjee
Hello everyone .. My name is Sagnik Chatterjee .. I am a sophomore in Computer Science in Manipal Institiute of Technology Manipal..I am excited about this project and hopefully make some useful contributions. -- You received this message because you are subscribed to the Google Groups

Re: [sympy] [Discussion] GSoC 2020: Improving and extending ODE

2020-02-23 Thread Milan Jolly
Thanks Aaron Meurer and Oscar Benjamin. I will look into the links you shared and start working towards them right away. On Sun, Feb 23, 2020, 3:44 PM Oscar Benjamin wrote: > I have started writing a roadmap and intro to the maths for dsolve for > systems here: >

Re: [sympy] [Discussion] GSoC 2020: Improving and extending ODE

2020-02-23 Thread Oscar Benjamin
I have started writing a roadmap and intro to the maths for dsolve for systems here: https://github.com/sympy/sympy/wiki/ODE-Systems-roadmap On Sun, 23 Feb 2020 at 05:22, Aaron Meurer wrote: > > Are you familiar with Oscar's efforts to refactor the ODE module? >