[sympy] Re: reviews for the release

2009-03-25 Thread Fabian Seoane
Ondrej Certik wrote: > Hi, > > so I fixed all the remaining issues myself, your job now is to review > them so that we can finally release: > > http://code.google.com/p/sympy/issues/list?q=label:NeedsReview > > just take one by one and please do a thorough review, so that no > crappy code goes

[sympy] help request (logic-AI)

2009-03-02 Thread Fabian Seoane
As part of my research on the new assumption system, I encountered some problems with the logic module (sympy.core.facts), and I implemented some things quickly (and possibly wrong) because I needed them, but my knowledge of Artificial Intelligence and First-order-logic is practically nonexistent.

[sympy] Re: Physical constants in sympy/physics/units.py

2009-02-28 Thread Fabian Seoane
On Sat, Feb 28, 2009 at 1:09 PM, Priit Laes wrote: > > We currently have bunch of fundemental physical constants defined in > sympy/physics/units.py in the following form: > > ... > c = speed_of_light = 299792458 * m/s > G = gravitational_constant = Rational('6.67428') * ten**-11 * m**3 / > kg /

[sympy] Re: Splitting Mathtext from Matplotlib

2009-02-25 Thread Fabian Seoane
On Thu, Feb 26, 2009 at 1:37 AM, Freddie Witherden wrote: > Hi all, > > As many of you know I have something of an interest (some would say > unhealthy one) in the LaTeX output produced by Sympy. While this is > currently at a very high standard (I would go so far as to say that > Sympy produces t

[sympy] Re: is 1 a prime number?

2009-02-23 Thread Fabian Seoane
On Mon, Feb 23, 2009 at 10:16 AM, Fabian Seoane wrote: > currently SymPy has a rather confusing behaviour: > > In [1]: isprime(1) > Out[1]: False > > In [2]: Integer(1).is_prime > Out[2]: True > > I'd be glad to fix this, but ... which one is correct? responding

[sympy] is 1 a prime number?

2009-02-23 Thread Fabian Seoane
currently SymPy has a rather confusing behaviour: In [1]: isprime(1) Out[1]: False In [2]: Integer(1).is_prime Out[2]: True I'd be glad to fix this, but ... which one is correct? -- Fabian, http://fseoane.net/blog/ --~--~-~--~~~---~--~~ You received this messag

[sympy] Re: Precision Tracking

2009-02-22 Thread Fabian Seoane
On Sun, Feb 22, 2009 at 12:30 PM, Freddie Witherden wrote: > Hi all, > > I am interested if there are currently any plans to add some form of > precision tracking for variables, be it through sympy or mpmath. The current > implementation will more than happily compute sin(0.50) to 100+ decimal > p

[sympy] Re: [assumptions branch] replacement for .is_* syntax

2009-02-21 Thread Fabian Seoane
On Sat, Feb 21, 2009 at 8:36 PM, Ondrej Certik wrote: > > Hi Fabian! > > On Sat, Feb 21, 2009 at 2:50 AM, Fabian Seoane > wrote: > > Hi all. As part of my work in the assumptions branch[1], I'm faced to the > > problem of finding a new syntax for the expr.is_*

[sympy] [assumptions branch] replacement for .is_* syntax

2009-02-21 Thread Fabian Seoane
Hi all. As part of my work in the assumptions branch[1], I'm faced to the problem of finding a new syntax for the expr.is_* property. It seems that last time we talked about it, we used the following syntax for querying an element (although we did not discuss it) IsPositive(x) IsElement(x) etc.

[sympy] Re: a sequence of variables

2009-02-04 Thread Fabian Seoane
On Wed, Feb 4, 2009 at 4:27 PM, Friedrich Hagedorn wrote: > > On Wed, Feb 04, 2009 at 07:12:54AM -0800, chu-ching huang wrote: > > > > Hi, > > > > Maybe this had been discussed: > > > > how to define a sequence of variables (by symbols), {x_1,x_2,---,x_n} > > in case n is also a variable? > > Do y

[sympy] Re: Upgrading

2009-02-04 Thread Fabian Seoane
On Wed, Feb 4, 2009 at 1:35 PM, Alan Bromborsky wrote: > > Fabian Seoane wrote: > > > > > > On Wed, Feb 4, 2009 at 1:46 AM, Alan Bromborsky > <mailto:abro...@verizon.net>> wrote: > > > > > > Fabian Seoane wrote: > > > I d

[sympy] Re: Upgrading

2009-02-04 Thread Fabian Seoane
On Wed, Feb 4, 2009 at 1:46 AM, Alan Bromborsky wrote: > > Fabian Seoane wrote: > > I don't see any branch path ... > > http://code.google.com/p/sympy/issues/entry > > > > On Wed, Feb 4, 2009 at 12:46 AM, Alan Bromborsky > <mailto:abro...@verizon.ne

[sympy] Re: Upgrading

2009-02-03 Thread Fabian Seoane
I don't see any branch path ... http://code.google.com/p/sympy/issues/entry On Wed, Feb 4, 2009 at 12:46 AM, Alan Bromborsky wrote: > > I am trying to submit my upgrades to the geometric algebra module as a > new issue review request and I do not know what to put in the branch > path field. The u

[sympy] Re: Ideas for the new assumptions system

2009-01-27 Thread Fabian Seoane
On Tue, Jan 27, 2009 at 12:53 AM, Ondrej Certik wrote: > > On Mon, Jan 26, 2009 at 2:34 PM, nico wrote: > > > > > >> I think that could be something like a global assumption. But it's > >> true that I am still not convinced we need global assumptions. > > > > I agree with Vinzent about global as

[sympy] Re: Ideas for the new assumptions system

2009-01-24 Thread Fabian Seoane
On Sat, Jan 24, 2009 at 11:56 PM, Ondrej Certik wrote: > > >> > >> Also I don't like that the assumptions are assigned to the symbols > >> directly. See also the issue #1047 for some arguments against it. > > > > yeah, I too think now that assumptions should not be assigned to symbols. > > > > ta

[sympy] Re: Ideas for the new assumptions system

2009-01-24 Thread Fabian Seoane
On Sat, Jan 24, 2009 at 8:46 PM, Ondrej Certik wrote: > > Hi Fabian! > > On Fri, Jan 23, 2009 at 3:38 AM, Fabian Seoane > wrote: > > > > In this email, I'll expose some design ideas for the new assumptions > system. > > It would be great if I get som

[sympy] Re: Shouldn't this be printed in a different way ?

2009-01-23 Thread Fabian Seoane
On Mon, Jan 19, 2009 at 8:13 AM, Akshay Srinivasan < akshaysriniva...@gmail.com> wrote: > > I've attached the patch to the issue's page - it's just a one-line > change :) what issue is this in ? > > > Akshay > > > On Jan 18, 8:58 pm, "Ondrej Certik" wrote: > > On Sun, Jan 18, 2009 at 3:04 A

[sympy] Re: installation

2009-01-23 Thread Fabian Seoane
On Sat, Jan 17, 2009 at 2:12 PM, luis wrote: > > > Hi, > > I am trying to install the sympy package, but pyton complains (see > below). > I am using Python 2.4.4 and sympy 0.6.3. > > Some idea? > > Thanks, > > Luis > > > > [l...@urubamba sympy-0.6.3]#40 sudo python setup.py install > Tra

[sympy] Ideas for the new assumptions system

2009-01-23 Thread Fabian Seoane
In this email, I'll expose some design ideas for the new assumptions system. It would be great if I get some feedback and we agree on a clear design that we can implement. - The basic idea is to decouple the assumptions from the model, so that new assumptions can be created without having

[sympy] Re: RSolve

2009-01-21 Thread Fabian Seoane
On Tue, Jan 20, 2009 at 10:56 AM, Mateusz Paprocki wrote: > On Mon, Jan 19, 2009 at 02:31:37PM -0800, Ondrej Certik wrote: > > > > On Mon, Jan 19, 2009 at 2:17 PM, Fabian Seoane > wrote: > > > Hi! > > > > > > Could someone please explain the syntax

[sympy] RSolve

2009-01-19 Thread Fabian Seoane
Hi! Could someone please explain the syntax for rsolve_ratio ? I'ver read the docstrings, but they are not very helpful for someone that does not know much about recurrence relations. I can clearly understand mathematica's RSolve: http://reference.wolfram.com/mathematica/ref/RSolve.html, but whe

[sympy] Re: [newb] simplification

2008-12-02 Thread Fabian Seoane
On Wed, Dec 3, 2008 at 12:44 AM, Fabian Seoane <[EMAIL PROTECTED]>wrote: > > > On Tue, Dec 2, 2008 at 1:14 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > >> >> On Tue, Dec 2, 2008 at 1:07 PM, Neal Becker <[EMAIL PROTECTED]> wrote: >> > >&g

[sympy] Re: [newb] simplification

2008-12-02 Thread Fabian Seoane
On Tue, Dec 2, 2008 at 1:14 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Tue, Dec 2, 2008 at 1:07 PM, Neal Becker <[EMAIL PROTECTED]> wrote: > > > > I tried some simple algebra, but I'm not getting the result I expected > (or > > given by macsyma). > > > > The problem is to invert the Norma

[sympy] Re: How to Include documentation

2008-11-26 Thread Fabian Seoane
There's an issue with the makefile in the docs, that the rst2html converter is called rst2html on Debian systems, but rst2html.py on (nearly all) other systems ... Does anyone know a way to specify in the Makefile: use rst2html and if this is not available, try rst2html.py (without going to autoto

[sympy] Re: sympy 0.6.3 released

2008-11-19 Thread Fabian Seoane
ng the pure > Python mode in Cython to speed SymPy up using ideas from sympyx (sympy > core written in Cython). And improve our documentation continuously. > > > Ondrej > > > Fabian Seoane http://fseoane.net --~--~-~--~~

[sympy] Re: sympy 0.6.3.beta2 released

2008-11-18 Thread Fabian Seoane
70fd1fce31 > install bin/test and bin/py.bench with "./setup.py sdist" > Do not test examples if they are not installed > test_pure: install sympy first and then test using bin/test > contributors list updated > docs: s

[sympy] Re: bin/test: colored [OK] and [FAIL] implemented

2008-11-10 Thread Fabian Seoane
ed patches and my latest > work, that I consider stable and ready for review and inclusion. nice! > > > Ondrej > > > Fabian Seoane http://fseoane.net --~--~-~--~~~---~--~~ You received this message because y

[sympy] Re: x.simplify() or simplify(x) or both

2008-10-17 Thread Fabian Seoane
On Oct 17, 2008, at 11:25 AM, Fredrik Johansson wrote: > > On Fri, Oct 17, 2008 at 10:50 AM, Fabian Seoane <[EMAIL PROTECTED] > > wrote: >> Other related things: we should agree on how to name assumptions, >> I've >> seen in the code is_integer and

[sympy] Re: x.simplify() or simplify(x) or both

2008-10-17 Thread Fabian Seoane
of the code, that is more elegant and should make changing the core less painful ... To my mind comes for example the method Basic.as_poly, which I think is superfluous since it is in Basic, but there are no uses for this in methods in the core (why not use Poly() instead?) Other related things

[sympy] git http mirror ??

2008-10-15 Thread Fabian Seoane
Hi! Could it be possible to access git through http? You see, In my campus, the port for git:// is blocked so having an http mirror would be much apreciated ... Thanks, -- Fabian, http://fseoane.net/blog/ --~--~-~--~~~---~--~~ You received this message because