Ask Your Question

Sean's profile - activity

2020-05-21 11:34:10 +0200 received badge  Popular Question (source)
2018-07-02 03:33:04 +0200 received badge  Student (source)
2018-07-02 03:26:05 +0200 asked a question What is the best way to implement polynomials with fractional exponents with SageMath?

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?