Re: [sympy] Physics Vector Module: Subtract two points to get a vector?

2015-09-14 Thread Sahil Shekhawat
You can get the relative position vector by "pos_from" method in Point class. Here are the docs http://docs.sympy.org/latest/modules/physics/vector/api/kinematics.html#sympy.physics.vector.point.Point.pos_from On Monday, September 14, 2015 at 6:22:33 PM UTC+5:30, jj20...@gmail.com wrote: > >

Re: [sympy] PyDy Website Sprint this weekend Sat February 7, 2015 18:00-3:00 UTC

2015-02-02 Thread Sahil Shekhawat
I'm in too. For anyone who don't know me yet, I am a sophomore at IIIT Delhi, New Delhi. I am in sympy community from past one year and have experience in many Web frameworks like Rails, Django etc. On Tue, Feb 3, 2015, 2:38 AM Jason Moore moorepa...@gmail.com wrote: Howdy PyDy and SymPy

Re: [sympy] Ipython notebook integration

2015-01-27 Thread Sahil Shekhawat
get the python code for that expression. On Wednesday, January 28, 2015 at 2:34:32 AM UTC+5:30, Aaron Meurer wrote: I'm a little unclear on what you are suggesting to do here. Can you give a simple example of what it would look like? Aaron Meurer On Tue, Jan 27, 2015 at 6:27 AM, Sahil

[sympy] Ipython notebook integration

2015-01-27 Thread Sahil Shekhawat
Inspiration is this question http://stackoverflow.com/questions/28090998/display-results-form-python-execution-in-markdown-cell-of-a-ipython-notebook and this PR https://github.com/sympy/sympy_gamma/pull/32 (this is a kind of hack and should not be merged) I want to implement ipython notebook

[sympy] Re: Help modifying Sympy Gamma

2015-01-22 Thread Sahil Shekhawat
I couldn't find a way to use xor in Gamma, so a hack would be skip transformation of ^ to ** which is here:https://github.com/sympy/sympy_gamma/blob/master/app/logic/logic.py#L154 e.g. transformations.extend(tuple(custom_implicit_transformation)) On Friday, January 23, 2015 at 7:52:51 AM

[sympy] Re: Help modifying Sympy Gamma

2015-01-22 Thread Sahil Shekhawat
: auto_number is already included in the standard transformations and thus, can be causes no behavior changes except converting xor. transformations.extend((auto_number, custom_implicit_transformation)) On Friday, January 23, 2015 at 10:57:28 AM UTC+5:30, Sahil Shekhawat wrote: I couldn't find

Re: [sympy] Re: Erroneous series expansion of tan(x)

2014-06-09 Thread SAHIL SHEKHAWAT
@Ondřej : I dont think there is a bug. the x actually represent (x - pi/2). refer to docstring of Expr.series. On Sun, Jun 8, 2014 at 9:16 PM, Avichal Dayal avichal.da...@gmail.com wrote: After shifting tan(x) by pi/2, it finds the series of tan(x - pi/2) at x0 = 0 And that is what we are

[sympy] How can I call sympy by javascript with django / jquery or ajax

