Ask Your Question

guissmo's profile - activity

2023-09-24 10:28:53 +0200 received badge  Notable Question (source)
2023-09-24 10:28:53 +0200 received badge  Popular Question (source)
2023-09-24 10:16:27 +0200 received badge  Taxonomist
2013-05-28 12:16:57 +0200 asked a question Birational Transformation

How do I apply a birational transformation x --> 1/x, then clear the denominators. Is there a way I could do that in SAGE?

x, y = QQ['x,y'].gens()
C = Curve(x^2+y^2)
# the code I'm looking for here

$x^2 + y^2 \mapsto 1/x^2 + y^2 \mapsto 1/x^2 + x^2y^2/x^2 \mapsto 1 + x^2y^2$