Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose we are given two polynomials p(x) and q(x) of degree n 1 and m 1 respectively, n m, and suppose we want to find

Suppose we are given two polynomials p(x) and q(x) of degree n 1 and m 1 respectively, n m, and suppose we want to find p(x)/q(x). Consider the following algorithm:

Algorithm Div-Poly(p, q)

1. Let n' be the smallest power of 2 greater than n.

2. Use the FFT to compute y = DFTn'(p), and z = DFTn'(q).

3. Compute the n'-dimensional vector

4. Compute a = DFT1 n' (), and return this as the coefficient vector for p(x)/q(x).

Give a formal characterization of all the different circumstances under which this procedure will (respectively will not) correctly reconstruct the coefficient representation of a polynomial r(x) such that r(x) = p(x)/q(x) for all x. Prove your answers.

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

Database And Expert Systems Applications 19th International Conference Dexa 2008 Turin Italy September 2008 Proceedings Lncs 5181

Authors: Sourav S. Bhowmick ,Josef Kung ,Roland Wagner

2008th Edition

3540856536, 978-3540856535

More Books

Students also viewed these Databases questions

Question

How much time should be spent in mental training?

Answered: 1 week ago

Question

Evaluate the impact of unions on nurses and physicians.

Answered: 1 week ago

Question

Describe the impact of strikes on patient care.

Answered: 1 week ago

Question

Evaluate long-term care insurance.

Answered: 1 week ago