Ask Your Question

vet99's profile - activity

2024-07-06 17:33:11 +0100 received badge  Popular Question (source)
2021-04-25 15:35:14 +0100 commented answer Call polynomial ring variables by index

Thank you! Problem solved.

2021-04-25 15:29:10 +0100 marked best answer Call polynomial ring variables by index

In my study I have to work with something like BooleanPolynomialRing(... 'x', 10).

After that I can create function in the form x1 + x1*x3 + ....

However I would like to create functions in more generic form like x[1] + x[2]*x[3] where x[1] is equivalent for x1, etc.

The final goal is to be able to construct functions programmatically combining indexed expressions like x[i] + x[j] etc.

2021-04-25 15:29:10 +0100 received badge  Scholar (source)
2021-04-25 15:29:09 +0100 received badge  Supporter (source)
2021-04-25 14:47:51 +0100 received badge  Student (source)
2021-04-24 22:26:43 +0100 asked a question Call polynomial ring variables by index

How to adress to variables of a polynomoal? In my study I have to work with something like 'BooleanPolynomialRing (... '

2021-04-24 22:26:43 +0100 asked a question General form of ANF of degree d

function algebraic degree I need to create a general form of ANF of degree d, so I could substitute values of x in it to

2021-04-24 19:50:13 +0100 received badge  Organizer (source)