[sympy] New to Sympy : Working on the Issue (No solving of Matrix Equations possible) #7379

2014-12-14 Thread AMiT Kumar
Hi everyone, I am Amit kumar from India, pursuing Mathematics & Computing Engineering and ofcourse with interests in Mathematics as well as Sympy. I have a decent knowledge of Python. I would like to start contributing to sympy. I have gone through the tutorials as well as enough Documentation

Re: [sympy] Contribute to Sympy in Gsoc 2015

2014-12-14 Thread Sushant Hiray
Hi Tushar, Since you've mentioned C/C++ I suspect you're actually interested in CSymPy. You can check into issues . They are mostly categorized as: * bug * codequality * enhancement * performance * printing As a starter, check into bugs or printing, these

Re: [sympy] plotting a conic section by knowing its standard equation

2014-12-14 Thread Aaron Meurer
To get a set of functions to plot, you would use solve(), like solve(Eq(x**2 + y**2, 1), y). This will return two solutions, which when plotted simultaneously, should give a full circle. An easier way is to use plot_implicit(), which doesn't require solving, and will work even for equations that c

[sympy] plotting a conic section by knowing its standard equation

2014-12-14 Thread Lorenzo Bercelli
hello everybody, I got a very silly question: what's the best way to plot a conic section on a plane if I have its standard equation (e.g.: x^​2^+y^^2​​ =1)? I've tried plot but it needs a univariate expression, and I haven't been able to find a method to transform the expression into f(x) = \pm

Re: [sympy] Re: Wish to contribute to SymPy

2014-12-14 Thread Aaron Meurer
On Sun, Dec 14, 2014 at 10:03 AM, Shashank Shekhar wrote: > Thanks for the link but as I already mentioned I have started going through > how to contribute and tutorials . > > I had a query which I would be glad if you could answer .Going through the > issues under "Easy to fix" label on your Issu

[sympy] Re: Wish to contribute to SymPy

2014-12-14 Thread Shashank Shekhar
Thanks for the link but as I already mentioned I have started going through how to contribute and tutorials . I had a query which I would be glad if you could answer .Going through the issues under "Easy to fix" label on your Issues page I found this issue posted in April - No solving of matrix

Re: [sympy] Contribute to Sympy in Gsoc 2015

2014-12-14 Thread Saurabh Jha
Hi Tushar, The link you found is of CSympy. There is also a Sympy project (written in Python) https://github.com/sympy/sympy As regards to getting started in contributing, please have a look at this https://github.com/sympy/sympy/wiki/introduction-to-contributing As for GSOC, you can start fixi

[sympy] Re: Wish to contribute to SymPy

2014-12-14 Thread Sergey Kirpichev
https://github.com/sympy/sympy/wiki/introduction-to-contributing -- 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 gro

Re: [sympy] Re: Subs behavior

2014-12-14 Thread Aaron Meurer
It looks like this works in master now (it gives Abs(tan(x))/tan(x)**4). I bisected it to commit 8b7642466e756f55bcbe7f6e8c108908f576e743 Author: zanzibar7 Date: Sat Nov 1 19:28:56 2014 -0400 fixes Abs(x)**-3 bug This was the pull request https://github.com/sympy/sympy/pull/8359. Aaron M

[sympy] Contribute to Sympy in Gsoc 2015

2014-12-14 Thread TUSHAR SONI
Hi, I want to contribute in Sympy in next year's Gsoc2015. I know C/C++ and JS but don't know how to getting started with this project. So can anyone help me for further progress. I found its github link https://github.com/sympy/csympy but i don't know what should i do here. Please help me. T

[sympy] Wish to contribute to SymPy

2014-12-14 Thread Shashank Shekhar
Hi, I am Shashank Shekhar ,currently in fourth semester of my undergraduate studies majoring in electronics.I am new to the open-source community and would be glad if someone could help me get started . I came across SymPy while looking for maths/science Python based organisations where