On Mon, Jan 22, 2024 at 11:03 AM Linden Disney <disneyh...@gmail.com> wrote:
>
> 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.
>

yes, also can be seen on Sage 10.3.beta4

HTH
Dima

-- 
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/CAAWYfq0bNqQHjY-2moBC1jKtSxy162OOCrQnn3f_Ua68dar34w%40mail.gmail.com.

Reply via email to