2014-06-06 Thread SAHIL SHEKHAWAT
Peter! I dont understand what is it exactly that you want to do but still I would like to help. On 7 Jun 2014 06:00, Alan Bromborsky abro...@verizon.net javascript:_e(%7B%7D,'cvml','abro...@verizon.net'); wrote: In the meantime, I tried to install SympyGamma and the Google app engine, as it

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Are you talking about 3D (multivariable graphso)? SymPy Gamma does not use matplotlib for its plotting,for 2D it uses a javascript library D3.js and it is still not able to plot 3D On Sun, Apr 27, 2014 at 11:51 PM, jiju jijutdas2...@gmail.com wrote: I think I got the issue. lot of files are

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
It seems like the js files in your js folder are missing...are there any files? if not then please download/ clone again On Mon, Apr 28, 2014 at 12:07 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Are you talking about 3D (multivariable graphso)? SymPy Gamma does not use matplotlib

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Have you updated the submodules? On Monday, April 28, 2014 12:15:51 AM UTC+5:30, jiju wrote: Yes, I downloaded and then the 404 error is gone. But, in place of the graph, I am getting the following error now

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Please refer to https://github.com/sympy/sympy_gamma/blob/master/README.rst#installationfor updating the submodules On Mon, Apr 28, 2014 at 12:21 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Have you updated the submodules? On Monday, April 28, 2014 12:15:51 AM UTC+5:30, jiju

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
It is highly recommended that you clone the Gamma rather than downloading it as zip..Getting the submodules within zip is an issue many people are griping about. you can see http://stackoverflow.com/questions/12936014/include-a-github-submodule-automatically-in-downloadfor a solution. Sure, give

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Oh! i almost forgot...you need to install Numpy..sorry about that..it is clear now that you had the submodules even in the downloaded folder.. On Mon, Apr 28, 2014 at 1:16 AM, jiju jijutdas2...@gmail.com wrote: Dear Sahil, I have cloned it. Still the result is same. Everything is working

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
with python3. Only 2.7 is supported. On Monday, April 28, 2014 5:14:13 AM UTC+5:30, Aaron Meurer wrote: Does the App Engine runtime warn you if there are any differences between your local Python and the one from the real App Engine? Aaron Meurer On Sun, Apr 27, 2014 at 3:08 PM, SAHIL SHEKHAWAT

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
oh! I am talking about Google App Engine, not specific to gamma. On Monday, April 28, 2014 7:32:15 AM UTC+5:30, SAHIL SHEKHAWAT wrote: Gamma supports only python2.7, if you are using a different python version Gamma does *NOT* specifically give error about python version, instead

[sympy] Re: Web Backend for SymPy

2014-04-22 Thread SAHIL SHEKHAWAT
And also, @Aaron or @Ondrej can you tell me what is it that i lack which lead to the Rejection of my GSOC Proposal, I want to improve on those factors.. Thanks On Tuesday, April 22, 2014 9:56:07 AM UTC+5:30, SAHIL SHEKHAWAT wrote: I personally feel that like other CAS ( mathematica

Re: [sympy] Re: Web Backend for SymPy

2014-04-22 Thread SAHIL SHEKHAWAT
more on specific feedback about what you could have done to improve your chances of success with GSoC. Thanks for your continued interest. We can still help you move forward with your ideas. Jason moorepants.info +01 530-601-9791 On Tue, Apr 22, 2014 at 5:06 AM, SAHIL SHEKHAWAT

[sympy] Web Backend for SymPy

2014-04-21 Thread SAHIL SHEKHAWAT
-Sahil-Shekhawat%3A-Web-based-backend-for-SymPy%27s-plotting-module-and-3D-plotting Is there something which i must not do or something which i missed ? I can not commit full time so it might be slow but i will try my best. Please help me to make SymPy even better Thanks Sahil Shekhawat -- You

Re: [sympy] Re: Automatic deployment of SymPy Live/Gamma

2014-04-20 Thread SAHIL SHEKHAWAT
+1 :D On 21 Apr 2014 06:51, David Li li.david...@gmail.com wrote: Okay. So we have some other options: - Google provides Push to Deployhttps://developers.google.com/appengine/docs/push-to-deploy, which automatically deploys a linked repository whenever it is pushed to.

[sympy] What count_ops() means?

2014-04-10 Thread SAHIL SHEKHAWAT
Hey everyone, I have been working with *count_ops()* so that logic functions can also be counted as an operation but there has been a bit of confusion about its real meaning. See my PR https://github.com/sympy/sympy/pull/7303 Firstly, I don't want to count *Basic(x)* as an operation as all the

Re: [sympy] What count_ops() means?

2014-04-10 Thread SAHIL SHEKHAWAT
at 8:40 AM, SAHIL SHEKHAWAT sahilshe...@gmail.comjavascript: wrote: Hey everyone, I have been working with *count_ops()* so that logic functions can also be counted as an operation but there has been a bit of confusion about its real meaning. See my PR https://github.com/sympy/sympy/pull

Re: [sympy] What count_ops() means?

2014-04-10 Thread SAHIL SHEKHAWAT
Can you please restart the travis test https://travis-ci.org/sympy/sympy/builds/22709118 ,It took more than 50minutes and errored. thanks On Friday, April 11, 2014 6:41:10 AM UTC+5:30, SAHIL SHEKHAWAT wrote: I have tried to do the same by taking Boolean in account and handling them

Re: [sympy] Error in Travis

2014-04-05 Thread SAHIL SHEKHAWAT
Thanks, It passed! :) On Sat, Apr 5, 2014 at 11:06 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: oh yes! i do. Can you please restart https://travis-ci.org/sympy/sympy/builds/22280236 Thank you aaron On Sat, Apr 5, 2014 at 11:02 AM, Aaron Meurer asmeu...@gmail.com wrote

