Problem 43618. Multiply two polynomials p and q given in in vector representation.
Multiply two polynomials p and q given in vector representation. Example p=[-2 0 1 -1 3 2]
q=[1 0 -1 2 4]
result=[-2 0 3 -5 -6 5 -1 0 16 8]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers70
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1928 Solvers
-
Return elements unique to either input
789 Solvers
-
1157 Solvers
-
365 Solvers
-
Find scalar product of two polynomials a and b, given as vector array.
74 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!