Re: [sympy] Re: GSOC 2016 sympy-live-and-sympy-gamma-on-google-app-engine

2016-03-11 Thread mvnnn
13) *SymPy Live has bugs with pickling* i would like to use pickle with panda. panda really helps to speed up when we have big data. -- 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,

[sympy] number of proposals

2016-03-11 Thread Sahil Aggarwal
Can we submit more than one proposal to same organisation? -- 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,

[sympy] nmber of proposals

2016-03-11 Thread Sahil Aggarwal
Can we submit more than one proposal to same organisation?? -- 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,

Re: [sympy] GSoC 2016: Singularity Functions

2016-03-11 Thread Aaron Meurer
It should give (-1)**n*f^(n)(0) (that is, (-1)**n*diff(f(x), x, n).subs(x, 0)), if I remember the formula correctly. Aaron Meurer On Fri, Mar 11, 2016 at 9:00 AM, SAMPAD SAHA wrote: > Hi Aaron, > > I have a doubt . > > Do we want: > > > integrate(f(x)*DiracDelta(x, n),

Re: [sympy] Pi formulas

2016-03-11 Thread Aaron Meurer
I translated all the mpmath ones to SymPy https://github.com/fredrik-johansson/314/pull/4. There are quite a few that don't work, so there's lots of room for improvement in SymPy's algorithms. I also found a few bugs (I opened issues in SymPy for the bugs, but I didn't open any issues for the

Re: [sympy] Pi formulas

2016-03-11 Thread Aaron Meurer
Fixed at https://github.com/sympy/sympy/pull/10799. Aaron Meurer On Fri, Mar 11, 2016 at 3:36 PM, Fredrik Johansson wrote: > On Friday, March 11, 2016 at 9:15:34 PM UTC+1, Aaron Meurer wrote: >> >> SymPy gives I*pi for sqrt(-12*polylog(2,-1)). According to >> >>

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-11 Thread Francesco Bonazzi
On Friday, 11 March 2016 13:21:10 UTC+1, Aman Deep wrote: > > If I am able to convert the latex expression to MathML. > Will it be easier to parse MathML to sympy expression? > > Mathquill appears to have other export formats and exporting SymPy compatible strings is marked as an issue on their

Re: [sympy] Pi formulas

2016-03-11 Thread Fredrik Johansson
On Friday, March 11, 2016 at 9:15:34 PM UTC+1, Aaron Meurer wrote: > > SymPy gives I*pi for sqrt(-12*polylog(2,-1)). According to > > http://docs.sympy.org/latest/modules/functions/special.html#sympy.functions.special.zeta_functions.polylog > >

Re: [sympy] Pi formulas

2016-03-11 Thread Aaron Meurer
SymPy gives I*pi for sqrt(-12*polylog(2,-1)). According to http://docs.sympy.org/latest/modules/functions/special.html#sympy.functions.special.zeta_functions.polylog, polylog(s, -1) is the same as dirichlet_eta(s). The definitions for polylog in the sympy and mpmath docs look the same, so is SymPy

Re: [sympy] Re: GSOC 2016 sympy-live-and-sympy-gamma-on-google-app-engine

2016-03-11 Thread mvnnn
*my ideas for* Sympy Live and Sympy gamma:: 7)Autocomplition (for words like {Integrate, limit,etc} , for brackets) 8)shortcut for Math Symbol user can input math Symbol using shortcut keybords.(ex. ctrl + t , ctrl + r, etc) *my ideas for* Sympy Live :: 9) support button if user click on this

Re: [sympy] Re: SymPy 1.0 is released

2016-03-11 Thread Aaron Meurer
I guess this https://zenodo.org/badge/latestdoi/18918/sympy/sympy. See https://github.com/sympy/sympy/pull/10796. Aaron Meurer On Fri, Mar 11, 2016 at 5:53 AM, Björn Dahlgren wrote: > > > On Wednesday, 9 March 2016 21:02:33 UTC+1, Aaron Meurer wrote: >> >> I'm proud the

Re: [sympy] simpify, lambify tutorail errors

