[sympy] Request to Join and Contribute

2017-01-16 Thread Syed Emad
Hello everyone. My name is Syed Emad and i am a student pursuing masters. I would like to join and make contributions to the Sympy project mainly to improve my programming skills. I developed an interest in python programming after taking part in a lab course at the university. I am new to the

[sympy] request to join and contribute

2017-01-16 Thread Syed Emad
Hello everyone, My name is Syed Emad and i am a student currently pursuing masters. I would like to join and make contributions to the Sympy project mainly to improve my programming skills. After undertaking a recent lab at the university i have developed an interest in python programming. I am

[sympy] GSOC 2017: NumFOCUS will be an umbrella organization

2017-01-16 Thread Max Linke
Hi Organizations can start submitting applications for Google Summer of Code 2017 on January 19 (and the deadline is February 9) https://developers.google.com/open-source/gsoc/timeline?hl=en NumFOCUS will be applying again this year. If you want to work with us please let me know and if you appl

[sympy] SymPy Workshop at FOSSASIA 2017, Singapore

2017-01-16 Thread Gaurav Dhingra
Hi, I am writing to notify that my proposal for FOSSASIA 2017 has been accepted. Though the schedule and other information are still to be decided. The title of the proposal I submitted is "Symbolic Computation with Python using SymPy" (along the lines as was subm

[sympy] How to rewrite an expression in terms of an other expression in sympy

2017-01-16 Thread Antonello L.
Hello, I am very new with SymPy. I have an expression that, once expressed in terms to an other expression, should become very nice. The problem is that I don't know how to "force" to express the original expression in terms of the other one. This is a basic example: import sympy as sp

[sympy] SymPy Workshop at FOSSASIA 2016, Singapore

2017-01-16 Thread Gaurav Dhingra
Hi, I am writing to notify that my proposal for FOSSASIA 2017 <2017.fossasia.org> has been accepted. Though the schedule and other information are still to be decided. The title of the proposal I submitted was "Symbolic Computation with Python using SymPy" (along the lines as was submitted l

[sympy] Re: issue solving algebraic system of equations

2017-01-16 Thread Michele Zaffalon
With the multiplication, after a few minutes, the answer I get is: [(0, 0, 0), (0, 1, 0), (0, RZZ/RYZ, (RYZ*RZYI - sqrt(RYZ**2*RZYI**2 + 4*RYZ**2*RZYII - 4*RYZ*RZYII*RZZ))/(2* RYZ*RZYII)), (0, RZZ/RYZ, (RYZ*RZYI + sqrt(RYZ**2*RZYI**2 + 4*RYZ**2*RZYII - 4*RYZ*RZYII*RZZ))/(2* RYZ*RZYII)),

[sympy] Re: issue solving algebraic system of equations

2017-01-16 Thread Michele Zaffalon
Are you missing the multiplication sign in the last line of your definition? Rz*Z(-Rzz + Rxz*X + Ryz* Y) On Monday, January 16, 2017 at 3:29:04 PM UTC+1, Alexander Tille wrote: > > Hi, > > please have a look at the following code: > > from sympy import * > > X,Y,Z = symbols("\X,\Y,\Z") > > Rxy

[sympy] issue solving algebraic system of equations

2017-01-16 Thread Alexander Tille
Hi, please have a look at the following code: from sympy import * X,Y,Z = symbols("\X,\Y,\Z") Rxy,Rxz, Ry,Ryx,Ryz, Rz,Rzy,Rzz = symbols("\\RXY,\\RXZ, \\RY,\\RYX,\\RYZ, \\RZ,\\RZY,\\RZZ") Rzy1,Rzy2 = symbols("\\RZYI,\\RZYII") dimensionless_DES_list = [X*(1-X - Ryx*Y),