> On Jul 24, 3:10 pm, MaxTheMouse <maxthemo...@googlemail.com> wrote:
>
> > I gave it a quick trial and got a syntax error.
>
> Can you tell me which polynomial it crashed on (i.e., what D is after
> the crash)?
>
> I had been getting syntax errors on that statement before, but I
> realized it was because Axiom sticks extra spaces into very long
> strings when it outputs in FORTRAN mode, which is what
> unparsed_input_form() uses, I believe (thus the .replace(' ', '')
> command).  That doesn't seem to be what's wrong here though.

Just for information.

D = x^4 - 10*x^3 + 3*x^2 - 10*x + 1
D = x^4 + 10*x^3 + 3*x^2 + 10*x + 1

give a syntax error.

Adam
--~--~---------~--~----~------------~-------~--~----~
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 options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to