Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 315085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:15:33+00:00 2026-05-12T08:15:33+00:00

I am going through the above topic from CLRS(CORMEN) ( page 834 ) and

  • 0

I am going through the above topic from CLRS(CORMEN) (page 834) and I got stuck at this point.

Can anybody please explain how the following expression,

A(x)=A^{[0]}(x^2) +xA^{[1]}(x^2)

follows from,

n-1                       `
 Σ  a_j x^j
j=0

Where,

A^{[0]} = a_0 + a_2x + a_4a^x ... a_{n-2}x^{\frac{n}{2-1}}  
A^{[1]} = a_1 + a_3x + a_5a^x ... a_{n-1}x^{\frac{n}{2-1}}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:15:33+00:00Added an answer on May 12, 2026 at 8:15 am

    The polynomial A(x) is defined as

    A(x) = a_0 + a_1 x + a_2 x^2 + a_3 x^3 + ...
    

    To start the divide-and-conquer strategy of polynomial multiplication by the FFT, CLRS introduces two new polynomials: one of the coefficients of the even-powers of x called A[0] and one of the coefficients of the odd-powers of x called A[1]

    A[0](x) = a_0 + a_2 x + a_4 x^2 + ...
    A[1](x) = a_1 + a_3 x + a_5 x^2 + ...
    

    Now if we substitute x^2 into A[0] and A[1], we have

    A[0](x^2) = a_0 + a_2 x^2 + a_4 x^4 + ...
    A[1](x^2) = a_1 + a_3 x^2 + a_5 x^4 + ...
    

    and if we multiply A[1](x^2) by x, we have

    x A[1](x^2) = a_1 x + a_3 x^3 + a_5 x^5 + ...
    

    Now if we add A[0](x^2) and x A[1](x^2), we have

    A[0](x^2) + x A[1](x^2) = (a_0 + a_2 x^2 + a_4 x^4 + ...) + (a_1 x + a_3 x^3 + a_5 x^5 + ...)
                            = a_0 + a_1 x + a_2 x^2 + a_3 x^3 + ...
                            = A(x)
    

    Q.E.D.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was going through this article and got stuck with one issue. Imagine I
While going through university and from following the development of SO, I've heard a
After going through the effort of finally purging distro ruby packages from my Ubuntu
I am going through the source code for the above project and I don't
I've been going through Skiena's excellent The Algorithm Design Manual and got hung up
I'm going through a Django book and I seem to be stuck. The code
Going through this article class ThreadTest { static void Main() { Thread t =
I was going through the CodeIgniter documentation and this bit of code confuses me
After going through few articles about performance, Not able to get this statement exactly.
I am going through some sample code from Apple. The following 5 statements are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.