Re: [sympy] Error in Travis

2014-04-05 Thread SAHIL SHEKHAWAT
Is there anything else i must add/change into my PR https://github.com/sympy/sympy/pull/7303 ? On Sat, Apr 5, 2014 at 11:38 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Thanks, It passed! :) On Sat, Apr 5, 2014 at 11:06 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: oh

Re: [sympy] Mixing boolean and abstract types

2014-04-04 Thread SAHIL SHEKHAWAT
I don't understand what you mean by boolean ITE function can you please explain that? BUT I think ITE work well if cond is a bool when x and y are arbitary symbols. for example: IN [1]:* ITE**(True, x , y)* OUT [1]:* x* in the second part of your question if cond is a bool then yes ,*

Re: [sympy] Mixing boolean and abstract types

2014-04-04 Thread SAHIL SHEKHAWAT
/logic/boolalg.html#ITE. But it requires all three arguments to be boolean. When I try: cond, x, y = symbols('cond x y') ITE(cond, x, y) + ITE(cond, y, x) I get a TypeError: unsupported operand type(s) for +: 'Or' and 'Or' On Friday, April 4, 2014 12:17:00 PM UTC-4, SAHIL SHEKHAWAT wrote: I

[sympy] Re: StackOverflow

2014-04-04 Thread SAHIL SHEKHAWAT
+1 I did this and will try to help..It a nice idea. On Saturday, April 5, 2014 5:15:01 AM UTC+5:30, Aaron Meurer wrote: In case people missed it in the other thread, I highly recommend people to help answer SymPy questions on StackOverflow. You can go to http://stackexchange.com/filters/

[sympy] Re: Mixing boolean and abstract types

2014-04-04 Thread SAHIL SHEKHAWAT
Still i emphasis on the fact that i am not that much experienced you can wait for other experienced developers to reply or you can also join us on gitter. https://gitter.im/sympy/sympy On Friday, April 4, 2014 9:23:56 PM UTC+5:30, Mehul Tikekar wrote: Hi, I am looking for a variant of the

Re: [sympy] Error in Travis

2014-04-04 Thread SAHIL SHEKHAWAT
configuration). If you need someone with push access to restart a build, just let us know. Aaron Meurer On Fri, Apr 4, 2014 at 10:46 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: It seems like All the Travis build are failing because Travis could not connect to github. For example

[sympy] Re: [IPython-dev] Interactive visualization in the IPython notebook 2.0

2014-04-03 Thread SAHIL SHEKHAWAT
This seems very interesting and is definitely relevant...I am looking into it.. Thank you Jason On Thursday, April 3, 2014 10:28:21 PM UTC+5:30, Jason Moore wrote: This is very relevant to the discussions of having 3D plotting in SymPy with three.js. Jason moorepants.info +01

[sympy] Travis failing perhaps due to build differences

2014-03-29 Thread SAHIL SHEKHAWAT
For my pull request #7303 https://github.com/sympy/sympy/pull/7303 Travis is showing an error see https://travis-ci.org/sympy/sympy/jobs/21810070#L3374 while running the same code locally it is passing all the test and doctests. After discussing it on gitter with @zamrath i got to know that it

Re: [sympy] Travis failing perhaps due to build differences

2014-03-29 Thread SAHIL SHEKHAWAT
wrote: I guess the difference is that this is PyPy, but even on my computer, that test passes in PyPy. Do you have any guess what would cause it to get the -BOOLEANTRUE term (the - part in particular)? Aaron Meurer On Sat, Mar 29, 2014 at 12:51 PM, SAHIL SHEKHAWAT sahilshe

