You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This definition is demonstrated in #177 . A (multivariate) polynomial is a linear combination of (multivariate) monomials. (Ord var, Ring coeff) => Poly var Natural coeff is the free commutative algebra generated by var over coeff.
This definition is demonstrated in #177 . A (multivariate) polynomial is a linear combination of (multivariate) monomials.
(Ord var, Ring coeff) => Poly var Natural coeff
is the free commutative algebra generated byvar
overcoeff
.The text was updated successfully, but these errors were encountered: