[sympy] Plan for gsoc solvers project ...

2020-03-08 Thread Muhammed abdul Quadir owais
*Plan for gsoc solvers project* Overview: As per my knowledge linsolve, nonlinsolve(except trigonometric/transcendental equations) and solve_decomposition are already in a fully fledged mode and further we just need this functionality to be integrated with solveset . So what I’ve

[sympy] Re: Gsoc 2020 : Implementing better integer factorization algorithms

2020-03-08 Thread ABHINAV ANAND
I have started making my proposal for the GSOC. This is the link https://docs.google.com/document/d/1y_kLou7NwodV75puX88Lihdkx63sw5aQEc1zVuh8_NM/edit?usp=sharing Please review my proposal and suggest any improvements. -- You received this message because you are subscribed to the Google Groups

[sympy] Re: Profiling lagrange.py

2020-03-08 Thread Dhruv Mendiratta
Any help would be greatly appreciated. On Sat, Mar 7, 2020 at 6:17 PM Dhruv Mendiratta wrote: > I have attached an html file which show the results I am getting. Even > though I have spent the past few days trying to understand the results I am > not able to. The problem seems to be that there

Re: [sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-03-08 Thread Naman Nimmo
Hi, I have completed the first draft of my GSoC Application. I know it's too early right now but I had discussed the implementation plan in Feb first week and now it took me a week to finally write it down. Some small tweaks might be needed, but I think this is ready from my side. Please review

[sympy] Re: GSOC Introduction

2020-03-08 Thread Shubham thorat
I am referring the given links for optimizing floating-point expressions https://herbie.uwplse.org/ https://ece.uwaterloo.ca/~dwharder/NumericalAnalysis/02Numerics/Double/paper.pdf *T**o Do* - *1]* *databases of rules **to find rearrangements*(the database can be updated by

[sympy] GSOC Introduction

2020-03-08 Thread shubham
Dear Developers, I am Shubham pursuing my graduation in CSE with specialization in Machine Learning . I am comfortable with python , c , c++ and very active in creating projects . Mathematics is core part for a programmer and so for me . I have been going through Sympy documentation for a

[sympy] GSoC Project | Discussion | Implementation of Functors in the Category Theory module

2020-03-08 Thread Vatsal Srivastava
Hi, I've been reading the category theory module, and I found that functors have not been implemented yet. I propose to do this during Phase 1 of the GSoC project. I was wondering if we should implement it as simply an object that stores two dicts, one would be a map between objects of two

[sympy] GSOC Introduction

2020-03-08 Thread Shubham thorat
hello everyone, I am Shubham Thorat, a third-year Electronics undergraduate at VIT, Pune India. I have been using python for the last 4 years, I participate in coding competitions on a regular basis. *Domain Of Interest* - Number Theory - Linear Algebra -

[sympy] [Sympy] GSOC 2020 Introduction

2020-03-08 Thread BHARAT KUMAR
Hi, I am Bharat Kumar and I am finally a year CSE student and also working as a software engineer for AppPefect. I am enthusiastic about participating in Google Summe of Code this time and excited to contribute to Sympy. I am also worked as a mentor for Woo-tech, ShadesofCode and SkillShip

[sympy] [DISCUSSION] Implementing Statistical Mechanics

2020-03-08 Thread Riyan
Hi, I've been going through the physics module and i found that statistical mechanics is not implemented yet. So, i am thinking of implementing Statistical Mechanics in GSoC . Please tell me your views on this idea. Regards, Riyan Dhiman -- You received this message because you are

Re: [sympy] Re: [DISCUSSION] GSOC idea about ODE

2020-03-08 Thread mohit balwani
Hi, oscar I started looking at the (Single) ODE solver closely and as suggested by you, they are to be refactored in the form of classes. After performing all this work it will be easier to maintain the code and whenever a new solver is to be added it will be very easy to add it. In my GSoC