Re: [sympy] Travis failing perhaps due to build differences

2014-03-29 Thread SAHIL SHEKHAWAT
cache the empty tuple (), but PyPy does not. Basically, you should never use is, unless you really mean it. Always use ==. Aaron Meurer On Sat, Mar 29, 2014 at 2:44 PM, SAHIL SHEKHAWAT sahilshe...@gmail.comjavascript: wrote: My guess is that somehow True and False are escaping from

Re: [sympy] Re: Everything that i can plot using SymPy!

2014-03-29 Thread SAHIL SHEKHAWAT
Thanks you richard for your time but I have gone through all the codebase of our plotting module and got the answer. Thanks again On 30 Mar 2014 08:39, richard B rich...@boyd.org.nz wrote: Tried numpy? On Friday, March 21, 2014 10:30:42 PM UTC+13, SAHIL SHEKHAWAT wrote: specially

Re: [sympy] Re: Everything that i can plot using SymPy!

2014-03-29 Thread SAHIL SHEKHAWAT
...@boyd.org.nz wrote: Tried numpy? On Friday, March 21, 2014 10:30:42 PM UTC+13, SAHIL SHEKHAWAT wrote: specially in matplotlib.. and specifically to 3D On Friday, March 21, 2014 2:59:49 PM UTC+5:30, SAHIL SHEKHAWAT wrote: I wanted some help, if someone can please shed light

[sympy] Re: Widgets in SymPyGaama

2014-03-27 Thread SAHIL SHEKHAWAT
I wanted to ask that which one among the jQuery UI and Bootstrap 3 will be best for the separate dialog box. modal window provided by bootstrap 3 is really nice. On Wednesday, March 26, 2014 7:03:33 PM UTC+5:30, SAHIL SHEKHAWAT wrote: I want to add widgets in SymPyGamma so that user can: 1

[sympy] Re: Widgets in SymPyGaama

2014-03-27 Thread SAHIL SHEKHAWAT
to work around that somehow... David On Thursday, March 27, 2014 9:48:43 AM UTC-7, SAHIL SHEKHAWAT wrote: I wanted to ask that which one among the jQuery UI and Bootstrap 3 will be best for the separate dialog box. modal window provided by bootstrap 3 is really nice. On Wednesday, March 26

[sympy] Widgets in SymPyGaama

2014-03-26 Thread SAHIL SHEKHAWAT
I want to add widgets in SymPyGamma so that user can: 1) Share a particular card or the entire result by creating a GIST as IPython Notebook. I have already done significant work on this issue, ( which i left in the middle due to my gsoc proposal ). So, i need to finish that so that it

Re: [sympy] Widgets in SymPyGaama

2014-03-26 Thread SAHIL SHEKHAWAT
Thanks Ondřej for confirming! I am working on the gui right now. Will soon send a PR. Thanks!! On Wednesday, March 26, 2014 11:12:03 PM UTC+5:30, Ondřej Čertík wrote: Hi Sahil, On Wed, Mar 26, 2014 at 7:33 AM, SAHIL SHEKHAWAT sahilshe...@gmail.com javascript: wrote: I want to add

Re: [sympy] Widgets in SymPyGaama

2014-03-26 Thread SAHIL SHEKHAWAT
...@gmail.com wrote: Note that for the math, zooming is already supported directly in MathJax (right click on the math). Aaron Meurer On Wed, Mar 26, 2014 at 12:53 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Thanks Ondřej for confirming! I am working on the gui right now. Will soon send

Re: [sympy] Widgets in SymPyGaama

2014-03-26 Thread SAHIL SHEKHAWAT
Its really nice that you pointed it out! i really appreciate that everyone is helping me. Thanks @certik and @aaron On Thu, Mar 27, 2014 at 1:07 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: I am aware of the fact! Thanks @aaron for pointing that out. I want to embed all the pre

[sympy] Everything that i can plot using SymPy!

2014-03-21 Thread SAHIL SHEKHAWAT
I wanted some help, if someone can please shed light on all types of things that we can plot using sympy? -- 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] Re: Everything that i can plot using SymPy!

