[sympy] Re: Set Algebra module.

2009-02-20 Thread Ondrej Certik
Hi Akshay! On Wed, Feb 18, 2009 at 7:13 PM, Akshay Srinivasan akshaysriniva...@gmail.com wrote: Hello,        I'm trying to implement a Set Algebra module for sympy. I started coding a few days ago and it quickly became apparent that I have to write something completely parallel to the

[sympy] Re: Set Algebra module.

2009-02-20 Thread Akshay Srinivasan
On first glance, I felt like an idiot trying to implement something which is already present. But I had a closer look and, i) it doesn't seem to exist in the stable version of sympy - wiki tagged obsolete. ii) Doesn't do any simplifications. isn't that right ? If so , then I guess it'd be better

[sympy] Re: Set Algebra module.

2009-02-20 Thread Ondrej Certik
On Fri, Feb 20, 2009 at 12:30 AM, Akshay Srinivasan akshaysriniva...@gmail.com wrote: On first glance, I felt like an idiot trying to implement something which is already present. But I had a closer look and, i) it doesn't seem to exist in the stable version of sympy - wiki tagged obsolete.

[sympy] Re: Set Algebra module.

2009-02-19 Thread Akshay Srinivasan
I was thinking of making a Abstract Algebra module, continuing from here. Mathematica already has this feature. It would be nice to have something similar in python. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[sympy] Re: Set Algebra module.

2009-02-19 Thread Friedrich Hagedorn
On Thu, Feb 19, 2009 at 11:10:40PM -0800, Akshay Srinivasan wrote: I was thinking of making a Abstract Algebra module, continuing from here. Mathematica already has this feature. It would be nice to have something similar in python. Maybe you could take a look to