[sympy] Introduction and a question

2019-03-09 Thread Mark Juers
I'm a 4th-year PhD student in evolutionary biology at Indiana University in Bloomington, IN. I've been using Python for about a year for various biology projects and am working on a package related to my dissertation work. I am looking to replace Mathematica with SymPy in my workflow. I use

[sympy] Introduction

2019-03-09 Thread gaurav sharma
My name is *Gaurav Sharma*. I am a fourth year (senior ) student at Jecrc University, Jaipur(INDIA). I have been working with python for almost 5 years and created various projects in python. I am familiar with mathematics at the undergrad level. I am currently learning Deep learning and also

[sympy] Introduction GSoC'19

2019-03-09 Thread Aditya Gulati
Hello everyone, My name is *Aditya Gulati*. I am a second year student at Indian Institute of Technology Kanpur (IITK) working on my degree towards *Mathematics and Scientific Computing*. I have around *4 year experience in python* and about *2 years experience in sympy*. I have finished

[sympy] GSoC'19 Introduction and Interests

2019-03-09 Thread Rounak Agarwal
Hello, I am Rounak Agarwal, a third year CSE undergraduate at IIIT Jabalpur, India. I am looking to contribute to SymPy. I went through the ideas listed at https://github.com/sympy/sympy/wiki/GSoC-2019-Ideas I am interested in *Improve the plotting module *and also a few of *Mathematics

Re: [sympy] Can sympy solve (1. - (x ** n)) ** (1/n) = y , and similar?

2019-03-09 Thread Aaron Meurer
solveset should be able to solve equations like this. If it can't, please open an issue for it. For me it works just fine for solveset(Eq((1-(x**2))**(S(1)/2), S(1)/2), x). It does have problems with the general symbolic solveset(Eq((1-(x**n))**(S(1)/n), y), x) because of domain and assumptions

[sympy] Introduction

2019-03-09 Thread gaurav sharma
Hello Everyone, I am Gaurav Sharma, a fourth-year(Senior) at Jecrc University, Jaipur(INDIA) speaks English and Hindi. I have 5 years of experience in working with python & also created various projects in python and javscript and other languages. I am very familiar with mathematics to the

[sympy] Re: GSoC19 Initial Proposal-Review

2019-03-09 Thread Arif Ahmed
Start by making a preliminary PR in the module(either for existing issues or improving the functionality). Then by looking at your changes we can suggest improvements and guide you further. On

Re: [sympy] Computational Group Theory Project Idea

2019-03-09 Thread Arif Ahmed
I would recommend you to attempt contributing to the group theory module. Using a library and contributing to it are quite different. On Saturday, March 9, 2019 at 2:45:02 AM UTC+5:30, Vinayak Shukla wrote: > > Hey there, Aaron. > I have gone through the documentation as well as the previous