Re: [sympy] Re: GSOC - Improving SymPyGamma

2014-03-16 Thread SAHIL SHEKHAWAT
my porposal is at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat:-3D-plotting-in-SymPyGamma On Monday, March 17, 2014 7:38:36 AM UTC+5:30, SAHIL SHEKHAWAT wrote: I think my proposal i near to completion can you please have a look. On Wednesday, March 5, 2014

Re: [sympy] Re: GSOC - Improving SymPyGamma

2014-03-16 Thread SAHIL SHEKHAWAT
I think my proposal i near to completion can you please have a look. On Wednesday, March 5, 2014 10:07:18 AM UTC+5:30, SAHIL SHEKHAWAT wrote: Thanks David and Ondřej , i am starting writing my proposal... *thanks a lot* On Wednesday, March 5, 2014 9:54:16 AM UTC+5:30, Ondřej Čertík wrote:

Re: [sympy] Re: GSOC - Improving SymPyGamma

2014-03-04 Thread Ondřej Čertík
Hi Sahil, I think it is. Start writing it up on our wiki as Aaron just suggested today (see his email) and ping us once you have something. David Li is the expert here to consult. Ondrej On Sun, Mar 2, 2014 at 8:05 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: It is mentioned in the

Re: [sympy] Re: GSOC - Improving SymPyGamma

2014-03-04 Thread SAHIL SHEKHAWAT
Thanks David and Ondřej , i am starting writing my proposal... *thanks a lot* On Wednesday, March 5, 2014 9:54:16 AM UTC+5:30, Ondřej Čertík wrote: Hi Sahil, I think it is. Start writing it up on our wiki as Aaron just suggested today (see his email) and ping us once you have something.

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-02 Thread David Li
Why GIF? It - uses a lot of bandwidth - is rather low-quality - would have to be generated server-side, or - if done client-side, is completely redundant vs. canvas, SVG, WebGL, or any of the other client-side technologies for animation/rendering. What animations are you talking

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-02 Thread SAHIL SHEKHAWAT
It is mentioned in the IMPROVING PLOTTING MODULE section of GSOC'14 ideas. Okay GIF should not be used...i am going through Three.js and we can add mouse actions which along with d3.js will be nice. I think animations will not be needed anymore then.. But the question is still there..can you

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
For Plotting i would also like to say that we i can even try to plot in d3.js itself for reference see: https://vida.io/documents/N4jSip7n68yQ48DXp. On Saturday, March 1, 2014 10:48:47 AM UTC+5:30, SAHIL SHEKHAWAT wrote: I have been working with sympygamma from last 2-3 months and would like

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
For Plotting i would also like to say that we i can even try to plot 3D in d3.js itself for example see: https://vida.io/documents/N4jSip7n68yQ48DXp. On Saturday, March 1, 2014 10:48:47 AM UTC+5:30, SAHIL SHEKHAWAT wrote: I have been working with sympygamma from last 2-3 months and would

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread David Li
The only way to use matplotlib on App Engine is through whatever Google provides. There isn't much documentation on what it's capable of, so you'd have to look into that. For 3D plots I would suggest something using Three.js, like what Mathics has. For natural language: I found QuePy, which

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
About series, it is written in the documentation that sympy is only capable of generating sereis around 0 only, means thatit will always show term containing only x. That is something sympy needs development. I didnt knew that it already have index, it cool now I can directly parse them.

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
About series, it is written in the documentation that sympy is only capable of generating sereis around 0 only, means thatit will always show term containing only x. That is something sympy needs development. I didnt knew that it already have index, it cool now I can directly parse them.

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
About series, it is written in the documentation that sympy is only capable of generating sereis around 0 only, means thatit will always show term containing only x. That is something sympy needs development. I didnt knew that it already have index, it cool now I can directly parse them.

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
For animation i will be using GIF plugin for jquery see http://rubentd.com/gifplayer/..and i can create something which works just like the CDF plugin for browser of WOLFRAMAPLHA for the interactivity like changing the scale and parameters. Threee.js seems like really nice idea for 3-D

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-01 Thread SAHIL SHEKHAWAT
sorry the link is actually http://rubentd.com/gifplayer/ and their github repo is at https://github.com/darthrubens/gifplayer it has MIT License so i guess it will not be a problem. On Sunday, March 2, 2014 10:02:31 AM UTC+5:30, SAHIL SHEKHAWAT wrote: For animation i will be using GIF plugin