Re: [sympy] End user question - usage on Ubuntu with PyPy

2019-03-10 Thread Oscar Benjamin
I generally use virtual environments to test development versions of Python libraries. Within the virtual environment you can install the library using pip install -e. Create and activate virtualenv: enojb@IT035770:~/current/tmp$ mkdir pypydemo enojb@IT035770:~/current/tmp$ cd pypydemo/

[sympy] End user question - usage on Ubuntu with PyPy

2019-03-10 Thread Rathmann
When I was using a development repository and wanted to test with PyPy, I wrote a little bash function that would set PYTHONPATH to include whatever repository I was interested in, and then call PyPy. That way I didn't need to change my environment, and could easily switch from tree to tree.

[sympy] GSOC'19 Project Ideas Discussion: Group Theory, System Dynamics and Classical Mechanics

2019-03-10 Thread Kumar Himanshu
Hi! I am Kumar Himanshu, junior year student of Computer Science and Engineering at IIIT Vadodara, I went through the various project ideas of SymPy organisation for GSOC'19 and I am particularly interested in following project ideas: 1. Group Theory 2. System Dynamics: Bond Graph Tools 3.

Re: [sympy] Introduction and a question

2019-03-10 Thread Oscar Benjamin
There probably is a better way of doing this in your problem but I just want to point out a way to "manually" extract parts of an expression. Let's create an expression with a few parts: In [1]: a, b, c, x = symbols('a b c x') In [2]: p = a*x**2 + b*x + c In [3]: r1, r2 = solve(p, x) In [4]:

Re: [sympy] Introduction and a question

2019-03-10 Thread Mark Juers
In my real problem, d is an arbitrarily complex expression I'd rather not type out in full, and the factored part is inside a subexpression, so I'm not sure I could get this to work. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe

[sympy] Re: GSoC19 Initial Proposal-Review

2019-03-10 Thread Nabanita Dash
thank you -- 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+unsubscr...@googlegroups.com. To post to this group, send email to sympy@googlegroups.com. Visit this

Re: [sympy] Re: [DISCUSSION] Solvers

2019-03-10 Thread Nabanita Dash
I also wanted to work on solvers,can you please lead me the way to start. On Sun 10 Mar, 2019, 6:16 PM Yathartha Joshi Hi Jogi, > > Sorry for the late reply, it has been a busy week for me. > Thanks for your interest in this project. I definitely want `solveset` to > overtake `solve` as quickly

[sympy] Re: [DISCUSSION] Solvers

2019-03-10 Thread Yathartha Joshi
Hi Jogi, Sorry for the late reply, it has been a busy week for me. Thanks for your interest in this project. I definitely want `solveset` to overtake `solve` as quickly as we can. - Regarding `transolve`, yeah the Lambert solver needs to be completed. There were few bivariate type equations

[sympy] GSOC19 INTRODUCTION AND PROJECT DESCRIPTION

2019-03-10 Thread Abhishek Jha
Hello Everyone, *About Myself:* Myself Abhishek Jha, a second year student pursuing majors in *Computer Science and Engineering at Vellore Institute of Technology.* I have been using python for developing major of my proficient projects since last *three years*. *My Interests and Works* My

Re: [sympy] Introduction and a question

2019-03-10 Thread Oscar Benjamin
I'm not sure if this would work for your real problem but for this example you can do: In [8]: factor(test-d)+d Out[8]: d - (a - b)⋅(c - 1) On Sun, 10 Mar 2019 at 07:56, Mark Juers wrote: > > I'm a 4th-year PhD student in evolutionary biology at Indiana University in > Bloomington, IN. I've

[sympy] Introduction

2019-03-10 Thread Anubhav Sachan
Hey! I am Anubhav Sachan, a sophomore (4th Semester) student in the department of Electronics and Communication Engineering at National Institute of Technology, Silchar. I was going through a lot of projects and organisations in GSOC, when I came across `sympy`. Since I have particular

[sympy] Gsoc Project idea " Efficient Equation of Motion Generation with Python" discussion.

2019-03-10 Thread Shiksha Rawat
Hello, I am Shiksha , a second-year undergrad from India. I have been contributing to Sympy for more than a month now. While going through Gsoc Ideas page, I found Efficient Equation of Motion Generation with Python interesting.I had a