We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the ring of Puiseux polynomials. Those are usual polynomials, except that exponents can be any rational number.
sage: S = PolynomialRing(QQ, ['a','b','c']); S Multivariate Puiseux Polynomial Ring in a, b, c over Rational Field
Operations: roots of monomials, ...
See also: http://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Puiseux, http://en.wikipedia.org/wiki/Puiseux_series
CC: @sagetrac-sage-combinat
Component: algebra
Keywords: Puiseux
Branch/Commit: public/9289 @ 336e58b
336e58b
Issue created by migration from https://trac.sagemath.org/ticket/9289
The text was updated successfully, but these errors were encountered:
Changed keywords from none to Puiseux
Sorry, something went wrong.
Never mind. I thought this was a duplicate.
See also #4618.
Branch: public/9289
New commits:
very rough and sketchy tentative of Puiseux polynomials
Commit: 336e58b
aghitza
No branches or pull requests
Implement the ring of Puiseux polynomials. Those are usual
polynomials, except that exponents can be any rational number.
Operations: roots of monomials, ...
See also: http://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Puiseux, http://en.wikipedia.org/wiki/Puiseux_series
CC: @sagetrac-sage-combinat
Component: algebra
Keywords: Puiseux
Branch/Commit: public/9289 @
336e58b
Issue created by migration from https://trac.sagemath.org/ticket/9289
The text was updated successfully, but these errors were encountered: