Re: [sage-support] Sage in Eclipse

2010-10-16 Thread Niels
at i did: window->preferences->PyDev->interpreter-Python * python interpreter: ${SAGE_ROOT}/local/bin/python * environment: ------- DOT_SAGE=/home/niels/.sage/ SAGE_ROOT=/home/niels/Desktop/n/app/sage PYTHONHOME=${SAGE_ROOT}/local ECLDIR

[sage-support] solve() in SymbolicRing vs. gcd() in PolynomialRing over Rationals

2009-09-15 Thread niels
i compute gcd(genLst) and make the above code work? Thanks, Niels --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more opti

[sage-support] Re: question about using Sage with Pydev

2009-09-14 Thread niels
hould be set, but i also had to set the python interpreter to .../sage-4.1.1/ local/bin/python. Cheers, Niels --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage

[sage-support] animation Graphics3d object

2009-09-09 Thread niels
sformGroup' object is not callable' --- So animate doesn't work on Graphics3d objects like the sphere, but it does work on the Graphics object like the circle. Is there another way of creating an animated gif of 3 dimensional objects? Kind regards, Niels --~--~-~