Ask Your Question

santu's profile - activity

2018-09-04 13:13:49 +0200 commented answer defining boolean variables in sage

Actually it can be done also by declaring R.<a1,...,a3.b1,...,b2>=BooleanPolynomialRing(7), but my question was how can i define the ring with 1000 variables e.g. R.<a1,...,a1000,b1,...,b1000> with a single line command e.g. B = BooleanPolynomialRing(10, names='a,b'). and also the problem with that i can't assign any value to a[0],...,a[3] e.g suppose a[0]=a[3].

2018-09-02 19:03:14 +0200 commented answer defining boolean variables in sage

hi guys, can you give the solution for double variables as "Boolean PolynomialRing in a0, a1, a2, a3, b0, b1, b2"

2018-09-02 19:03:14 +0200 answered a question defining boolean variables in sage

hi guys, can you give the solution for double variables as "Boolean PolynomialRing in a0, a1, a2, a3, b0, b1, b2"