[sympy] Introduction and Idea for GSOC 2020 (Parsing)

2020-02-15 Thread Souvik Mandal
Hi, I am Souvik Mandal. I am a fourth-year computer and engineering student from IIT Indore. I am interested in working in the Parsing project under Computer Science, Graphics, and Infrastructure Projects section. I have few doubts regarding the project - Do I need to design the AST, or will

[sympy] prospective student for GSOC 2020 : probability

2020-02-15 Thread Ahmat
Hi, I am Ahmat Hamdan, Engineer's degree in statistics 3rd year student from ISSEA and i am looking forward to participate in GSOC 2020 for which I decided to explore the project "probability". Regarding the project, I have quite a good experience in Python(numpy, scipy, sympy, matplotlib,

[sympy] Permutation group triple product property

2020-02-15 Thread Mohit Gupta
Hello everyone, I was thinking of Implementing *Permutation group triple product property* as suggested by *S.Y. Lee* here (https://github.com/sympy/sympy/issues/18525

[sympy] Permutation group triple product property

2020-02-15 Thread Mohit Gupta
Hello everyone, I was thinking of Implementing *Permutation group triple product property* as suggested by *S.Y. Lee* here (https://github.com/sympy/sympy/issues/18525 ). You can see more about it using these two links: 1.)https://en.wikipedia.org/wiki/Triple_product_property

Re: [sympy] Re: Behaviour of symbols with and without assumptions in sympify

2020-02-15 Thread ludi
On Saturday, 15 February 2020 00:55:20 UTC+1, Aaron Meurer wrote: > > ... > The best recommendation is in general to avoid sympify, unless you are > processing arbitrary strings > Thanks for the reply, but as I am processing user-input I think there is no way around sympify. -- You