I am working with Polynomial. As part of my work I am required to manipulate them in certain ways. Here are a few suggestions for new functions to add to Polynomial (If I will have more ideas as I continue working I will add them here):
- polynomial multiplication : requires fft
- generate a Polynomial of some degree N (provided as input) from a partial set of coefficients (the rest are zero) given at a specific locations
- allow to define a polynomial from a vector of BigInts