Everything worked fine for me. I would say it's good to put on the website =)
- Jason G On Dec 6, 2007 12:50 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > As far as I can tell, everything installed fine. I also ran Python and > > played around a bit with Sympy and everything seems to be in working > > condition. Is there anything specific you'd like me to try out? This > > was done in Windows XP (Professional). > > > > Hi Jason, thanks for trying it out! Try some plotting, like > > In [1]: Plot(x**2) > Out[1]: [0]: x**2, 'mode=cartesian' > > In [2]: Plot(x**2*y**2) > Out[2]: [0]: x**2*y**2, 'mode=cartesian' > > and a limit: > > In [3]: limit(x*ln(x), x, 0) > Out[3]: 0 > > If all goes fine, I'll put it on our website. So that we can measure, > if people download more the windows, or linux version. :) > > > 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 -~----------~----~----~----~------~----~------~--~---
