Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

modulo 4 two polynomials multiplication

Status
Not open for further replies.

Aya2002

Advanced Member level 4
Joined
Dec 12, 2006
Messages
1,140
Helped
184
Reputation
376
Reaction score
117
Trophy points
1,343
Location
Iraq
Activity points
8,006
Hi Friends,

would somebody help me please as i think there is an error in the book.

Please I need the result of multiplying the following two polynomials as a modulo 4 multiplication:

f(x)=1+2x+3x^2
g(x)=3+x+2x^2+x^3

The results in the book was 3 + 3x + x^2 + 3x^3 is this result correct?

this example was in page 53 of NON-BINARY ERROR CONTROL CODING FOR WIRELESS COMMUNICATION AND DATA STORAGE
by Rolando Antonio Carrasco and Martin Johnston
first published 2008

Thank you too much.
 

any comment please?
 

I think the corrected result is
3 + 3x + x^2 + 3x^5

Are you agree with me ?


ps. I would like to read this book :D
 

    Aya2002

    Points: 2
    Helpful Answer Positive Rating
This is a copy of the page 53

**broken link removed**

In all steps the last power must be x^5 rather than x^3



The book can be found at rapidshare,depositfiles...
 

    Aya2002

    Points: 2
    Helpful Answer Positive Rating
puripong said:
I think the corrected result is
3 + 3x + x^2 + 3x^5

Are you agree with me ?


ps. I would like to read this book :D

but in modulo - 4 the power of x = 5 is not possible so it will be x to the power 1 then the final result will be

3 + 6x + x^2

is this answer correct?
 

Aya2002 said:
but in modulo - 4 the power of x = 5 is not possible so it will be x to the power 1 then the final result will be

3 + 6x + x^2

is this answer correct?
No. Modulo arithmetic applies to coefficients, not to powers.
Regards

Z
 

    Aya2002

    Points: 2
    Helpful Answer Positive Rating
I think so.

zorro said:
Aya2002 said:
but in modulo - 4 the power of x = 5 is not possible so it will be x to the power 1 then the final result will be

3 + 6x + x^2

is this answer correct?
No. Modulo arithmetic applies to coefficients, not to powers.
Regards

Z
 

zorro said:
No. Modulo arithmetic applies to coefficients, not to powers.
Regards

Z

would you prove that please. I need it too much

thanks
 

Ha Aya,

Sorry, I saw your message just now.
Powers in the indeterminate variable of the polynomial (let's continue to use "x" for it) indicates position of the accompanying coefficients in a vector. Their meaning is different to that of coefficients, and the way to operate with them too.
For example, the polynomial 3+3x+x^2+3x^5 (over the set of coefficients modulo 4) is a convenient way to express the vector (3,3,1,0,0,3), if we write it in increasing powers [many times the reverse order is used]. A vector of N symbols requires polynomials up to degree N-1. No modulo arithmetic is involved in this.
The good thing about using polynomials is that many operations are readily carried out using usual polynomial theory (multilication, division, remainders).
Regards

Z
 

    Aya2002

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top