On 9/6/07, Joel B. Mohler <[EMAIL PROTECTED]> wrote: > > I'm distraught (well, not quite that bad) about the following transcript for > two reasons: > 1) It shouldn't simply blow up > 2) I think it should actually work (and it used to work back about last > spring -- I have code that relies on it)
I rewrote it to be vastly faster recently for a course I taught on the Riemann Hypothesis. Unfortunately, I didn't realize this function makes sense on anything that factors, not just on the integers. This is fixed now. Find the fix at http://trac.sagemath.org/sage_trac/ticket/608 > > -- > Joel > > [EMAIL PROTECTED] ~$ sage > ---------------------------------------------------------------------- > | SAGE Version 2.8.3.6, Release Date: 2007-09-06 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > sage: x=GF(7)['x'].0 > sage: moebius(x+2) > > *** not an integer argument in an arithmetic function > /home/joel/sage/local/bin/sage-sage: line 190: 18621 Aborted > sage-ipython -c "$SAGE_STARTUP_COMMAND;" "$@" > [EMAIL PROTECTED] ~$ > > > > -- William Stein Associate Professor of Mathematics University of Washington http://www.williamstein.org --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
