Homework Statement
I have polynomials of the form:
x1 + x2 + x3 + x1x2 + x1x3 + x2x3 + x1x2x3
The x's can be a combination of 1s and 0s, so all the possible inputs could be written as strings: 000, 100, 010, 001, 110, 101, 011, 111
The polynomials can also have coefficients a...g, so...