[sympy] Re: GSOC 2016 Series expansions

2016-02-12 Thread Ralf Stephan
I think that entry may be outdated in parts. Best is you have a look at the code that is on github and compare with the entry to see what's still missing. Regards, On Friday, February 12, 2016 at 11:09:00 PM UTC+1, mvnnn wrote: > > Hi, > i am mvnnn and i will be applying for GSOC 2016. > > I wen

[sympy] Re: GSOC 2016 Series expansions

2016-02-13 Thread mvnnn
I think that entry may be outdated in parts. Best is you have a look at > the code that is on github and compare with the entry to see what's still > missing. > thanks @Ralf Stephan. i will start to work on Series-expansions issue. -- You received this message because you are subscribed to the

[sympy] Re: GSOC 2016 Series expansions

2016-02-13 Thread Sartaj Singh
Hi, Last year I implemented Formal Power Series and limits of sequences. The algorithm described in the paper is almost done. You can see the XFAILED tests in series/tests/test_formal.py and series/tests/test_limitseq.py, they can probably be made to pass. On Saturday, 13 February 2016 03:39:0

[sympy] Re: GSOC 2016 Series expansions

2016-02-13 Thread mvnnn
@Sartaj Singh thanks, i will working on this issue. -- 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 emai

[sympy] Re: GSOC 2016 Series expansions

2016-03-19 Thread mvnnn
After look through the issues labeled "series" on the issue tracker. I find that I need to improve limits and need to add some functionality in FPS, asymptotic and Order. I also need to improve rs_series or improve some series is good enough? -- You received this message because you are subs

[sympy] Re: GSOC 2016 Series expansions

2016-03-19 Thread Rehas Sachdeva
Dear developers! I am Rehas, studying at IIIT-Hyderabad, India, in 2nd year. I'm very interested to work with sympy and am interested in the idea of Series Expansion. I have experience in python, c, c++ and git. I also have good background in Calculus and have taken courses in Complex Analysi

[sympy] Re: GSOC 2016 Series expansions

2016-03-21 Thread mvnnn
My idea related this project : *Order* : 1) Impalement omega notation ---> check best case 2) Implement theta notation ---> check average case 3) if user input terms and he want to output in increasing order. in output first term is omega of all other terms and last term is big O of all other te

[sympy] Re: GSOC 2016 Series expansions

2016-03-21 Thread mvnnn
@ Aaron Meurer I need to focus only on issue or add new functionality in series expansions. -- 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...@googlegr

[sympy] Re: GSOC 2016 Series expansions

2016-03-21 Thread mvnnn
6) Add Inverse Fourier series, Add Fourier-Bessel series in Fourier series. -- 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

[sympy] Re: GSOC 2016 Series expansions

2016-03-24 Thread mvnnn
Hi all, I shared my proposal with sympy. title "GSOC 2016 Bhautik mavani: Series expansions". Any reviews and suggestions would be truly helpful for me. Thanks, mvnnn -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and

Re: [sympy] Re: GSOC 2016 Series expansions

2016-03-25 Thread Sartaj Singh
I left a few comments. All the three series expansion proposals almost look the same. Please, try to be more thorough as to how you plan to implement the proposed features. On 25 March 2016 at 08:37, mvnnn wrote: > Hi all, > I shared my proposal with sympy. title "GSOC 2016 Bhautik mavani: Serie