Mathmaker Doc for dev
Generator of maths worksheets and their detailed solutions
Status: Alpha
Brought to you by:
nico_h
A Polynomial is a Sum of Monomials. /!\ So far, the exponent is supposed to be 1.
Possible args for __init__():
DEFAULT | [Monomial|Polynomial] | Sum(Monomial|Polynomial) | (RANDOMLY, max_coeff, max_degree, length)
Fields:
degree: (read-only) the degree of the Polynomial
Debugging info:
Doc for dev: Core Objects
Doc for dev: Monomial
Doc for dev: Sum