On Sun, Jun 21, 2009 at 2:52 PM, Sebastian Haase<[email protected]> wrote: > > Hi Sympy group, > many of you are obviously reading the scipy mailing list ... > So I just wanted to hear your comments on the posting below: > I looked up the home page of NZMATH > and was wondering how it compares to sympy ?
SymPy aims to be a general CAS in Python, nzmath seems only a small subset of that -- but it's BSD licensed, so if they can do something that we can't, we can reuse their code (and vice versa). > Obviously their stuff about rational numbers and polynomials exists in > sympy, so how about the factorization part !? As Aaron said, use factorint() or factor(). > > Regards, > Sebastian Haase > > PS: hope to see some of you in Leipzig this year Mateusz is coming and gives a presentation about SymPy, I think Fabian is coming too, maybe also Robert Cimrman. I am myself in Los Alamos this summer, but I am coming to *the* conference: SciPy 2009. :) Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
