Why the following doesn't work? Session: #Author: Georgi Guninski K.<u>=QQ[] C=HyperellipticCurve(u^5+u+5^2-2); J=C.jacobian(); print("J=",J); P=J(1,5); #output J= Jacobian of Hyperelliptic Curve over Rational Field defined by y^2 = x^5 + x + 23
--------------------------------------------------------------------------- TypeError: unsupported operand parent(s) for *: 'Univariate Polynomial Ring in u over Rational Field' and 'Univariate Polynomial Ring in x over Rational Field' -- 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/CAGUWgD91PL2mUhYzztehBuAp9xvhqry7SsC67AgamPmPBZzHWA%40mail.gmail.com.