First time here? Check out the FAQ!

Ask Your Question
0

is exist a field is FunctionField() but not RationalFunctionField()?

asked 11 years ago

cjsh gravatar image

updated 11 years ago

is exist a field is FunctionField() but RationalFunctionField()?

Preview: (hide)

3 Answers

Sort by » oldest newest most voted
1

answered 11 years ago

tmonteil gravatar image

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
Preview: (hide)
link
0

answered 11 years ago

cjsh gravatar image

from sage.rings.function_field.function_field import is_FunctionField

is_FunctionField(RDF)

False

from sage.rings.function_field.function_field import is_RationalFunctionField

Traceback (click to the left of this block for traceback) ... ImportError: cannot import name is_RationalFunctionField

Preview: (hide)
link
0

answered 11 years ago

cjsh gravatar image

updated 11 years ago

thank you very much!

I donot know other function fields not RationalFunctionField,cound give more?

Real Field is not a RationalFunctionField? is there a polynomial?

F(RR)(t),even F(CC)(t) is RationalFunctionField.like p-adic,whether F(Qp)(t) is a RationalFunctionField?

there a word name totally_positive in Real Field ,and there a function named is_totally_positive() in Global Number Fields,the same meaning?

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 307 times

Last updated: Dec 25 '13