3
$\begingroup$

I searched a lot but couldn't find a good resource that addresses this question. Given a boolean polynomial with $n$ boolean variables as a black box, what is the most efficient way to compute its degree? I am allowing randomized algorithms here.

Can you please provide references for both classical and quantum algorithms? What happens if we can compute polynomial in any $\mathbb{Z}_p$ through the black box.

$\endgroup$
3
  • $\begingroup$ Doesn't a classical algorithm per force have to look at all the points of the domain, since every boolean function on $n$ variables is representable as a degree-$n$ polynomial? That means that you can't beat $2^n$ queries and I suspect that the time to determine degree from that set is at worst polynomially bounded in the number of points, so you're looking at 'just' exponentially many operations to go with your exponentially many queries. $\endgroup$ Commented May 30, 2022 at 19:33
  • $\begingroup$ @StevenStadnicki I also think the classical version should be exponential. But I found this math.stackexchange.com/questions/1911026/… $\endgroup$ Commented May 30, 2022 at 21:09
  • $\begingroup$ please fully specify your conditions, why wasn't the link given in the question itself? $\endgroup$ Commented May 31, 2022 at 11:43

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.