Rational parametrization of affine curve [closed]
Why is there error evaluating this?
B.<x,y> = AffineSpace(QQ,2)
p=Curve([3*x^2 + 2*y^2 - 5],B)
p.rational_parameterization()
Why is there error evaluating this?
B.<x,y> = AffineSpace(QQ,2)
p=Curve([3*x^2 + 2*y^2 - 5],B)
p.rational_parameterization()
Asked: 2023-10-01 15:50:02 +0100
Seen: 63 times
Last updated: Oct 01 '23
finding rational points on an elliptic curve
Cast expression to rational number
Enumerating lattice points in rational polytopes
How do I save a rational matrix for Mathematica and Matlab to read?
Solving system of polynomial equations over rationals
How to import rings in python module
Degree of a rational map and the corresponding map between function fields
Works fine for me in sage 10.2.beta5. Are you using an old sage version ?
Yes I use SageMath 8.9 because I do not feel like to install Linux that is need for current version. By the way what is the last version that can be installed on Windows without the need of Linux... and is it still available for download?
Please check this guide for installing Sage in Windows: https://doc.sagemath.org/html/en/inst...
That is what I am talking about...First step - "Enable Windows Subsystem for Linux (WSL)" - in previous versions I did not need any Linux.
This is how it works now.