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
QuadraticForm and BinaryQF objects have a .polynomial() method to return the quadratic form represented as a multivariate polynomial, but the converse is not currently available. This patch adds it.