Skip to content

jmichel7/PuiseuxPolynomials.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuiseuxPolynomials

Multivariate (Puiseux) polynomials and rational fractions.

This package implements Puiseux polynomials, that is linear combinations with coefficients of some type T of monomials of the type x₁^{a₁}… xₙ^{aₙ} where xᵢ are variables and aᵢ are exponents which can be arbitrary rational numbers. When the aᵢ are integers we speak of "multivariate Laurent polynomials", and when the aᵢ are positive integers we speak of "multivariate polynomials" (or true polynomials).

This package also implements multivariate rational fractions, constructed as the quotient of two Laurent polynomials (which is then standardized to be the quotient of two true polynomials with no common factor). In particular, this package is a perfectly usable (and hopefully quite good) implementation of multivariate polynomials and multivariate rational fractions, if that is what you are interested in.

See the docs for usage and more details.

Stable Dev Build Status

About

Multivariate (Puiseux) polynomials and rational fractions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages