In Sage 9.8 I ran the following code:

    R.<z,x> = QQ[]
    f = x*(1^5+z^5) + (x*1*z)^2 - x^4*1*z - 2*1^3*z^3
    S = Curve(f).riemann_surface()
    S.riemann_matrix()

and got a ValueError occurring inside rigorous_line_integral. This error 
doesn't occur if instead for the first line I used "R.<x,z> = QQ[]" 
(swapping the order of x and z). Can anyone replicate the error? If so 
please let me know and I will open a ticket about this and have a look, as 
I wrote the rigorous_line_integral code. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/380f2b4e-c664-4992-8f4f-85a9772bc8den%40googlegroups.com.

Reply via email to