Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let A be the following algorithm for determining whether a polynomial is identically zero or not: Input: a polynomial Q(z), an integer N. Output: zero

Let A be the following algorithm for determining whether a polynomial is identically zero or not: Input: a polynomial Q(z), an integer N. Output: zero or non-zero. Algorithm 1. Choose an integer r at random from the interval [1..N]. 2. Evaluate Q(r). If Q(r) = 0 return zero, otherwise return non-zero.

Answer following:

1. The algorithm A returns either zero or non-zero. Which of them is always correct and which may be incorrect? 2. Suppose that you can run A only once. If Q has degree at most 10, how large must N be to guarantee that the probability of error is less than or equal to 1%? 3. Suppose that N = 50 is fixed. Suppose also th

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions