[sympy] Re: Vector calculus module

2009-10-22 Thread Alan Bromborsky
Jorn Baayen wrote: > Dear all, > > Something I've been missing in sympy is support for simple vector > calculus. So I wrote up a little module (with support for curvilinear > coordinate systems), and I attach it to this e-mail in case anyone > else finds it useful. > > Cheers, > > Jorn > > > You

[sympy] Re: Vector calculus module

2009-10-22 Thread Jorn Baayen
Hi, On Thu, Oct 22, 2009 at 5:02 PM, Alan Bromborsky wrote: > > Jorn Baayen wrote: > > Dear all, > > > > Something I've been missing in sympy is support for simple vector > > calculus. So I wrote up a little module (with support for curvilinear > > coordinate systems), and I attach it to this e-m

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Vinzent Steinberg
On Oct 22, 2:39 am, "Aaron S. Meurer" wrote: > I don't know how hard this would be, but one nice thing about   > WolphramAlpha is that you can type an expression in just about any   > format and it will parse it correctly.  Maybe we just need to make   > sympify smarter, but it at least would be

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread smichr
I would include a brief instruction on the Notebook page, like "Press shift+enter to execute statements." /c --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@g

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Aaron S. Meurer
Indeed it would. I assumed that Ondrej was using sympify, but I guess he isn't. It would be a good idea, though, for exactly this reason. I would also run it through the Mathematica and Maxima parsers in sympy/parsing, which I think will handle things like implied multiplication and inf

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 7:54 AM, Aaron S. Meurer wrote: > > Indeed it would.  I assumed that Ondrej was using sympify, but I guess > he isn't.  It would be a good idea, though, for exactly this reason. > I would also run it through the Mathematica and Maxima parsers in > sympy/parsing, which I th

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Freddie Witherden
On Thursday 22 October 2009 01:34:24 Ondrej Certik wrote: > I would like SymPy Gamma to be a really easy way to start playing with > sympy, first by typing some expression, get lots of info about it > (e.g. some nice "input cells" ready to be modified), with links to > documentation and possibly o

[sympy] Is this behaviour expected for as_coeff_exponent()?

2009-10-22 Thread andy2O
Hi all, as_coeff_exponent(...) seems to ignore derivatives, as shown below Is this behaviour intended? If so I can report it as an issue - but last time recorded an issue it turned out I just misunderstood atoms (), so I thought I'd check first here! :) Thanks, andy >>> =

[sympy] Re: Is this behaviour expected for as_coeff_exponent()?

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 2:34 PM, andy2O wrote: > > > Hi all, > > as_coeff_exponent(...) seems to ignore derivatives, as shown below > > Is this behaviour intended? If so I can report it as an issue  - but > last time recorded an issue it turned out I just misunderstood atoms > (), so I thought I'

[sympy] Re: SymPy and Reinteract

2009-10-22 Thread Ondrej Certik
On Wed, Oct 21, 2009 at 3:55 PM, Jorn Baayen wrote: > Hi! > > Sorry for taking so long to reply to this. I had been waiting for some > feedback from the Reinteract maintainer (so far to no avail). > > On Thu, Oct 1, 2009 at 4:28 AM, Ondrej Certik wrote: >> >> Hi Jorn! >> >> On Tue, Sep 29, 2009

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 1:50 PM, Freddie Witherden wrote: > > On Thursday 22 October 2009 01:34:24 Ondrej Certik wrote: >> I would like SymPy Gamma to be a really easy way to start playing with >> sympy, first by typing some expression, get lots of info about it >> (e.g. some nice "input cells" r

[sympy] Re: Is this behaviour expected for as_coeff_exponent()?

2009-10-22 Thread Ronan Lamy
Le jeudi 22 octobre 2009 à 14:42 -0700, Ondrej Certik a écrit : > On Thu, Oct 22, 2009 at 2:34 PM, andy2O wrote: > > > > > > Hi all, > > > > as_coeff_exponent(...) seems to ignore derivatives, as shown below > > > > Is this behaviour intended? If so I can report it as an issue - but > > last tim

[sympy] Re: Is this behaviour expected for as_coeff_exponent()?

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 3:43 PM, Ronan Lamy wrote: > > Le jeudi 22 octobre 2009 à 14:42 -0700, Ondrej Certik a écrit : >> On Thu, Oct 22, 2009 at 2:34 PM, andy2O wrote: >> > >> > >> > Hi all, >> > >> > as_coeff_exponent(...) seems to ignore derivatives, as shown below >> > >> > Is this behaviour

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Aaron S. Meurer
I think whatever smart parsing we implement should be implemented right in sympify, that way we can benefit from it in regular SymPy too. Maybe we could add a flag to sympify to only work strictly to convert stuff to sympy expressions with python syntax like it does now and another option

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 6:07 PM, Aaron S. Meurer wrote: > > I think whatever smart parsing we implement should be implemented > right in sympify, that way we can benefit from it in regular SymPy > too.  Maybe we could add a flag to sympify to only work strictly to > convert stuff to sympy express

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 6:23 PM, Ondrej Certik wrote: > On Thu, Oct 22, 2009 at 6:07 PM, Aaron S. Meurer wrote: >> >> I think whatever smart parsing we implement should be implemented >> right in sympify, that way we can benefit from it in regular SymPy >> too.  Maybe we could add a flag to symp

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Aaron S. Meurer
I wonder if there are any good open source mathematical expression parsers out there that we could use their regular expressions. Aaron Meurer On Oct 22, 2009, at 7:24 PM, Ondrej Certik wrote: > > On Thu, Oct 22, 2009 at 6:23 PM, Ondrej Certik > wrote: >> On Thu, Oct 22, 2009 at 6:07 PM, Aa