Re: [sage-devel] Odd bug in notebook magma interface

2010-08-07 Thread William Stein
On Fri, Aug 6, 2010 at 12:37 PM, Nils Bruin nbr...@sfu.ca wrote: When I paste the following code into a notebook worksheet in magma mode, I consistently get Syntax Error. When I paste the same code directly into magma, it works properly: {{{ _x:=PolynomialRing(Rationals()); repeat  

[sage-devel] Odd bug in notebook magma interface

2010-08-06 Thread Nils Bruin
When I paste the following code into a notebook worksheet in magma mode, I consistently get Syntax Error. When I paste the same code directly into magma, it works properly: {{{ _x:=PolynomialRing(Rationals()); repeat g:=3*b*x^4+18*c*x^3-6*b^2*x^2-6*b*c*x-b^3-9*c^2 where b:=Random([-10..10])