Matlab : Product of two polynomials without using convolution

Status
Not open for further replies.

meatballyang

Newbie level 1
Joined
Mar 2, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
Hello.
i have a problem in matlab producing a new program to compute the product of two polynomial but without using convolution. I really need help urgently.

eg.

Given 2 polynomials P1 and P2 where:
P1 = a0 + a1x + a2x^2 + ... + amx^m

P2 = b0 + b1x + b2x^2 + .... + bnx^n

p3 = sum of p1 and p2

eg. p1 = x
p2 = x + 2x^2 + 3x^3
p3 = x^2 + 2x^3 +3x^4

thank you very muchhh!!!!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…