Ask Your Question
1

What is the best way to implement polynomials with fractional exponents with SageMath?

asked 2018-07-02 02:54:42 +0200

Sean gravatar image

I want to perform manipulations in a polynomial ring where the terms can have fractional exponents. However just trying to use the fractions returns a value error. Obviously I could just set the indeterminate to be some power of itself to eliminate the fractional exponents, but this would involve altering all the formulas, is there a better way?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-07-02 03:32:56 +0200

slelievre gravatar image

updated 2019-07-03 13:42:21 +0200

Polynomial with fractional exponents are also called Puiseux polynomials.

Implementing Puiseux polynomials and Puiseux series in Sage is tracked at:

See also this other Ask Sage question

edit flag offensive delete link more

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: 2018-07-02 02:54:42 +0200

Seen: 491 times

Last updated: Jul 03 '19