On Tuesday, March 11, 2014 11:26:13 AM UTC-7, Christian Nassau wrote: > > You could work in the polynomial ring generated by the ak, modulo the > relation ak**2 = ak >
For which sage wraps a specially optimized library PolyBoRi: sage: R.<a,b,c>=BooleanPolynomialRing(3) sage: (a+b+c)*(a+b) a*c + a + b*c + b -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
