Re: [sympy] Parsing issue with mathematica.py

2011-11-24 Thread Chris Smith
A short term patch until someone does more would be to open the parse routine with `s = ')*('.join(s.strip().split(')('))` . -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe fro

Re: [sympy] Translation tasks

2011-11-24 Thread Joachim Durchholz
Am 24.11.2011 21:01, schrieb Ondřej Čertík: Jo, would would be a good mechanism to keep the English and translated tutorials in sync? Organizing permanent updates is beyond my personal experience, since my translator years were before the invention of the Internet and permanent updates were i

Re: [sympy] Parsing issue with mathematica.py

2011-11-24 Thread Mateusz Paprocki
Hi, On 24 November 2011 18:18, Aaron Meurer wrote: > I think the problem is that you can't parse this with regular > expressions. You need a more advanced parser. This is because > regular expressions cannot solve the matching parentheses problem > (given a string of left and right parentheses

[sympy] should some symbols default to literal 0?

2011-11-24 Thread smichr
>>> var('a b',positive=False,negative=False,real=True) (a, b) >>> a+b a + b >>> _.is_zero Should such symbols be allowed or should 0 have been returned instead? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy

Re: [sympy] GCI See Also feature

2011-11-24 Thread Aaron Meurer
To reiterate, the docs should look good and consistant in both Sphinx and in the plain text, because both are used (e.g., the plain text is what the user will see if he does help(function) in interactive Python). Personally, I give the plain text appearance higher precedence over the Sphinx when t

Re: [sympy] Parsing issue with mathematica.py

2011-11-24 Thread Aaron Meurer
I think the problem is that you can't parse this with regular expressions. You need a more advanced parser. This is because regular expressions cannot solve the matching parentheses problem (given a string of left and right parentheses, determine if the parentheses match). In this case, the regu

[sympy] Re: need suggestions to the new concept of using SymPy

2011-11-24 Thread Shyam
Hi, The applications are available in our website: http://www.touchthinktanks.com/scriptblocks/ Please follow the instructions in "Getting the software". We registered the app in the market to avoid people misusing the beta version and publishing in market with their names. The pricing is maintai

[sympy] Python-support error messages for SymPy/MPMath (3 files)

2011-11-24 Thread Roberto Colistete Jr.
Hi, After installing SymPy 0.7.1 on Maemo 4, Maemo 5 or MeeGo 1.2 Harmattan, each run of python-support (when using "apt-get install/ apt-get remove" for packages) gives this warning/error message : --

Re: [sympy] need suggestions to the new concept of using SymPy

2011-11-24 Thread Ondřej Čertík
Hi Think Tanks, On Wed, Nov 23, 2011 at 8:04 PM, The Think Tanks wrote: > Dear All, > We have created one of a kind software for doing mathematics and > programming on touch devices (tablets and smart phones). We Python > language as our core and use SymPy for symbolic computation. Currently > we

Re: [sympy] Translation tasks

2011-11-24 Thread Ondřej Čertík
On Wed, Nov 23, 2011 at 1:37 PM, Joachim Durchholz wrote: > Am 23.11.2011 20:08, schrieb Aaron Meurer: >> >> I see what you mean.  To degree do you think people who do not speak >> English at all will use it if only the tutorial is translated (i.e., >> the rest of the documentation is not)? We wou

Re: [sympy] GCI - Updating the Sympy Wikipedia Article Question

2011-11-24 Thread Aaron Meurer
On Wed, Nov 23, 2011 at 3:08 PM, Ronan Lamy wrote: > Le mercredi 23 novembre 2011 à 12:28 -0800, Eric Thoma a écrit : >> Thanks for the reply. I will add the init_printing() to the top of the >> files for the examples. I plan to include a section detailing the >> pretty printing capabilities. > >