> 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 -~----------~----~----~----~------~----~------~--~---
