asign1

Upload: sai-saurab

Post on 08-Mar-2016

216 views

Category:

Documents


0 download

DESCRIPTION

lkjljlklj

TRANSCRIPT

  • CS748 - ARITHMETIC CIRCUIT COMPLEXITY

    NITIN SAXENA

    ASSIGNMENT 1

    POINTS: 45

    DATE GIVEN: 16-JAN-2016 DUE: 27-JAN-2016

    Rules: You are strongly encouraged to work independently. You are allowed to discuss; or, refer to articles. But write the so-lutions on your own and honorably acknowledge the sources if any.http://cse.iitk.ac.in/pages/AntiCheatingPolicy.html

    Question 1: [6 points] Consider the class of polynomial families withcircuit complexity O(1). Show that it has uncomputable problems.

    Question 2: [6 points] Let Fp be a finite field. Show that the questionof existence of a zero of a system of quadratic equations is NP-complete.

    Question 3: [8 points] For n, d N, show that there exists a d-degreen-variate polynomial f , over the finite field F2, such that any circuit

    computing f has size

    ((n+dd

    )).

    (Hint: There is a counting argument.)

    Question 4: [10 points] Show a homogenization theorem for ABPs:Prove that if f has an ABP of size s then there is a O(sd)-size ABP tocompute the degree d homogeneous part of f .

    Question 5: [15 points] Show that the zeros of a polynomial are few:For a finite subset S F, and a degree d polynomial f F[x1, . . . , xn]show that

    PrSn [f() = 0] d|S| .

    Page 1 of 2

  • What can you say when the polynomial f is over a commutative ringR that is not a field?

    Page 2 of 2