1 | initial version |
I am not sure i understand your question, but FunctionField()
creates a rational funciton field (from which you can create other function fields), see this page;
sage: K.<x> = FunctionField(RDF)
sage: K
Rational function field in x over Real Double Field