Skip to content

Rida-Hamadani/Polaads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notice: Still under construction.

Polaads -- Polynomials as a Data Structure

This package will facilitate computations related to polynomials. My main focus here is arithmetic computations, such as gcd and factorization.

Currently, polynomials are defined through the field, map<Integer, Integer>. I plan in the near future to replace this with Polynomial<T extends Ring> to achieve more generality and make this package applicable to more use cases.

About

Performs polynomial computations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages