numberdb / numberdb-website

Website and database builder for numberdb.org
0 stars 2 forks source link

Include a database of polynomials #30

Closed bmatschke closed 3 years ago

bmatschke commented 3 years ago

Numbers coming from a polynomial can be:

The raw data should prescribe which of these numbers are then additionally stored in the db.

Polynomials could be given as linear combinations of monomials, or as dictionaries {exponent-vector: coefficient}.

bmatschke commented 3 years ago

Update: Polynomials are now part of the DB, given modulo relabeling of variables. They are searchable. However numbers deduces from them (coefficients, roots, ...?) are not yet automatically supported.