These lines of code generate a message "equation must be a polynomial"
Why?
R.<a,b,c>=QQ[]
n=4
F=a/(b+c)+b/(a+c)+c/(a+b)-n
F=F*F.denominator()
E=EllipticCurve_from_cubic(F,morphism=False)
| 1 | initial version |
These lines of code generate a message "equation must be a polynomial"
Why?
R.<a,b,c>=QQ[]
n=4
F=a/(b+c)+b/(a+c)+c/(a+b)-n
F=F*F.denominator()
E=EllipticCurve_from_cubic(F,morphism=False)
These lines of code generate a message "equation must be a polynomial"
Why?
R.<a,b,c>=QQ[]
n=4
F=a/(b+c)+b/(a+c)+c/(a+b)-n
F=F*F.denominator()
E=EllipticCurve_from_cubic(F,morphism=False)
R.<a,b,c>=QQ[]
n=4
F=a/(b+c)+b/(a+c)+c/(a+b)-n
F=F*F.denominator()
E=EllipticCurve_from_cubic(F,morphism=False)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.