Re: [sympy] Introduction - Ben Gatten

2018-03-24 Thread Aaron Meurer
Hi and welcome. If this is for GSoC (you didn't mention), don't forget the patch requirement, which is due the same day as the proposals (this Tuesday). Aaron Meurer On Fri, Mar 23, 2018 at 10:06 PM, wrote: > Hello all, > > My name is Ben Gatten and I am a senior in

Re: [sympy] [Proposal] Mutable expressions in SymPy

2018-03-24 Thread Aaron Meurer
Assumedly the point of this is for performance, so that something like (x + y + z) + w doesn't require rebuilding x + y + z. I've thought for some time that Add should save its coeff: term dictionary, to make further additions faster. I'm not sure if this requires mutability. I believe

Re: [sympy] [Proposal] Mutable expressions in SymPy

2018-03-24 Thread Isuru Fernando
On Sat, Mar 24, 2018 at 11:16 AM, Aaron Meurer wrote: > Assumedly the point of this is for performance, so that something like > (x + y + z) + w doesn't require rebuilding x + y + z. > > I've thought for some time that Add should save its coeff: term > dictionary, to make

Re: [sympy] Re: GSoC 2018: Completing Solvers

2018-03-24 Thread Yathartha Joshi
Sorry for my late response (I was busy traveling). I see what you are trying to suggest of implementing for imageset, but I am still not sure about it whether it will be a good idea or not. I will open an issue-cum-discussion for discussing the API. Thanks! Yathartha On Saturday, March 24, 2018

[sympy] GSoC 2018: Introduction

2018-03-24 Thread murzinanastasiia
Hello, My name is Anastasiia Murzina and I am a master in ITMO University in Saint Petersburg with software development. I have been programming in Python for 2 year with visualization data, solve systems of differential equations with SymPy, writing scripts. I have experience in Monte-Carlo

Re: [sympy] Re: GSoC 2018: Completing Solvers

2018-03-24 Thread Amit Kumar
I had a look at your PR 13045 & made some comments. On Saturday, March 24, 2018 at 7:11:39 PM UTC, Yathartha Joshi wrote: > > Sorry for my late response (I was busy traveling). I see what you are > trying to suggest of implementing for imageset, but