2016-03-11 Thread Aaron Meurer
I opened https://github.com/sympy/sympy-live/issues/94 for this. May be a good issue for someone who is interested in working on SymPy Live for GSoC. Aaron Meurer On Fri, Mar 11, 2016 at 1:55 PM, Aaron Meurer wrote: > These both look like bugs with SymPy Live. They aren't

Re: [sympy] simpify, lambify tutorail errors

2016-03-11 Thread Aaron Meurer
These both look like bugs with SymPy Live. They aren't running the first line in the block for some reason. Aaron Meurer On Fri, Mar 11, 2016 at 12:25 AM, Jason Moore wrote: > SymPy live doesn't support all functionality of SymPy due to various > technical reasons. I

[sympy] GSOC ' 16: Classical Mechanics: Efficient Equation of Motion Generation with Python

2016-03-11 Thread Saurajit Chakraborty
Hi, I am Saurajit Chakraborty , sophomore at Jadavpur University pursuing Computer Science and Engineering. I am interested in sympy and would like to contribute to the project on "classical mechanics: efficient equation of motion generation with python". I have been coding in

Re: [sympy] Re: GSoC idea for a project: holonomic functions

2016-03-11 Thread Subham Tibra
Hi, I have created a pull request regarding this. Please give your suggestions and ideas here . On Tuesday, March 8, 2016 at 10:17:24 PM UTC+5:30, Ondřej Čertík wrote: > > Hi Tabot, > > On Tue, Mar 8, 2016 at 4:59 AM, Tabot Kevin

[sympy] Pi formulas

2016-03-11 Thread Fredrik Johansson
Hi, To celebrate Pi Day (three days from now) and the 1.0 release of SymPy, I propose collecting ways to produce the symbolic result "pi" with SymPy. I have created a git repository (https://github.com/fredrik-johansson/314) to collect such pi examples, using my old list of "100 mpmath

[sympy] Re: SymPy 1.0 is released

2016-03-11 Thread Shekhar Prasad Rajak
Congratulations ! On Thursday, 10 March 2016 01:32:33 UTC+5:30, Aaron Meurer wrote: > > I'm proud the announce that SymPy version 1.0 has been released. To > install this release use > > pip install -U sympy > > or if you use Anaconda, use > > conda install sympy > > (the conda

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-11 Thread Aman Deep
If I am able to convert the latex expression to MathML. Will it be easier to parse MathML to sympy expression? Here Is something I found which converts latex to MathML. https://www.mathtowebonline.com/ On Friday, 11 March 2016 17:20:48 UTC+5:30, Aman Deep wrote: > > I have asked them about it on

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-11 Thread Aman Deep
I have asked them about it on their irc channel irc://irc.freenode.net/mathquill Waiting for their reply.. Meanwhile I am trying to make latex work with sympy. Thanks. On Friday, 11 March 2016 16:01:17 UTC+5:30, Francesco Bonazzi wrote: > > > > On Thursday, 10 March 2016 22:58:09 UTC+1, Aman

[sympy] Gsoc 16 - Ordinary Differential Equations

2016-03-11 Thread Rajat Kumar
Hello. I am Rajat Kumar, a junior year university student from India. I am interested in sympy. I have been programming in Python since 1 year. I want to apply for gsoc 16 under Sympy. I am interested in the project "Ordinary Differential Equations". reply for the same. How do I need to proceed

[sympy] Re: SymPy 1.0 is released

2016-03-11 Thread Björn Dahlgren
On Wednesday, 9 March 2016 21:02:33 UTC+1, Aaron Meurer wrote: > > I'm proud the announce that SymPy version 1.0 has been released. > Thank you Aaron, and all contributors! I searched Zenodo for a DOI: https://zenodo.org/search?ln=en=sympy_search= Couldn't find SymPy 1.0. Once a DOI is

[sympy] Re: GSoC '16: Implementation of GUI for Sympy.

2016-03-11 Thread Francesco Bonazzi
On Thursday, 10 March 2016 22:58:09 UTC+1, Aman Deep wrote: > > I was able to use mathquill inside jupyter notebook using html & > javascript. > > Here is the code. > http://nbviewer.jupyter.org/gist/hiamandeep/52ccdce87c40fb021048 > > Excellent. > So, If I skip the latex part then what