2014-03-21 Thread SAHIL SHEKHAWAT
specially in matplotlib.. and specifically to 3D On Friday, March 21, 2014 2:59:49 PM UTC+5:30, SAHIL SHEKHAWAT wrote: I wanted some help, if someone can please shed light on all types of things that we can plot using sympy? -- You received this message because you are subscribed

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-20 Thread SAHIL SHEKHAWAT
genrating JS and static files which will used by Gamma and Live. I am drafting my proposal now on this basis, any more suggestions are welcome. On Thu, Mar 20, 2014 at 9:29 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: And in Firefox also, the rendering of other examples is a bit laggy. So

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-20 Thread SAHIL SHEKHAWAT
And also, i will use mathbox.js instead of Three.js as they already have the code base which i intend to create, so writing them on my own will not be a good choice. On Thu, Mar 20, 2014 at 1:01 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Instead of using Bokeh i will use

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-20 Thread SAHIL SHEKHAWAT
my proposal is at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat:-Web-based-backend-for-SymPy's-plotting-module-and-3D-plotting please spare some time to suggest changes in it. On Thu, Mar 20, 2014 at 1:04 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote

[sympy] GSOC Proposal Web-Based backend for Plotting module

2014-03-20 Thread SAHIL SHEKHAWAT
I have drafted the outlines for the project according to the discussion and various suggestions by other experienced developers. you can look it here https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat:-Web-based-backend-for-SymPy's-plotting-module-and-3D-plotting

[sympy] Re: GSOC Proposal Web-Based backend for Plotting module

2014-03-20 Thread SAHIL SHEKHAWAT
BTW, I have a merged PR in Gamma based on JS. Does that count? March 20, 2014 11:34:31 PM UTC+5:30, SAHIL SHEKHAWAT wrote: I have drafted the outlines for the project according to the discussion and various suggestions by other experienced developers. you can look it here https://github.com

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
Aaron, But i have proposed something different, without using any library other than three.js. can you please take a look at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat%3A-Three.js-backend-for-SymPy%27s-plotting-module . I just want to user three.js and create

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
, 2014 at 9:07 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Aaron, But i have proposed something different, without using any library other than three.js. can you please take a look at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat%3A-Three.js-backend

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
And I can focus more on creating a python base which will make the JSON rather than concentrating on graphs and animations (Three.js) On Thu, Mar 20, 2014 at 8:09 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Yeah! That will be nice! On Thu, Mar 20, 2014 at 8:02 AM, Jason Moore

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
Jason, I have my proposal at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat%3A-Three.js-backend-for-SymPy%27s-plotting-module Its raw but if you can advice me, it would be nice. On Thu, Mar 20, 2014 at 8:11 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: And I

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
I don't have much time left for the deadline. On Thu, Mar 20, 2014 at 8:13 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Jason, I have my proposal at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat%3A-Three.js-backend-for-SymPy%27s-plotting-module Its raw

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
.], ... All that would be left is converting the NumPy arrays to JSON. (This is what Gamma does.) David On Thu, Mar 20, 2014 at 8:09 AM, SAHIL SHEKHAWAT sahilshe...@gmail.comwrote: Yeah! That will be nice! On Thu, Mar 20, 2014 at 8:02 AM, Jason Moore moore...@gmail.com wrote: Is there any

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
David, Then what you suggest i should do to intoduce 3D plotting in Sympy or Gamma/Live On Thu, Mar 20, 2014 at 8:23 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: I completely agree with you david but 1.we still need the cameras, lights, canvas, 2.we are using mathbox.js, I guess

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
at 8:30 AM, David Li li.david...@gmail.com wrote: Sahil, I was just unsure what else exactly was needed on the Python end - I didn't account for the lighting, etc. David On Wednesday, March 19, 2014 7:56:44 PM UTC-7, SAHIL SHEKHAWAT wrote: David, Then what you suggest i should do

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
I think we include the Mathbox.js in Sympy to avoid any more dependencies, so that a local user can plot right away.. What you say? On Thu, Mar 20, 2014 at 8:37 AM, David Li li.david...@gmail.com wrote: One concern I have - does this mean we are bundling a copy of Three.js/MathBox with SymPy

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
The problem with mathbox.js is that it is tested only on chrome and even then it's example http://acko.net/files/mathbox/MathBox.js/examples/3D.htmlis not rendering at all in chrome on linux I tried firefox also but no luck. On Thu, Mar 20, 2014 at 8:40 AM, SAHIL SHEKHAWAT sahilshekhawa

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-19 Thread SAHIL SHEKHAWAT
, 2014 at 9:26 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: The problem with mathbox.js is that it is tested only on chrome and even then it's example http://acko.net/files/mathbox/MathBox.js/examples/3D.html is not rendering at all in chrome on linux I tried firefox also but no luck

