As stated in the title, my question is:
Is there any way to count the degree of a monomial of a boolean polynomial in Sage?
Say, for example,
degree(xy) = 2
degree(xyz) = 3
1 | initial version | asked 2014-08-09 08:32:20 +0100 Anonymous |
As stated in the title, my question is:
Is there any way to count the degree of a monomial of a boolean polynomial in Sage?
Say, for example,
degree(xy) = 2
degree(xyz) = 3