> > K.<a> = NumberField(x^2 + 1) > > K.is_galois() > > These two lines shouldn't be invoking maxima at all, and work for me. > Are you sure it's not something else. Was x something other than the > variable x?
I tried running reset() first, and then K.<a> = NumberField(x^2 + 1) a^2 I now get a different error, here: http://pastebin.com/ADVpYi94 > > Re-installing Sage is unlikely to change anything, > I'm currently downloading the newer version, so I'll see if that helps. I should probably also download the newest version of python, but I don't know if that will break anything else (since it isn't backward compatibly with everything). Thanks, Zach -- 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/sage-support URL: http://www.sagemath.org