[sympy] Re: SymPy Live is over Quota

2014-03-18 Thread SAHIL SHEKHAWAT
it is now online. On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote: http://live.sympy.org/ is over Quota! can we do anything about it? -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this group and stop

[sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
I have been working on a proposal to implement 3D plotting in SymPyGamma, and Jason pointed me to the importance of d3.js and Three.js backend in the Sympy itself. so, i want to discuss the idea.As only four days are left please reply. My motivation is

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
Its been copyrighted by Continuum Analytics, Inc.. will that be problem? But it looks good! On Tue, Mar 18, 2014 at 2:45 PM, Christophe Bal projet...@gmail.com wrote: Hello, you can also look at Bokeh http://bokeh.pydata.org/. Christophe BAL 2014-03-18 8:50 GMT+01:00 SAHIL SHEKHAWAT

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
But sadly it has a lot of dependencies - NumPy - Flask - Redis - Requests - gevent - gevent-websocket - Pandas On Tue, Mar 18, 2014 at 2:50 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Its been copyrighted by Continuum Analytics, Inc.. will that be problem

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
Thanks a lot Christophe! I misunderstood what you said..This look nice Also, With three.js we always have an option to fall back to html canvas which every browser support ( specially IE7 ). I don't think that will a problem. What you say? On Tuesday, March 18, 2014 3:16:43 PM UTC+5:30,

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
( specially IE7 ). I didn't know that. The problem that you will met with three.js is the suport of formulas. 2014-03-18 10:52 GMT+01:00 SAHIL SHEKHAWAT sahilshe...@gmail.comjavascript: : Thanks a lot Christophe! I misunderstood what you said..This look nice Also, With three.js we

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
Really! :D Then i guess we can use it instead of Three.js. They have used tQuery with Three.js and also have MIT license. and most of the things are ready-made. On Tuesday, March 18, 2014 3:48:46 PM UTC+5:30, Christophe Bal wrote: This MathBox is just amazing ! 2014-03-18 11:12 GMT+01:00

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
enough.? This will also introduce usable interactivity within plots. On Tuesday, March 18, 2014 3:51:52 PM UTC+5:30, SAHIL SHEKHAWAT wrote: Really! :D Then i guess we can use it instead of Three.js. They have used tQuery with Three.js and also have MIT license. and most of the things are ready

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
Indeed they are and for that there is already an option of downloading from matplotlib's support. We can give an option to view the plot in the web browser and Live and Gamma are always there to help us. They can render the plots very nicely. I think it is very significant and should be my

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
execution. There probably isn't much reason to reinvent the wheel here. This is another more simple project that implements a d3.js backend for matplotlib: mpld3.github.io . Also there matplotlib has a webagg backend. Jason moorepants.info +01 530-601-9791 On Tue, Mar 18, 2014 at 7:41 AM, SAHIL

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
sorry for the slang but if a lot of people are working on the similar project then what is there that i can work on! I talked to Ondrej and David and they said that implementing 3D plotting for Gamma is fine. Please suggest something. On Tue, Mar 18, 2014 at 6:32 PM, SAHIL SHEKHAWAT

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
18, 2014 at 6:32 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: So, how can i improve sympy then? I mean you said that we want 3D plotting for SymPy as a whole. so , how can i improve that? On Tue, Mar 18, 2014 at 6:17 PM, Jason Moore moorepa...@gmail.comwrote: There are a lot

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
of the summer will be cool, regardless if we use the more established libs in the future. If you want to go the fast and dirty route, then the Mathbox.js looks like a good choice. Jason moorepants.info +01 530-601-9791 On Tue, Mar 18, 2014 at 10:32 AM, SAHIL SHEKHAWAT sahilshekhawa

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
. This is rudimentary, but works and I think it would work for your idea too. Jason moorepants.info +01 530-601-9791 On Tue, Mar 18, 2014 at 11:19 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: can you please point me out the direction where i can learn how PyDy works? On Tue, Mar

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
to the browser to render: this is what we do alreadyhttps://github.com/sympy/sympy_gamma/blob/master/app/logic/resultsets.py#L583 . David On Tuesday, March 18, 2014 8:47:50 AM UTC-7, SAHIL SHEKHAWAT wrote: That exactly what i was looking for! I think i will go by this concept only...its

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
for which we are writing and is straight and simple. On Tue, Mar 18, 2014 at 9:59 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: David, So, what your thought are,? should i write the codes into Gamma and Live or into Sympy because both can be done and both will use Json which

Re: [sympy] [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
: it would be nice to integrate just to support more plots, but for 3D specifically it won't help. On passing JSON data to the browser to render: this is what we do already. David On Tuesday, March 18, 2014 8:47:50 AM UTC-7, SAHIL SHEKHAWAT wrote: That exactly what i was looking

[sympy] Re: [GSoC] D3.js and Three.js backend for our plotting module

2014-03-18 Thread SAHIL SHEKHAWAT
I can surely try to fix it! thakns for pointing that issue to us. On Tuesday, March 18, 2014 1:20:09 PM UTC+5:30, SAHIL SHEKHAWAT wrote: I have been working on a proposal to implement 3D plotting in SymPyGamma, and Jason pointed me to the importance of d3.js and Three.js backend

Re: [sympy] Re: SymPy Live is over Quota

2014-03-18 Thread SAHIL SHEKHAWAT
with Gamma when it got HNed. Aaron Meurer On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: it is now online. On Tuesday, March 18, 2014 11:25:49 AM UTC+5:30, SAHIL SHEKHAWAT wrote: http://live.sympy.org/ is over Quota! can we do anything about

Re: [sympy] Re: SymPy Live is over Quota

2014-03-18 Thread SAHIL SHEKHAWAT
...@gmail.com wrote: I've CC'd Ondrej, as he is the only one who has access to change the billing status. We just need to up the billing limit, similar to what we did with Gamma when it got HNed. Aaron Meurer On Tue, Mar 18, 2014 at 2:07 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com

[sympy] SymPy Live is over Quota

2014-03-17 Thread SAHIL SHEKHAWAT
http://live.sympy.org/ is over Quota! can we do anything about it? -- 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

Re: [sympy] Re: Don't forget to submit your GSoC proposals in Melange

2014-03-16 Thread SAHIL SHEKHAWAT
Mine too, also re-Uploaded the enrollment form! On Sun, Mar 16, 2014 at 2:37 PM, Sachin Joglekar srjoglekar...@gmail.comwrote: Uploaded mine. On Wednesday, March 12, 2014 10:10:27 PM UTC+5:30, Aaron Meurer wrote: I see quite a few GSoC proposals on the wiki. I just want to remind everyone

[sympy] Re: GSOC Proposal: Improving SymPyGamma

2014-03-16 Thread SAHIL SHEKHAWAT
Please give a few minutes of your time to see what I have. On Saturday, March 15, 2014 9:04:27 PM UTC+5:30, SAHIL SHEKHAWAT wrote: Hi everyone! I have my proposal at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat%3A-Improving-SymPyGamma. I think the idea

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 10:07

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 2014 Diophantine equation

2014-03-15 Thread SAHIL SHEKHAWAT
Its completely okay to download the source code as zip. If i understand correctly The problem you are facing maybe that sympy is not on you env path and for that you firstly must run $ python setup.py install from the sympy folder that you just have downloaded and if you want to develop on that

Re: [sympy] Re: GSoC 2014 Diophantine equation

2014-03-15 Thread SAHIL SHEKHAWAT
-click the the file setup.py, choose edit with IDLE then hit F5, then setupegg.py, hit F5, but i doesn't fix the problem. Thanks in advance On Saturday, March 15, 2014 2:40:31 PM UTC+2, SAHIL SHEKHAWAT wrote: Its completely okay to download the source code as zip. If i understand correctly

Re: [sympy] Re: GSoC 2014 Diophantine equation

2014-03-15 Thread SAHIL SHEKHAWAT
Also, on windows you can run the same commands from the powershell. On Sat, Mar 15, 2014 at 6:29 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: I have already given you the commands that you can run from your command line, presuming that you are on linux. just 'cd' into the folder

Re: [sympy] Re: GSoC 2014 Diophantine equation

2014-03-15 Thread SAHIL SHEKHAWAT
type exactly what you said and I've cd to the folder containing setup.py and setupegg.py. But I got this: '$' is not recognized as an internal or external command, operable program or batch file On Saturday, March 15, 2014 3:01:12 PM UTC+2, SAHIL SHEKHAWAT wrote: Also, on windows you can run

[sympy] GSOC Proposal: Improving SymPyGamma

2014-03-15 Thread SAHIL SHEKHAWAT
Hi everyone! I have my proposal at https://github.com/sympy/sympy/wiki/GSoC-2014-Application-Sahil-Shekhawat%3A-Improving-SymPyGamma . I think the idea is clear from the porposal now I just have to add more implementation details. Please point out the things which i have done wrong or which

[sympy] Re: Don't forget to submit your GSoC proposals in Melange

2014-03-15 Thread SAHIL SHEKHAWAT
I actually posted a copy of my proposal as my enrollment form. just confirming that this will not be a problem as,I can now re-upload that also, will it be? Also, my proposal is in melange you can review it Thanks On Wednesday, March 12, 2014 10:10:27 PM UTC+5:30, Aaron Meurer wrote: I see

[sympy] Re: Don't forget to submit your GSoC proposals in Melange

2014-03-15 Thread SAHIL SHEKHAWAT
But it also says that i can re-upload the documents so if i re-upload the correct documents this time..will it be fine? On Sunday, March 16, 2014 10:05:28 AM UTC+5:30, Shipra Banga wrote: Sahil, that might be a problem because Proof Of Enrollment is supposed to certify that as of now you are

Re: [sympy] Re: GSOC - Improving SymPyGamma

2014-03-04 Thread SAHIL SHEKHAWAT
. David Li is the expert here to consult. Ondrej On Sun, Mar 2, 2014 at 8:05 AM, SAHIL SHEKHAWAT sahilshe...@gmail.com javascript: wrote: 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

[sympy] Re: GSOC - Improving SymPyGamma

2014-03-02 Thread SAHIL SHEKHAWAT
- the current graph on Gamma is done with D3! We don't want a plugin, either - nobody would install it and we don't need such plugins, the browser is more than capable of animation/rendering now. David On Saturday, March 1, 2014 9:34:48 PM UTC-7, SAHIL SHEKHAWAT wrote: sorry the link

[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: Issue with Plot function

2014-03-01 Thread SAHIL SHEKHAWAT
You first need to install pyglet by running $ sudo apt-get install python-pyglet On Saturday, March 1, 2014 11:08:49 AM UTC+5:30, Kundan Kumar wrote: I am trying to use Plot function of sympy but it is giving error displaying ImportError: pyglet is required for plotting I googled the

[sympy] Re: Issue with Plot function

2014-03-01 Thread SAHIL SHEKHAWAT
You first need to install pyglet by running $ sudo apt-get install python-pyglet On Saturday, March 1, 2014 11:08:49 AM UTC+5:30, Kundan Kumar wrote: I am trying to use Plot function of sympy but it is giving error displaying ImportError: pyglet is required for plotting I googled the

[sympy] Re: Issue with Plot function

2014-03-01 Thread SAHIL SHEKHAWAT
yes! indeed you have to install the necessary libraries for the sympy dependencies. Sympy does not contain these libraries on its own, Sympy is itself a library. On Saturday, March 1, 2014 11:08:49 AM UTC+5:30, Kundan Kumar wrote: I am trying to use Plot function of sympy but it is giving

[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.

  1   2   >